diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/http.wixproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/wixlib/http.wixproj b/src/wixlib/http.wixproj index 6c56808a..fdd8c99b 100644 --- a/src/wixlib/http.wixproj +++ b/src/wixlib/http.wixproj | |||
@@ -1,18 +1,19 @@ | |||
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"> |
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 | 8 | ||
10 | <ItemGroup> | 9 | <ItemGroup> |
11 | <ProjectReference Include="..\ca\httpca.vcxproj" /> | 10 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM" /> |
11 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" /> | ||
12 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" /> | ||
13 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" /> | ||
12 | </ItemGroup> | 14 | </ItemGroup> |
13 | 15 | ||
14 | <ItemGroup> | 16 | <ItemGroup> |
15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 17 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> |
16 | </ItemGroup> | 18 | </ItemGroup> |
17 | 19 | </Project> \ No newline at end of file | |
18 | </Project> | ||