Add condition to DebugType to allow for overriding
This commit is contained in:
parent
3da5917eed
commit
edf2c5dbea
|
@ -9,7 +9,7 @@
|
||||||
**********************************************-->
|
**********************************************-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- include PDB file by default to enable line numbers in stack traces -->
|
<!-- include PDB file by default to enable line numbers in stack traces -->
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType Condition="'$(DebugType)' == ''">pdbonly</DebugType>
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|
||||||
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
|
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
|
||||||
|
|
Loading…
Reference in New Issue