blob: b318e40ae1bbad61993f06358a3e2e5cfe9e8e5f (
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>hyperlinkLicense</BA>
<UpgradeCode>{DDB62589-C5AD-4E92-A697-EAD7D7C37C8D}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PackageA\PackageA.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" />
</ItemGroup>
</Project>
|