From dade2b81c165d183e489d2b308ebeda5ae9e21e1 Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 13:04:10 +0300 Subject: [PATCH] Msvc14: Moved , , , to props --- msvc/props/msvc140.props | 16 ++++++++++++---- msvc/pugixml_vs2015.vcxproj | 30 +++++------------------------- 2 files changed, 17 insertions(+), 29 deletions(-) diff --git a/msvc/props/msvc140.props b/msvc/props/msvc140.props index 73bc6ee..555291e 100644 --- a/msvc/props/msvc140.props +++ b/msvc/props/msvc140.props @@ -1,8 +1,16 @@ - + - - + + pugixml + vs.$(PlatformToolset)\$(Platform)_$(Configuration)\ + vs.$(PlatformToolset)\$(Platform)_$(Configuration)\ + + + + OldStyle + + - + \ No newline at end of file diff --git a/msvc/pugixml_vs2015.vcxproj b/msvc/pugixml_vs2015.vcxproj index 80b5acc..0cb4011 100644 --- a/msvc/pugixml_vs2015.vcxproj +++ b/msvc/pugixml_vs2015.vcxproj @@ -73,32 +73,15 @@ - - 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 - + + + + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - OldStyle Windows @@ -110,7 +93,6 @@ _DEBUG;_LIB;%(PreprocessorDefinitions) - OldStyle Windows @@ -124,7 +106,6 @@ MaxSpeed true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - OldStyle Windows @@ -140,7 +121,6 @@ MaxSpeed true NDEBUG;_LIB;%(PreprocessorDefinitions) - OldStyle Windows @@ -159,4 +139,4 @@ - + \ No newline at end of file