aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/api_burn_t.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/api_burn_t.proj')
-rw-r--r--src/api/burn/api_burn_t.proj10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/api/burn/api_burn_t.proj b/src/api/burn/api_burn_t.proj
index f6918682..aa1bc628 100644
--- a/src/api/burn/api_burn_t.proj
+++ b/src/api/burn/api_burn_t.proj
@@ -10,10 +10,10 @@
10 <!-- C++/CLI projects will try to build their dependent projects in parallel with others, so they must be built first. --> 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" /> 11 <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" />
12 <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> 12 <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" />
13 13
14 <!-- Make sure that if these rebuild balutil due to the inability for incremental build, then all shipped code uses the same binaries. --> 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" /> 15 <ProjectReference Include="test\WixToolsetTest.BootstrapperApplicationApi\WixToolsetTest.BootstrapperApplicationApi.csproj" Properties="Platform=AnyCPU" BuildInParallel="false" />
16 <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" BuildInParallel="false" /> 16 <ProjectReference Include="WixToolset.BootstrapperApplicationApi\WixToolset.BootstrapperApplicationApi.csproj" Properties="Platform=AnyCPU" BuildInParallel="false" />
17 17
18 <!-- Build --> 18 <!-- Build -->
19 19
@@ -28,9 +28,7 @@
28 <!-- balutil is built by multiple projects above. --> 28 <!-- balutil is built by multiple projects above. -->
29 29
30 <!-- Pack --> 30 <!-- Pack -->
31 <ProjectReference Include="balutil\balutil.vcxproj" Targets="PackNative" />
32 <ProjectReference Include="bextutil\bextutil.vcxproj" Targets="PackNative" /> 31 <ProjectReference Include="bextutil\bextutil.vcxproj" Targets="PackNative" />
33 <ProjectReference Include="WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj" Targets="Restore;PackNative" /> 32 <ProjectReference Include="WixToolset.BootstrapperApplicationApi\WixToolset.BootstrapperApplicationApi.csproj" Properties="NoBuild=true" Targets="Pack" />
34 <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="NoBuild=true" Targets="Pack" />
35 </ItemGroup> 33 </ItemGroup>
36</Project> 34</Project>