|
@@ -36,7 +36,14 @@
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
- <PropertyGroup />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
|
<WarningLevel>Level3</WarningLevel>
|