blob: ff6469149498777a8fb50cd6be931464f1209e00 (
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>x64</InstallerPlatform>
<ProductComponentsRef>true</ProductComponentsRef>
<UpgradeCode>{2EBACF8F-BECD-401C-94F2-CFA2C9C3C07F}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" />
</ItemGroup>
</Project>
|