PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantView/AutomobilePlantView.csproj
2024-02-10 22:17:44 +04:00

11 lines
296 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>
</Project>