aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Http/wixlib/http.wixproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-04 22:47:19 -0700
committerRob Mensching <rob@firegiant.com>2021-05-04 22:47:19 -0700
commit4194343c39fa66778a8de9804c88789bd41dae48 (patch)
tree23f750291ef5e43272f05fadbf8f2d9530d027d2 /src/ext/Http/wixlib/http.wixproj
parent432bbb45902b36869b9821d9c07f200a58878c89 (diff)
downloadwix-4194343c39fa66778a8de9804c88789bd41dae48.tar.gz
wix-4194343c39fa66778a8de9804c88789bd41dae48.tar.bz2
wix-4194343c39fa66778a8de9804c88789bd41dae48.zip
Move Http.wixext into ext
Diffstat (limited to 'src/ext/Http/wixlib/http.wixproj')
-rw-r--r--src/ext/Http/wixlib/http.wixproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ext/Http/wixlib/http.wixproj b/src/ext/Http/wixlib/http.wixproj
new file mode 100644
index 00000000..999b7334
--- /dev/null
+++ b/src/ext/Http/wixlib/http.wixproj
@@ -0,0 +1,24 @@
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 <OutputType>Library</OutputType>
5 <BindFiles>true</BindFiles>
6 <Cultures>en-us</Cultures>
7 </PropertyGroup>
8
9 <ItemGroup>
10 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
13 </ItemGroup>
14
15 <ItemGroup>
16 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" />
17 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" />
18 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" />
19 </ItemGroup>
20
21 <ItemGroup>
22 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
23 </ItemGroup>
24</Project> \ No newline at end of file