No PDBs in Release

This commit is contained in:
Crsky
2026-03-24 00:25:53 +08:00
parent 95d9be88ff
commit dcea49b569
5 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>