PIbd-22_Kurbanova_A.A.Warml.../WarmlyLocomotive/WarmlyLocomotive.csproj
2023-10-17 21:00:20 +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>