|
@@ -72,15 +72,23 @@
|
72
|
72
|
<PropertyGroup Label="UserMacros" />
|
73
|
73
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
74
|
74
|
<LinkIncremental>true</LinkIncremental>
|
|
75
|
+ <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
|
|
76
|
+ <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
|
75
|
77
|
</PropertyGroup>
|
76
|
78
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
77
|
79
|
<LinkIncremental>true</LinkIncremental>
|
|
80
|
+ <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
|
|
81
|
+ <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
|
78
|
82
|
</PropertyGroup>
|
79
|
83
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80
|
84
|
<LinkIncremental>false</LinkIncremental>
|
|
85
|
+ <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
|
|
86
|
+ <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
|
81
|
87
|
</PropertyGroup>
|
82
|
88
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
83
|
89
|
<LinkIncremental>false</LinkIncremental>
|
|
90
|
+ <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
|
|
91
|
+ <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
|
84
|
92
|
</PropertyGroup>
|
85
|
93
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86
|
94
|
<ClCompile>
|