PIbd-22_Bondarenko_M.S._Com.../ComputersShop/ComputersShopView/ComputersShopView.csproj
Макс Бондаренко 0c8c4aaccb шарики с сыром
2023-02-12 18:35:14 +04:00

19 lines
540 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="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ComputersShopContracts\ComputersShopContracts.csproj" />
</ItemGroup>
</Project>