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