PIbd-21_Pyatakov_K.M._Secure/Secure/SecureShop/SecureShopView.csproj
2023-03-09 12:31:36 +04:00

24 lines
980 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.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SecureShopBusinessLogic\SecureShopBusinessLogic.csproj" />
<ProjectReference Include="..\SecureShopContracts\SecureShopContracts.csproj" />
<ProjectReference Include="..\SecureShopListImplement\SecureShopListImplement.csproj" />
<ProjectReference Include="..\SecureShopListImplement\SecureShopFileImplement.csproj" />
</ItemGroup>
</Project>