Update project configuration and cache files for .NET compatibility

This commit is contained in:
vista-man
2025-01-28 13:31:29 +01:00
parent fc58a89ec8
commit 718436a12d
37 changed files with 160 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
@@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>10.0</LangVersion>
<UseWPF>false</UseWPF>
</PropertyGroup>
</Project>