aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixIuiBaTests/ArchSpecificBundle/ArchSpecificBundle.wixproj
blob: 3ac8eedf79a17c320939a3d0792511b6ff751671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- 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. -->
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <OutputType>Bundle</OutputType>
    <BA>iui</BA>
    <UpgradeCode>{22B5ADAF-74D3-424A-8D32-9901FCF97E6D}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\InternalUIPackage\InternalUIPackage.wixproj" />
    <ProjectReference Include="..\InternalUIarm64Package\InternalUIarm64Package.wixproj" />
    <ProjectReference Include="..\InternalUIx64Package\InternalUIx64Package.wixproj" />
    <ProjectReference Include="..\InternalUIx86Package\InternalUIx86Package.wixproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
  </ItemGroup>
</Project>