summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-16 14:10:09 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:04:43 -0400
commit7ecbbb1b704e5ce8d89c35f46524c1bd21383aae (patch)
treef516bf0afe2f7c8c43b00dce0e675f904aecd0c0 /build
parentd3209b17de4e46ee1d604aac24642af80ce855cc (diff)
downloadSMAPI-7ecbbb1b704e5ce8d89c35f46524c1bd21383aae.tar.gz
SMAPI-7ecbbb1b704e5ce8d89c35f46524c1bd21383aae.tar.bz2
SMAPI-7ecbbb1b704e5ce8d89c35f46524c1bd21383aae.zip
fix missing PDB file
Diffstat (limited to 'build')
-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>