c968-wgu-project/C968Project/C968Project.csproj
2025-04-29 21:11:49 -05:00

17 lines
448 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="Views\MainScreen.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>