| 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="..\BundleBv1\BundleB.props" /> |
| 4 | <PropertyGroup> |
| 5 | <SuppressSpecificWarnings>1151</SuppressSpecificWarnings> |
| 6 | <BA>TestBAdnc</BA> |
| 7 | <TestVersion>2.0.0.0</TestVersion> |
| 8 | </PropertyGroup> |
| 9 | <ItemGroup> |
| 10 | <ProjectReference Include="..\PackageA\PackageA.wixproj" /> |
| 11 | <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" /> |
| 12 | <ProjectReference Include="..\PackageF\PackageF.wixproj" /> |
| 13 | </ItemGroup> |
| 14 | <ItemGroup> |
| 15 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 16 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 17 | </ItemGroup> |
| 18 | </Project> |