ASDV-C-Sharp/MP3/CtoF_CalebFontenot/CtoF_CalebFontenot.csproj

11 lines
306 B
XML

2022-11-01 14:14:42 +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>