| 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 | <PropertyGroup> |
| 4 | <OutputType>Bundle</OutputType> |
| 5 | <BA>TestBA_x64</BA> |
| 6 | <UpgradeCode>{B6CAE45D-A7E5-4302-9FCF-4D05632F9FD7}</UpgradeCode> |
| 7 | <InstallerPlatform>x64</InstallerPlatform> |
| 8 | <SuppressSpecificWarnings>8506</SuppressSpecificWarnings> |
| 9 | </PropertyGroup> |
| 10 | <ItemGroup> |
| 11 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
| 12 | </ItemGroup> |
| 13 | <ItemGroup> |
| 14 | <BindInputPaths Include="..\..\..\..\..\wix\test\WixToolsetTest.CoreIntegration\TestData\.Data" /> |
| 15 | </ItemGroup> |
| 16 | <ItemGroup> |
| 17 | <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> |
| 18 | </ItemGroup> |
| 19 | <ItemGroup> |
| 20 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 21 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
| 22 | </ItemGroup> |
| 23 | </Project> |