diff options
Diffstat (limited to 'src/ext/Http/wixlib')
| -rw-r--r-- | src/ext/Http/wixlib/http.wixproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ext/Http/wixlib/http.wixproj b/src/ext/Http/wixlib/http.wixproj index 999b7334..651a32ef 100644 --- a/src/ext/Http/wixlib/http.wixproj +++ b/src/ext/Http/wixlib/http.wixproj | |||
| @@ -13,12 +13,13 @@ | |||
| 13 | </ItemGroup> | 13 | </ItemGroup> |
| 14 | 14 | ||
| 15 | <ItemGroup> | 15 | <ItemGroup> |
| 16 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" /> | 16 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> |
| 17 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" /> | 17 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
| 18 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" /> | 18 | <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> |
| 19 | </ItemGroup> | 19 | </ItemGroup> |
| 20 | 20 | ||
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 23 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 23 | </ItemGroup> | 24 | </ItemGroup> |
| 24 | </Project> \ No newline at end of file | 25 | </Project> |
