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

26 lines
1014 B
XML
Raw Normal View History

2023-09-21 21:56:08 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2023-11-16 19:05:42 +04:00
<ItemGroup>
<PackageReference Include="Aspose.Cells" Version="23.9.0" />
2023-11-17 09:56:34 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-11-16 19:05:42 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CustomComponents\CustomComponents.csproj" />
2023-11-17 09:56:34 +04:00
<ProjectReference Include="..\LibraryBusinessLogic\LibraryBusinessLogic.csproj" />
<ProjectReference Include="..\LibraryContracts\LibraryContracts.csproj" />
<ProjectReference Include="..\LibraryDatabaseImplement\LibraryDatabaseImplement.csproj" />
2023-11-16 19:05:42 +04:00
</ItemGroup>
2023-09-21 21:56:08 +04:00
</Project>