From b112341a643de675a25459b26484ebf61eedffe9 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 7 Oct 2015 21:46:35 +0300 Subject: VisualStudio 2015 solution added --- scripts/vs2015/libpugixml/libpugixml.vcxproj | 146 +++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj (limited to 'scripts/vs2015/libpugixml/libpugixml.vcxproj') diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj b/scripts/vs2015/libpugixml/libpugixml.vcxproj new file mode 100644 index 0000000..b92b1f7 --- /dev/null +++ b/scripts/vs2015/libpugixml/libpugixml.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {07CF01C0-B887-499D-AD9C-799CB6A9FE64} + Win32Proj + libpugixml + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3