| 1 | <!-- 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. --> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | <PropertyGroup> |
| 4 | <UpgradeCode>{F21201D4-4782-4658-99C9-2E75D51FCFA6}</UpgradeCode> |
| 5 | </PropertyGroup> |
| 6 | <ItemGroup> |
| 7 | <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" /> |
| 8 | </ItemGroup> |
| 9 | <ItemGroup> |
| 10 | <PackageReference Include="WixToolset.Util.wixext" /> |
| 11 | </ItemGroup> |
| 12 | </Project> |