summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/common.targets6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/common.targets b/build/common.targets
index b42ef063..e9667bf5 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -140,6 +140,12 @@
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" />
</Target>
+ <!-- common build settings -->
+ <PropertyGroup>
+ <DebugType>pdbonly</DebugType>
+ <DebugSymbols>true</DebugSymbols>
+ </PropertyGroup>
+
<!-- launch SMAPI through Visual Studio -->
<PropertyGroup>
<StartAction>Program</StartAction>