| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Bundle</OutputType> |
| 5 | <BA>TestBA_x64</BA> |
| 6 | <UpgradeCode>{79F45B7A-D990-46E4-819B-078D87C3321A}</UpgradeCode> |
| 7 | <InstallerPlatform>x64</InstallerPlatform> |
| 8 | </PropertyGroup> |
| 9 | <ItemGroup> |
| 10 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
| 11 | <Compile Include="..\BundleA_x64\BundleA_x64.wxs" Link="BundleB_x64.wxs" /> |
| 12 | </ItemGroup> |
| 13 | <ItemGroup> |
| 14 | <ProjectReference Include="..\PackageA_x64\PackageA_x64.wixproj" /> |
| 15 | <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> |
| 16 | </ItemGroup> |
| 17 | <ItemGroup> |
| 18 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 19 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 20 | </ItemGroup> |
| 21 | </Project> |