PIbd-22_Bondarenko_M.S._Com.../ComputersShop/ComputersShopView/ComputersShopView.csproj

19 lines
540 B
XML
Raw Normal View History

2023-01-31 13:00:12 +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-02-12 18:35:14 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ComputersShopContracts\ComputersShopContracts.csproj" />
</ItemGroup>
2023-01-31 13:00:12 +04:00
</Project>