PIbd-23-Volkov-N.A.-Compute.../ComputersShop/ComputersShopView/ComputersShopView.csproj

32 lines
1.5 KiB
XML
Raw Normal View History

2024-02-05 20:36:39 +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>
<ItemGroup>
2024-03-04 22:33:22 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2024-02-05 20:36:39 +04:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="NLog" Version="5.1.1" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.1" />
2024-03-18 18:43:53 +04:00
<PackageReference Include="ReportViewerCore.WinForms" Version="15.1.19" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
2024-02-05 20:36:39 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ComputersShopBusinessLogic\ComputersShopBusinessLogic.csproj" />
<ProjectReference Include="..\ComputersShopContracts\ComputersShopContracts.csproj" />
2024-03-04 22:33:22 +04:00
<ProjectReference Include="..\ComputersShopDataBaseImplement\ComputersShopDataBaseImplement.csproj" />
2024-02-18 13:58:39 +04:00
<ProjectReference Include="..\ComputersShopFileImplement\ComputersShopFileImplement.csproj" />
2024-02-05 20:36:39 +04:00
</ItemGroup>
</Project>