|
532 | 532 | <GenerateManifest>false</GenerateManifest>
|
533 | 533 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
534 | 534 | <TargetName>SDL2</TargetName>
|
| 535 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
| 536 | + <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir> |
535 | 537 | </PropertyGroup>
|
536 | 538 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
537 | 539 | <GenerateManifest>false</GenerateManifest>
|
538 | 540 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
539 | 541 | <TargetName>SDL2</TargetName>
|
| 542 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
| 543 | + <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir> |
540 | 544 | </PropertyGroup>
|
541 | 545 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
542 | 546 | <GenerateManifest>false</GenerateManifest>
|
543 | 547 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
544 | 548 | <TargetName>SDL2</TargetName>
|
| 549 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
545 | 550 | </PropertyGroup>
|
546 | 551 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
547 | 552 | <GenerateManifest>false</GenerateManifest>
|
548 | 553 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
549 | 554 | <TargetName>SDL2</TargetName>
|
| 555 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
550 | 556 | </PropertyGroup>
|
551 | 557 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
552 | 558 | <GenerateManifest>false</GenerateManifest>
|
553 | 559 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
554 | 560 | <TargetName>SDL2</TargetName>
|
| 561 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
555 | 562 | </PropertyGroup>
|
556 | 563 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
557 | 564 | <GenerateManifest>false</GenerateManifest>
|
558 | 565 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
559 | 566 | <TargetName>SDL2</TargetName>
|
| 567 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
560 | 568 | </PropertyGroup>
|
561 | 569 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
562 | 570 | <GenerateManifest>false</GenerateManifest>
|
563 | 571 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
564 | 572 | <TargetName>SDL2</TargetName>
|
| 573 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
565 | 574 | </PropertyGroup>
|
566 | 575 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
567 | 576 | <GenerateManifest>false</GenerateManifest>
|
568 | 577 | <IgnoreImportLibrary>false</IgnoreImportLibrary>
|
569 | 578 | <TargetName>SDL2</TargetName>
|
| 579 | + <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
570 | 580 | </PropertyGroup>
|
571 | 581 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
572 | 582 | <ClCompile>
|
|
0 commit comments