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