remove DebugType build property
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore.
This commit is contained in:
parent
edf2c5dbea
commit
8c58bdae6f
|
@ -8,8 +8,7 @@
|
||||||
** Set build options
|
** Set build options
|
||||||
**********************************************-->
|
**********************************************-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- include PDB file by default to enable line numbers in stack traces -->
|
<!-- enable line numbers in stack traces -->
|
||||||
<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