From 9a81561d99e41d57afcb9bb133e4178be57e3db7 Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 13:24:16 +0300 Subject: [PATCH] pugixmpprops: support Msvc vesion and platform specific props --- msvc/pugixml.props | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/msvc/pugixml.props b/msvc/pugixml.props index d1dba57..f95835f 100644 --- a/msvc/pugixml.props +++ b/msvc/pugixml.props @@ -25,8 +25,9 @@ - $(PUGI_VcverPropsPrefix).props - $(PUGI_VcverPropsPrefix).$(Configuration.ToLower()).props + $(PUGI_VcverPropsPrefix).props + $(PUGI_VcverPropsPrefix).$(Configuration.ToLower()).props + $(PUGI_VcverPropsPrefix).$(Platform.ToLower()).props @@ -38,8 +39,9 @@ - - + + +