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,6 +34,8 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\bin</OutputPath> <OutputPath>..\..\bin</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<UseVSHostingProcess>false</UseVSHostingProcess> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>