From 3147190f3d652419a7f33e8110b480f36603b1ed Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 10 Oct 2015 11:42:25 -0700 Subject: scripts: Cleanup NuGet packaging Move pugixml project file for VS2015 to scripts/ and unify the output file structure similar to old VS201x projects. Remove test projects and solution since they are not required for building. Provide more accurate information in the package script and handle build errors during package construction properly. --- scripts/pugixml_vs2015.vcxproj | 166 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 scripts/pugixml_vs2015.vcxproj (limited to 'scripts/pugixml_vs2015.vcxproj') diff --git a/scripts/pugixml_vs2015.vcxproj b/scripts/pugixml_vs2015.vcxproj new file mode 100644 index 0000000..0788e19 --- /dev/null +++ b/scripts/pugixml_vs2015.vcxproj @@ -0,0 +1,166 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {07CF01C0-B887-499D-AD9C-799CB6A9FE64} + Win32Proj + pugixml + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + vs2015\$(Platform)_$(Configuration)\ + vs2015\$(Platform)_$(Configuration)\ + pugixml + + + vs2015\$(Platform)_$(Configuration)\ + vs2015\$(Platform)_$(Configuration)\ + pugixml + + + vs2015\$(Platform)_$(Configuration)\ + vs2015\$(Platform)_$(Configuration)\ + pugixml + + + vs2015\$(Platform)_$(Configuration)\ + vs2015\$(Platform)_$(Configuration)\ + pugixml + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + $(IntDir)$(TargetName).pdb + + + Windows + true + true + true + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3