| 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 | <InstallerPlatform>x64</InstallerPlatform> |
| 5 | <CabPrefix>a_x64</CabPrefix> |
| 6 | <UpgradeCode>{BDB9EF6A-B2DE-4929-9BE3-0CD71BDAEF6E}</UpgradeCode> |
| 7 | </PropertyGroup> |
| 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" /> |
| 10 | </ItemGroup> |
| 11 | </Project> |