PIbd-33_Sergunov_M.A._COP_4/Library/LibraryView/LibraryView.csproj

26 lines
1014 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspose.Cells" Version="23.9.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CustomComponents\CustomComponents.csproj" />
<ProjectReference Include="..\LibraryBusinessLogic\LibraryBusinessLogic.csproj" />
<ProjectReference Include="..\LibraryContracts\LibraryContracts.csproj" />
<ProjectReference Include="..\LibraryDatabaseImplement\LibraryDatabaseImplement.csproj" />
</ItemGroup>
</Project>