Add condition to DebugType to allow for overriding

This commit is contained in:
lanturnalis 2022-07-25 21:31:09 -05:00 committed by GitHub
parent 3da5917eed
commit edf2c5dbea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
**********************************************-->
<PropertyGroup>
<!-- include PDB file by default to enable line numbers in stack traces -->
<DebugType>pdbonly</DebugType>
<DebugType Condition="'$(DebugType)' == ''">pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<!-- don't create the 'refs' folder (which isn't useful for mods) -->