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" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<IntDir>vc$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir>
<OutDir>vc$(PlatformToolset)\$(Platform)\</OutDir>
<IntDir>vc.$(PlatformToolset)\$(Platform)\$(Configuration)$(PUGI_Rtl_Type)\</IntDir>
<OutDir>vc.$(PlatformToolset)\$(Platform)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
@ -15,4 +15,4 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
</Project>