main
wixproj 17 lines 886 Bytes
Raw
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>iui</BA>
6 <UpgradeCode>{22B5ADAF-74D3-424A-8D32-9901FCF97E6D}</UpgradeCode>
7 </PropertyGroup>
8 <ItemGroup>
9 <ProjectReference Include="..\InternalUIPackage\InternalUIPackage.wixproj" />
10 <ProjectReference Include="..\InternalUIarm64Package\InternalUIarm64Package.wixproj" />
11 <ProjectReference Include="..\InternalUIx64Package\InternalUIx64Package.wixproj" />
12 <ProjectReference Include="..\InternalUIx86Package\InternalUIx86Package.wixproj" />
13 </ItemGroup>
14 <ItemGroup>
15 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
16 </ItemGroup>
17 </Project>