From cdb885844670794fdae56ff0724900d65082b603 Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 12:53:54 +0300 Subject: [PATCH] pugixml.props: support props, specific for MSVC version --- msvc/pugixml.props | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/msvc/pugixml.props b/msvc/pugixml.props index 0f6cc81..d1dba57 100644 --- a/msvc/pugixml.props +++ b/msvc/pugixml.props @@ -8,11 +8,14 @@ - $(ProjectDir)props\common + $(ProjectDir)props\msvc$(PlatformToolsetVersion) + + $(PUGI_CommonPropsPrefix).props $(PUGI_CommonPropsPrefix).$(Configuration.ToLower()).props @@ -20,10 +23,23 @@ $(PUGI_CommonPropsPrefix).$(Configuration.ToLower()).$(PUGI_Rtl_Type.ToLower()).props + + + $(PUGI_VcverPropsPrefix).props + $(PUGI_VcverPropsPrefix).$(Configuration.ToLower()).props + + + + + + + + +