File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 440
440
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
441
441
</ImportGroup >
442
442
<PropertyGroup Label =" UserMacros" />
443
- <PropertyGroup />
443
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
444
+ <OutDir >$(SolutionDir)$(Configuration).win32\</OutDir >
445
+ <IntDir >$(Configuration).win32\</IntDir >
446
+ </PropertyGroup >
447
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
448
+ <OutDir >$(SolutionDir)$(Configuration).win32\</OutDir >
449
+ <IntDir >$(Configuration).win32\</IntDir >
450
+ </PropertyGroup >
444
451
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
445
452
<ClCompile >
446
453
<PrecompiledHeader >
You can’t perform that action at this time.
0 commit comments