Build WinExe so windows client does not show console

This commit is contained in:
2026-06-18 21:29:47 +02:00
parent 06a68b441a
commit dbf732ca91

View File

@@ -5,7 +5,7 @@
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>