Msvc14: Added Rtl_Type suffix to IntDir and OutDir
This commit is contained in:
parent
3d8ae832ee
commit
e8b1349e83
@ -4,8 +4,8 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetName>pugixml</TargetName>
|
<TargetName>pugixml</TargetName>
|
||||||
<OutDir>vs.$(PlatformToolset)\$(Platform)_$(Configuration)\</OutDir>
|
<OutDir>vs.$(PlatformToolset)\$(Platform)_$(Configuration)_$(PUGI_Rtl_Type)\</OutDir>
|
||||||
<IntDir>vs.$(PlatformToolset)\$(Platform)_$(Configuration)\</IntDir>
|
<IntDir>vs.$(PlatformToolset)\$(Platform)_$(Configuration)_$(PUGI_Rtl_Type)\</IntDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user