Skip to content

Commit

Permalink
Bump secp256k1-vc140 to 0.1.0.16 (work around name squatter).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 5, 2018
1 parent 4e57cf7 commit 52258bf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<Import Project="$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand All @@ -116,7 +116,7 @@
<Error Condition="!Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets'))" />
</Target>
<ItemGroup>
<ProjectReference Include="..\libbitcoin\libbitcoin.vcxproj">
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/libbitcoin-examples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
<package id="boost_regex-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_system-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_thread-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="secp256k1_vc140" version="0.1.0.15" targetFramework="Native" />
<package id="secp256k1-vc140" version="0.1.0.16" targetFramework="Native" />
</packages>
4 changes: 2 additions & 2 deletions builds/msvc/vs2015/libbitcoin-test/libbitcoin-test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<Import Project="$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_unit_test_framework-vc140.1.64.0.0\build\native\boost_unit_test_framework-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_unit_test_framework-vc140.1.64.0.0\build\native\boost_unit_test_framework-vc140.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand All @@ -230,7 +230,7 @@
<Error Condition="!Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_unit_test_framework-vc140.1.64.0.0\build\native\boost_unit_test_framework-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_unit_test_framework-vc140.1.64.0.0\build\native\boost_unit_test_framework-vc140.targets'))" />
</Target>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/libbitcoin-test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<package id="boost_regex-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_system-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_thread-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="secp256k1_vc140" version="0.1.0.15" targetFramework="Native" />
<package id="secp256k1-vc140" version="0.1.0.16" targetFramework="Native" />
<package id="boost_unit_test_framework-vc140" version="1.64.0.0" targetFramework="Native" />
</packages>
4 changes: 2 additions & 2 deletions builds/msvc/vs2015/libbitcoin/libbitcoin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
<Import Project="$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets" Condition="Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" />
<Import Project="$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand All @@ -552,6 +552,6 @@
<Error Condition="!Exists('$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_regex-vc140.1.64.0.0\build\native\boost_regex-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_system-vc140.1.64.0.0\build\native\boost_system-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_thread-vc140.1.64.0.0\build\native\boost_thread-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc140.0.1.0.15\build\native\secp256k1_vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1-vc140.0.1.0.16\build\native\secp256k1-vc140.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion builds/msvc/vs2015/libbitcoin/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
<package id="boost_regex-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_system-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="boost_thread-vc140" version="1.64.0.0" targetFramework="Native" />
<package id="secp256k1_vc140" version="0.1.0.15" targetFramework="Native" />
<package id="secp256k1-vc140" version="0.1.0.16" targetFramework="Native" />
</packages>

0 comments on commit 52258bf

Please sign in to comment.