PIbd-21_MasenkinMS_SUBD_Rou.../RouteGuide/RouteGuideView/RouteGuideView.csproj

17 lines
579 B
XML
Raw Normal View History

2024-04-01 00:13:17 +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>
2024-04-02 18:46:47 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
</ItemGroup>
2024-04-01 00:13:17 +04:00
</Project>