From 88d43a7ebc01a2fac86e7c0d9a53ef56a684ad86 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 19 Jun 2017 23:25:49 -0700 Subject: scripts: Refactor nuget_build.ps1 Unify build paths in all MSBuild VS projects and extract common build logic into functions. Note that this change changes both VS2010 and VS2013 projects to have more predictable output paths and fixed output file name (pugixml). --- scripts/pugixml_vs2010.vcxproj | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'scripts/pugixml_vs2010.vcxproj') diff --git a/scripts/pugixml_vs2010.vcxproj b/scripts/pugixml_vs2010.vcxproj index c29b4c5..d29c463 100644 --- a/scripts/pugixml_vs2010.vcxproj +++ b/scripts/pugixml_vs2010.vcxproj @@ -64,17 +64,17 @@ <_ProjectFileVersion>10.0.30319.1 - vs2010\x32\ - vs2010\x32\Debug\ - pugixmld - vs2010\x64\ - vs2010\x64\Debug\ - pugixmld - vs2010\x32\ - vs2010\x32\Release\ + vs2010\Win32_Debug\ + vs2010\Win32_Debug\ + pugixml + vs2010\x64_Debug\ + vs2010\x64_Debug\ + pugixml + vs2010\Win32_Release\ + vs2010\Win32_Release\ pugixml - vs2010\x64\ - vs2010\x64\Release\ + vs2010\x64_Release\ + vs2010\x64_Release\ pugixml @@ -93,12 +93,12 @@ _DEBUG;%(PreprocessorDefinitions) - $(OutDir)pugixmld.lib + $(OutDir)pugixml.lib Windows true - $(OutDir)pugixmld.pdb + $(OutDir)pugixml.pdb @@ -117,12 +117,12 @@ _DEBUG;%(PreprocessorDefinitions) - $(OutDir)pugixmld.lib + $(OutDir)pugixml.lib Windows true - $(OutDir)pugixmld.pdb + $(OutDir)pugixml.pdb -- cgit v1.2.3