| 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 | |
| 3 | <Project Sdk="WixToolset.Sdk"> |
| 4 | <PropertyGroup> |
| 5 | <OutputType>Bundle</OutputType> |
| 6 | <BA>hyperlinkLicense</BA> |
| 7 | <UpgradeCode>{42CCE8AB-777A-481F-9EA2-0B5B10179E8A}</UpgradeCode> |
| 8 | <DefineConstants>$(DefineConstants);TestVersion=1.0</DefineConstants> |
| 9 | </PropertyGroup> |
| 10 | |
| 11 | <ItemGroup> |
| 12 | <ProjectReference Include="..\PackageA\PackageA.wixproj" /> |
| 13 | </ItemGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 17 | </ItemGroup> |
| 18 | </Project> |