blob: 62c5ceeaac85ca162f4f5d91a0a59aea8b3f1a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- 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>{62CB2BAE-129D-41D1-928B-5353FC542130}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\InternalUIPackage\InternalUIPackage.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
</ItemGroup>
</Project>
|