Алексей Крюков 10468213e6 готовая лаба 1
2024-02-13 11:35:30 +04:00

31 lines
1.1 KiB
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="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
<PackageReference Include="NLog.Schema" Version="5.2.8" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SnackBarBusinessLogic\SnackBarBusinessLogic.csproj" />
<ProjectReference Include="..\SnackBarContracts\SnackBarContracts.csproj" />
<ProjectReference Include="..\SnackBarDataModels\SnackBarDataModels.csproj" />
<ProjectReference Include="..\SnackBarListImplement\SnackBarListImplement.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>