aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64/PackageApu_x64.wixproj
blob: 945dcfa41a10673f8907079fc7ee452fa7df7fad (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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. -->
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <InstallerPlatform>x64</InstallerPlatform>
    <CabPrefix>apu_x64</CabPrefix>
    <UpgradeCode>{89FA641D-019D-42BF-BAD8-654675C83E6B}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\PackagePerUser.wxs" Link="PackagePerUser.wxs" />
  </ItemGroup>
</Project>