| 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="BundleA.props" /> |
| 4 | <ItemGroup> |
| 5 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> |
| 6 | </ItemGroup> |
| 7 | <ItemGroup> |
| 8 | <!-- For testing purposes: Use old Bal WiX extension instead of new BootstrapperApplications.wixext --> |
| 9 | <PackageReference Include="WixToolset.Bal.wixext" /> |
| 10 | </ItemGroup> |
| 11 | </Project> |