blob: 5f65e657d5e54f0d560fa0e85d8fd0d807e3340e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!-- 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>
<OutputType>Module</OutputType>
<SuppressSpecificWarnings>1072</SuppressSpecificWarnings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Firewall.wixext"/><!--VersionOverride="4.0.1"-->
</ItemGroup>
</Project>
|