From a5e84e3b2cfe7385065b9e07893b77565e52912a Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 10:34:10 +0300 Subject: [PATCH] < made visible --- msvc/pugixml.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/msvc/pugixml.props b/msvc/pugixml.props index b6c6b79..0f6cc81 100644 --- a/msvc/pugixml.props +++ b/msvc/pugixml.props @@ -1,10 +1,10 @@ - + - <_PUGI_Rtl_Type Condition="'$(PUGI_Use_Static_Rtl)'=='True'">static - <_PUGI_Rtl_Type Condition="'$(PUGI_Use_Static_Rtl)'!='True'">dynamic + Static + Dynamic @@ -17,7 +17,7 @@ $(PUGI_CommonPropsPrefix).props $(PUGI_CommonPropsPrefix).$(Configuration.ToLower()).props $(PUGI_CommonPropsPrefix).$(Platform.ToLower()).props - $(PUGI_CommonPropsPrefix).$(Configuration.ToLower()).$(_PUGI_Rtl_Type).props + $(PUGI_CommonPropsPrefix).$(Configuration.ToLower()).$(PUGI_Rtl_Type.ToLower()).props