Changed <IntDir> and <OutDir> in common.props: Used PUGI_Rtl_Type

This commit is contained in:
SeVlaT 2015-11-13 10:34:52 +03:00
parent a5e84e3b2c
commit 4391ececaa

View File

@ -3,8 +3,8 @@
<ImportGroup Label="PropertySheets" /> <ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>
<IntDir>vc$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir> <IntDir>vc.$(PlatformToolset)\$(Platform)\$(Configuration)$(PUGI_Rtl_Type)\</IntDir>
<OutDir>vc$(PlatformToolset)\$(Platform)\</OutDir> <OutDir>vc.$(PlatformToolset)\$(Platform)\</OutDir>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<ClCompile> <ClCompile>
@ -15,4 +15,4 @@
</ClCompile> </ClCompile>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup /> <ItemGroup />
</Project> </Project>