PIBD14-Boyko-M.S.-GSM-Autot.../ProjectGSM/ProjectGSM.csproj

11 lines
296 B
XML
Raw Normal View History

2024-11-04 14:41:45 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>