Add project files and configuration for .NET 9.0 Windows Desktop

This commit is contained in:
vista-man
2025-01-27 20:02:36 +01:00
parent 5e0e0a7907
commit 20e9e8b457
28 changed files with 444 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>