fix missing PDB file
This commit is contained in:
parent
d3209b17de
commit
7ecbbb1b70
|
@ -140,6 +140,12 @@
|
||||||
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" />
|
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<!-- common build settings -->
|
||||||
|
<PropertyGroup>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- launch SMAPI through Visual Studio -->
|
<!-- launch SMAPI through Visual Studio -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<StartAction>Program</StartAction>
|
<StartAction>Program</StartAction>
|
||||||
|
|
Loading…
Reference in New Issue