blob: e70d13a0e654f5a79bd0e7ffd004c08550065805 (
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>arm64</InstallerPlatform>
<CabPrefix>a_arm64</CabPrefix>
<UpgradeCode>{A32CA5EE-029F-4F0E-B518-E0C14EDEEDE0}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
</Project>
|