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 353
353
<PropertyGroup Label =" UserMacros" />
354
354
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
355
355
<LinkIncremental >true</LinkIncremental >
356
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
357
+ <IntDir >$(Configuration)\</IntDir >
356
358
</PropertyGroup >
357
359
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_Version|x64'" >
358
360
<LinkIncremental >true</LinkIncremental >
359
361
<TargetName >version</TargetName >
362
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
363
+ <IntDir >$(Configuration)\</IntDir >
360
364
</PropertyGroup >
361
365
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
362
366
<LinkIncremental >false</LinkIncremental >
367
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
368
+ <IntDir >$(Configuration)\</IntDir >
363
369
</PropertyGroup >
364
370
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release_Version|x64'" >
365
371
<LinkIncremental >false</LinkIncremental >
366
372
<TargetName >version</TargetName >
373
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
374
+ <IntDir >$(Configuration)\</IntDir >
367
375
</PropertyGroup >
368
376
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
369
377
<ClCompile >
You can’t perform that action at this time.
0 commit comments