blob: f1c71d3d7962fcabfb2c8a239d60c271f536886c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- 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>
<SuppressSpecificWarnings>1055;1056</SuppressSpecificWarnings>
</PropertyGroup>
<ItemGroup>
<!-- <ProjectReference Include="..\Module401\Module401.wixproj" /> -->
<ProjectReference Include="..\ModuleCurrent\ModuleCurrent.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Firewall.wixext" />
</ItemGroup>
</Project>
|