| 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="..\BundleNv1\BundleN.props" /> |
| 4 | <PropertyGroup> |
| 5 | <TestVersion>2.0.0.0</TestVersion> |
| 6 | </PropertyGroup> |
| 7 | <ItemGroup> |
| 8 | <ProjectReference Include="..\PackageC\PackageC.wixproj" /> |
| 9 | <ProjectReference Include="..\PackageFv2\PackageFv2.wixproj" /> |
| 10 | <ProjectReference Include="..\PackageGv2\PackageGv2.wixproj" /> |
| 11 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> |
| 12 | </ItemGroup> |
| 13 | <ItemGroup> |
| 14 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 15 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 16 | </ItemGroup> |
| 17 | </Project> |