File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 353353 <PropertyGroup Label =" UserMacros" />
354354 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
355355 <LinkIncremental >true</LinkIncremental >
356+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
357+ <IntDir >$(Configuration)\</IntDir >
356358 </PropertyGroup >
357359 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_Version|x64'" >
358360 <LinkIncremental >true</LinkIncremental >
359361 <TargetName >version</TargetName >
362+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
363+ <IntDir >$(Configuration)\</IntDir >
360364 </PropertyGroup >
361365 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
362366 <LinkIncremental >false</LinkIncremental >
367+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
368+ <IntDir >$(Configuration)\</IntDir >
363369 </PropertyGroup >
364370 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release_Version|x64'" >
365371 <LinkIncremental >false</LinkIncremental >
366372 <TargetName >version</TargetName >
373+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
374+ <IntDir >$(Configuration)\</IntDir >
367375 </PropertyGroup >
368376 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
369377 <ClCompile >
You can’t perform that action at this time.
0 commit comments