aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixIuiBaTests/InternalUIarm64Package/InternalUIarm64Package.wixproj
blob: e7d5b4841c24e4e3fc6a62d7c4b1739722380b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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>arm64</InstallerPlatform>
    <ProductComponentsRef>true</ProductComponentsRef>
    <UpgradeCode>{357EBF93-039C-4378-8BCB-8B53F9B9F69A}</UpgradeCode>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.UI.wixext" />
  </ItemGroup>
</Project>