diff options
Diffstat (limited to '')
-rw-r--r-- | src/api/burn/api_burn_t.proj (renamed from src/api/burn/burn_t.proj) | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/api/burn/burn_t.proj b/src/api/burn/api_burn_t.proj index 46ccf8b2..f6918682 100644 --- a/src/api/burn/burn_t.proj +++ b/src/api/burn/api_burn_t.proj | |||
@@ -7,23 +7,25 @@ | |||
7 | <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" /> | 7 | <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" /> |
8 | <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" /> | 8 | <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" /> |
9 | 9 | ||
10 | <!-- C++/CLI projects will try to build their dependent projects in parallel with others, so they must be built first. --> | ||
11 | <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> | ||
12 | <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> | ||
13 | |||
14 | <!-- Make sure that if these rebuild balutil due to the inability for incremental build, then all shipped code uses the same binaries. --> | ||
15 | <ProjectReference Include="test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj" Properties="Platform=AnyCPU" BuildInParallel="false" /> | ||
16 | <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" BuildInParallel="false" /> | ||
17 | |||
10 | <!-- Build --> | 18 | <!-- Build --> |
11 | 19 | ||
12 | <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86" /> | 20 | <!-- bextutil x86 is built by BextUtilUnitTest --> |
13 | <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64" /> | 21 | <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64" /> |
14 | <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64" /> | 22 | <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64" /> |
15 | 23 | ||
16 | <!-- Let mbanative build balutil for latest toolset. --> | ||
17 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86" /> | 24 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86" /> |
18 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64" /> | 25 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64" /> |
19 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64" /> | 26 | <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64" /> |
20 | 27 | ||
21 | <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" /> | 28 | <!-- balutil is built by multiple projects above. --> |
22 | <ProjectReference Include="test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj" Properties="Platform=AnyCPU" /> | ||
23 | |||
24 | <!-- Test --> | ||
25 | <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Test" /> | ||
26 | <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Targets="Test" /> | ||
27 | 29 | ||
28 | <!-- Pack --> | 30 | <!-- Pack --> |
29 | <ProjectReference Include="balutil\balutil.vcxproj" Targets="PackNative" /> | 31 | <ProjectReference Include="balutil\balutil.vcxproj" Targets="PackNative" /> |