From 3ca699390e4796e4b7d8db4ebd2875537ddb872b Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 10:08:05 +0300 Subject: [PATCH] Msvc10: Moved to property shrets --- msvc/props/common.debug.dynamic.props | 8 +++++--- msvc/props/common.debug.static.props | 8 +++++--- msvc/props/common.release.dynamic.props | 8 +++++--- msvc/props/common.release.static.props | 8 +++++--- msvc/pugixml_vs2010.vcxproj | 4 ---- msvc/pugixml_vs2010_static.vcxproj | 4 ---- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/msvc/props/common.debug.dynamic.props b/msvc/props/common.debug.dynamic.props index 73bc6ee..93a3964 100644 --- a/msvc/props/common.debug.dynamic.props +++ b/msvc/props/common.debug.dynamic.props @@ -1,8 +1,10 @@ - + - + + pugixmld + - + \ No newline at end of file diff --git a/msvc/props/common.debug.static.props b/msvc/props/common.debug.static.props index 73bc6ee..eb79212 100644 --- a/msvc/props/common.debug.static.props +++ b/msvc/props/common.debug.static.props @@ -1,8 +1,10 @@ - + - + + pugixmlsd + - + \ No newline at end of file diff --git a/msvc/props/common.release.dynamic.props b/msvc/props/common.release.dynamic.props index 73bc6ee..8f48f1c 100644 --- a/msvc/props/common.release.dynamic.props +++ b/msvc/props/common.release.dynamic.props @@ -1,8 +1,10 @@ - + - + + pugixml + - + \ No newline at end of file diff --git a/msvc/props/common.release.static.props b/msvc/props/common.release.static.props index 73bc6ee..38e99e5 100644 --- a/msvc/props/common.release.static.props +++ b/msvc/props/common.release.static.props @@ -1,8 +1,10 @@ - + - + + pugixmls + - + \ No newline at end of file diff --git a/msvc/pugixml_vs2010.vcxproj b/msvc/pugixml_vs2010.vcxproj index ef6c977..00f2e24 100644 --- a/msvc/pugixml_vs2010.vcxproj +++ b/msvc/pugixml_vs2010.vcxproj @@ -70,16 +70,12 @@ <_ProjectFileVersion>10.0.30319.1 vs2010\x32\ vs2010\x32\Debug\ - pugixmld vs2010\x64\ vs2010\x64\Debug\ - pugixmld vs2010\x32\ vs2010\x32\Release\ - pugixml vs2010\x64\ vs2010\x64\Release\ - pugixml diff --git a/msvc/pugixml_vs2010_static.vcxproj b/msvc/pugixml_vs2010_static.vcxproj index 65e285a..eb51884 100644 --- a/msvc/pugixml_vs2010_static.vcxproj +++ b/msvc/pugixml_vs2010_static.vcxproj @@ -74,16 +74,12 @@ <_ProjectFileVersion>10.0.30319.1 vs2010\x32\ vs2010\x32\DebugStatic\ - pugixmlsd vs2010\x64\ vs2010\x64\DebugStatic\ - pugixmlsd vs2010\x32\ vs2010\x32\ReleaseStatic\ - pugixmls vs2010\x64\ vs2010\x64\ReleaseStatic\ - pugixmls