aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Firewall/wixlib/firewall.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Firewall/wixlib/firewall.wixproj')
-rw-r--r--src/ext/Firewall/wixlib/firewall.wixproj14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/ext/Firewall/wixlib/firewall.wixproj b/src/ext/Firewall/wixlib/firewall.wixproj
index 2230ee0d..51941541 100644
--- a/src/ext/Firewall/wixlib/firewall.wixproj
+++ b/src/ext/Firewall/wixlib/firewall.wixproj
@@ -1,26 +1,22 @@
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. --> 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"> 2<Project Sdk="WixToolset.Sdk" ToolsVersion="4.0">
3
4 <PropertyGroup> 3 <PropertyGroup>
5 <OutputType>Library</OutputType> 4 <OutputType>Library</OutputType>
6 <BindFiles>true</BindFiles> 5 <BindFiles>true</BindFiles>
7 <Cultures>en-us</Cultures> 6 <Cultures>en-us</Cultures>
8 </PropertyGroup> 7 </PropertyGroup>
9
10 <ItemGroup> 8 <ItemGroup>
11 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> 9 <BindInputPaths Include="$(OutputPath)x86" BindName="x86" />
12 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> 10 <BindInputPaths Include="$(OutputPath)x64" BindName="x64" />
13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> 11 <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" />
14 </ItemGroup> 12 </ItemGroup>
15
16 <ItemGroup> 13 <ItemGroup>
17 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> 14 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" />
18 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> 15 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
19 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> 16 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" />
20 </ItemGroup> 17 </ItemGroup>
21
22 <ItemGroup> 18 <ItemGroup>
23 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 19 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
24 <PackageReference Include="GitInfo" PrivateAssets="All" /> 20 <PackageReference Include="GitInfo" PrivateAssets="All" />
25 </ItemGroup> 21 </ItemGroup>
26</Project> 22</Project> \ No newline at end of file