ASDV-C-Sharp/MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj
2022-11-01 14:16:51 -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>