blob: 0a62f38b00a50a6ecadd78b4bff8a2e89fda0ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- 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>
<ProductComponentsRef>true</ProductComponentsRef>
<UpgradeCode>{A6826B6D-2F3F-456D-BABF-1B8CDCE3AE68}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EmbeddedUI\EmbeddedUI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" />
</ItemGroup>
</Project>
|