blob: 5646463d37a17390ff41a356b4a4c24eb65b81b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- 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>{5115D6AC-A1FE-40C6-BEB3-BEBB39E61579}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EmbeddedUIPackage\EmbeddedUIPackage.wixproj" />
<ProjectReference Include="..\InternalUIPackage\InternalUIPackage.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
</ItemGroup>
</Project>
|