From 6c2cd5210c0907313c54b25d1aee2bec93251771 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 13 Nov 2016 20:45:11 -0800 Subject: scripts: Change VS2013 projects to use /Z7 Put debugging information into the object file so that it can be shipped with NuGet binaries. Based on the linker settings for the executable debug info will either be put into the final .PDB or stripped out. Fixes #110. --- scripts/pugixml_vs2013.vcxproj | 8 ++++---- scripts/pugixml_vs2013_static.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/pugixml_vs2013.vcxproj b/scripts/pugixml_vs2013.vcxproj index 630a75a..c719394 100644 --- a/scripts/pugixml_vs2013.vcxproj +++ b/scripts/pugixml_vs2013.vcxproj @@ -92,7 +92,7 @@ Level3 - ProgramDatabase + OldStyle _DEBUG;%(PreprocessorDefinitions) @@ -117,7 +117,7 @@ Level3 - ProgramDatabase + OldStyle _DEBUG;%(PreprocessorDefinitions) @@ -142,7 +142,7 @@ Level3 - ProgramDatabase + OldStyle NDEBUG;%(PreprocessorDefinitions) @@ -169,7 +169,7 @@ Level3 - ProgramDatabase + OldStyle NDEBUG;%(PreprocessorDefinitions) diff --git a/scripts/pugixml_vs2013_static.vcxproj b/scripts/pugixml_vs2013_static.vcxproj index b948cf6..acca608 100644 --- a/scripts/pugixml_vs2013_static.vcxproj +++ b/scripts/pugixml_vs2013_static.vcxproj @@ -92,7 +92,7 @@ Level3 - ProgramDatabase + OldStyle _DEBUG;%(PreprocessorDefinitions) @@ -117,7 +117,7 @@ Level3 - ProgramDatabase + OldStyle _DEBUG;%(PreprocessorDefinitions) @@ -142,7 +142,7 @@ Level3 - ProgramDatabase + OldStyle NDEBUG;%(PreprocessorDefinitions) @@ -169,7 +169,7 @@ Level3 - ProgramDatabase + OldStyle NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3