Add UseWindowsForms to csproj

This commit is contained in:
Michael Bucari-Tovo
2025-12-31 11:28:45 -07:00
parent 2b1ca13249
commit e50d8c74de

View File

@@ -7,7 +7,7 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<ApplicationIcon>libation.ico</ApplicationIcon>
<AssemblyName>Libation</AssemblyName>
<UseWindowsForms>true</UseWindowsForms>
<PublishReadyToRun>true</PublishReadyToRun>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>