remove debug symbols from release build

This commit is contained in:
Izakbar
2025-02-09 16:31:15 +00:00
parent 0c281d08fd
commit cac0ac130d

View File

@@ -34,7 +34,9 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\bin</OutputPath>
<UseVSHostingProcess>false</UseVSHostingProcess>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>