ASDV-C-Sharp/Lab4_1/Lab4_1_CalebFontenot/Lab4_1_CalebFontenot.csproj

11 lines
306 B
XML

2022-09-08 14:12:41 +07: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>
</Project>