aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/burn.proj
blob: 6020efa2824b7192cf30042216132ddcb488e3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.Build.Traversal/3.0.23">
  <ItemGroup>
    <!-- Restore: Explicitly restore the test projects, which need some hand-holding. -->
    <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" />
    <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Targets="Restore" BuildInParallel="false" />

    <!-- Build -->

    <!-- Let bextutil build balutil. -->
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86;PlatformToolset=v140" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64;PlatformToolset=v140" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86;PlatformToolset=v141" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64;PlatformToolset=v141" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64;PlatformToolset=v141" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64" />
    
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86;PlatformToolset=v140" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64;PlatformToolset=v140" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86;PlatformToolset=v141" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64;PlatformToolset=v141" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64;PlatformToolset=v141" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64" />
    <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64" />

    <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" />

    <!-- Test -->
    <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Test" />
    <ProjectReference Include="test\BextUtilUnitTest\BextUtilUnitTest.vcxproj" Targets="Test" />

    <!-- Pack -->
    <ProjectReference Include="balutil\balutil.vcxproj" Targets="PackNative" />
    <ProjectReference Include="bextutil\bextutil.vcxproj" Targets="PackNative" />
    <ProjectReference Include="WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj" Targets="Restore;PackNative" />
    <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="NoBuild=true" Targets="Pack" />
  </ItemGroup>
</Project>