VS config update.

This commit is contained in:
Artem Kharytoniuk 2017-05-10 14:47:01 +03:00
parent 626cc415d9
commit a99e89ce40

View File

@ -3,8 +3,8 @@
<ImportGroup Label="PropertySheets" /> <ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>
<OutDir>..\..\bin\$(PlatformName)\$(Configuration)\</OutDir> <OutDir>$(ProjectDir)..\..\bin\$(PlatformName)\$(Configuration)\</OutDir>
<IntDir>..\..\bin\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir> <IntDir>$(ProjectDir)..\..\bin\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<ClCompile> <ClCompile>