| 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="..\BundleAv1\BundleA.props" /> |
| 4 | <PropertyGroup> |
| 5 | <BA>TestBA_x64</BA> |
| 6 | <InstallerPlatform>X64</InstallerPlatform> |
| 7 | </PropertyGroup> |
| 8 | <ItemGroup> |
| 9 | <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" /> |
| 10 | <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> |
| 11 | </ItemGroup> |
| 12 | <ItemGroup> |
| 13 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 14 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 15 | </ItemGroup> |
| 16 | </Project> |