ASDV-C-Sharp/Lab4_2/Lab4_4_CalebFontenot/Lab4_4_CalebFontenot.csproj
2022-09-13 15:08:17 -05:00

11 lines
306 B
XML
Executable File

<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>