ISEbd-21_Gavrilov_R.A._CarR.../CarRepairShop/CarRepairShopView/CarRepairShopView.csproj

26 lines
1.0 KiB
XML
Raw Normal View History

2024-05-16 23:03:03 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-05-17 00:00:36 +04:00
<ItemGroup>
2024-05-17 01:07:06 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2024-05-17 00:00:36 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CarRepairShopBusinessLogic\CarRepairShopBusinessLogic.csproj" />
<ProjectReference Include="..\CarRepairShopContracts\CarRepairShopContracts.csproj" />
2024-05-17 01:07:06 +04:00
<ProjectReference Include="..\CarRepairShopDatabaseImplement\CarRepairShopDatabaseImplement.csproj" />
2024-05-17 00:00:36 +04:00
</ItemGroup>
2024-05-16 23:03:03 +04:00
</Project>