- correct msvc intermediate folders for some projects to avoid compile collisions

This commit is contained in:
SoftCoder 2015-10-28 22:34:30 -07:00
parent d5edf6f973
commit 8aa7928567
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<RootNamespace>g2xml</RootNamespace>
<Keyword>Win32Proj</Keyword>
<ProjectName>g2xml</ProjectName>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
@ -124,7 +125,7 @@
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\data\glest_game\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|Win32'">.\..\..\data\glest_game\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">.\..\..\data\glest_game\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)/$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|Win32'">$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_NO_STREFLOP|Win32'">$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>

View File

@ -39,6 +39,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>megaglest_tests</RootNamespace>
<ProjectName>megaglest_tests</ProjectName>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@ -134,6 +135,7 @@
<LinkIncremental>false</LinkIncremental>
<OutDir>.\..\..\..\data\glest_game\</OutDir>
<TargetName>megaglest_tests</TargetName>
<IntDir>$(Configuration)/$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WITHOUT_STREFLOP|Win32'">
<LinkIncremental>false</LinkIncremental>