| 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>{F153C27F-0236-4A0F-ADB3-50BFC73B4FEA}</UpgradeCode> |
| 5 | <ProductComponentsRef>true</ProductComponentsRef> |
| 6 | </PropertyGroup> |
| 7 | <ItemGroup> |
| 8 | <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" /> |
| 9 | </ItemGroup> |
| 10 | <ItemGroup> |
| 11 | <PackageReference Include="WixToolset.Firewall.wixext" /> |
| 12 | </ItemGroup> |
| 13 | </Project> |