Skip to content

Commit

Permalink
try include x86 in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
AddressXception committed Aug 4, 2023
1 parent 7d74ce2 commit 80b1061
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes\win-arm64\native</PackagePath>
</Content>
<Content Name="Windows x86" Include="$(ElectionGuardLibs)\Windows\x86\$(Configuration)\src\$(Configuration)\*.dll*">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes\win-x86\native</PackagePath>
</Content>
<Content Name="Windows x86 HACL" Include="$(ElectionGuardLibs)\Windows\x86\$(Configuration)\libs\hacl\$(Configuration)\*.dll*">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes\win-x86\native</PackagePath>
</Content>
<Content Name="Windows x86 (MSYS2)" Include="$(ElectionGuardLibs)\Windows\x86\$(Configuration)\src\*.dll*">
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<Link>electionguard.dll</Link>
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory>
</None>
<None Name="Windows MSVC x86 HACL" Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\libhacl.dll">
<Link>libhacl.dll</Link>
<None Name="Windows MSVC x86 HACL" Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\hacl.dll">
<Link>hacl.dll</Link>
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory>
</None>
<None Name="Windows MSVC x86 HACL_CPP" Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\libhacl_cpp.dll">
<Link>libhacl_cpp.dll</Link>
<None Name="Windows MSVC x86 HACL_CPP" Include="$(MSBuildThisFileDirectory)..\runtimes\win-x86\native\hacl_cpp.dll">
<Link>hacl_cpp.dll</Link>
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 80b1061

Please sign in to comment.