Add condition to DebugType to allow for overriding
This commit is contained in:
parent
3da5917eed
commit
edf2c5dbea
|
@ -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) -->
|
||||
|
|
Loading…
Reference in New Issue