<!-- 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">
  <Import Project="..\BundleBv1\BundleB.props" />
  <PropertyGroup>
    <TestVersion>2.0.0.0</TestVersion>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\BundleBv1\Bundle.wxs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" />
    <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
    <PackageReference Include="WixToolset.NetFx.wixext" />
  </ItemGroup>
</Project>