| 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>apu_x64</CabPrefix> |
| 6 | <UpgradeCode>{89FA641D-019D-42BF-BAD8-654675C83E6B}</UpgradeCode> |
| 7 | </PropertyGroup> |
| 8 | <ItemGroup> |
| 9 | <Compile Include="..\..\Templates\PackagePerUser.wxs" Link="PackagePerUser.wxs" /> |
| 10 | </ItemGroup> |
| 11 | </Project> |