Pibd-22_Presnyakova.V.V_Jew.../JewelryStore/JewelryStore.csproj

22 lines
794 B
XML
Raw Normal View History

2023-02-05 17:01:57 +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-05 20:14:00 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2023-02-05 21:54:36 +04:00
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.1" />
2023-02-05 20:14:00 +04:00
</ItemGroup>
<ItemGroup>
2023-02-05 21:54:36 +04:00
<ProjectReference Include="..\JewelryStoreBusinessLogic\JewelryStoreBusinessLogic.csproj" />
2023-02-05 20:14:00 +04:00
<ProjectReference Include="..\JewelryStoreContracts\JewelryStoreContracts.csproj" />
2023-02-05 21:54:36 +04:00
<ProjectReference Include="..\JewelryStoreListImplement\JewelryStoreListImplement.csproj" />
2023-02-05 20:14:00 +04:00
</ItemGroup>
2023-02-05 17:01:57 +04:00
</Project>