|
499 | 499 | <PropertyGroup Label="UserMacros" /> |
500 | 500 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
501 | 501 | <OutDir>$(SolutionDir)..\build\output\$(PlatformTarget)\$(Configuration)\lib\</OutDir> |
502 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 502 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
503 | 503 | </PropertyGroup> |
504 | 504 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SWIG|Win32'"> |
505 | 505 | <OutDir>$(SolutionDir)..\..\build\output\$(PlatformTarget)\Release\lib\</OutDir> |
506 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 506 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
507 | 507 | </PropertyGroup> |
508 | 508 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
509 | 509 | <OutDir>$(SolutionDir)..\build\output\$(PlatformTarget)\$(Configuration)\lib\</OutDir> |
510 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 510 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
511 | 511 | </PropertyGroup> |
512 | 512 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SWIG|x64'"> |
513 | 513 | <OutDir>$(SolutionDir)..\..\build\output\$(PlatformTarget)\Release\lib\</OutDir> |
514 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 514 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
515 | 515 | </PropertyGroup> |
516 | 516 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
517 | 517 | <OutDir>$(SolutionDir)..\build\output\$(PlatformTarget)\$(Configuration)\lib\</OutDir> |
518 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 518 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
519 | 519 | </PropertyGroup> |
520 | 520 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-SWIG|Win32'"> |
521 | 521 | <OutDir>$(SolutionDir)..\..\build\output\$(PlatformTarget)\Debug\lib\</OutDir> |
522 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 522 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
523 | 523 | </PropertyGroup> |
524 | 524 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
525 | 525 | <OutDir>$(SolutionDir)..\build\output\$(PlatformTarget)\$(Configuration)\lib\</OutDir> |
526 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 526 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
527 | 527 | </PropertyGroup> |
528 | 528 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-SWIG|x64'"> |
529 | 529 | <OutDir>$(SolutionDir)..\..\build\output\$(PlatformTarget)\Debug\lib\</OutDir> |
530 | | - <IntDir>obj\$(Configuration)\</IntDir> |
| 530 | + <IntDir>obj\$(Configuration)\$(PlatformTarget)\</IntDir> |
531 | 531 | </PropertyGroup> |
532 | 532 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
533 | 533 | <ClCompile> |
|
0 commit comments