From c7131b01f990930a8d2f74ac01d27c6a66800796 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 15 Jun 2017 10:59:33 +0300 Subject: VS2017 project --- scripts/pugixml_vs2017.vcxproj | 172 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 scripts/pugixml_vs2017.vcxproj (limited to 'scripts/pugixml_vs2017.vcxproj') diff --git a/scripts/pugixml_vs2017.vcxproj b/scripts/pugixml_vs2017.vcxproj new file mode 100644 index 0000000..c1c9745 --- /dev/null +++ b/scripts/pugixml_vs2017.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {07CF01C0-B887-499D-AD9C-799CB6A9FE64} + Win32Proj + pugixml + 8.1 + + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + vs2017\$(Platform)_$(Configuration)\ + vs2017\$(Platform)_$(Configuration)\ + pugixml + + + vs2017\$(Platform)_$(Configuration)\ + vs2017\$(Platform)_$(Configuration)\ + pugixml + + + vs2017\$(Platform)_$(Configuration)\ + vs2017\$(Platform)_$(Configuration)\ + pugixml + + + vs2017\$(Platform)_$(Configuration)\ + vs2017\$(Platform)_$(Configuration)\ + pugixml + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + OldStyle + false + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + OldStyle + false + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + OldStyle + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + OldStyle + + + Windows + true + true + true + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3