| 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 | <Import Project="BundleH.props" /> |
| 4 | <ItemGroup> |
| 5 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> |
| 6 | <ProjectReference Include="..\PackageDv1\PackageDv1.wixproj" /> |
| 7 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> |
| 8 | </ItemGroup> |
| 9 | <ItemGroup> |
| 10 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 11 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 12 | </ItemGroup> |
| 13 | </Project> |