| 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 | <InstallerPlatform>x64</InstallerPlatform> |
| 6 | <BA>hyperlinkLicense</BA> |
| 7 | <UpgradeCode>{0B29528A-7FC5-4ACC-A465-497A9836FE8D}</UpgradeCode> |
| 8 | </PropertyGroup> |
| 9 | <ItemGroup> |
| 10 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
| 11 | </ItemGroup> |
| 12 | <ItemGroup> |
| 13 | <ProjectReference Include="..\PackageApu_x64\PackageApu_x64.wixproj" /> |
| 14 | </ItemGroup> |
| 15 | <ItemGroup> |
| 16 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> |
| 17 | </ItemGroup> |
| 18 | </Project> |