|
117 | 117 | <Import Project="$(ProjectDir)..\..\properties\Output.props" /> |
118 | 118 | <Import Project="$(ProjectDir)$(ProjectName).props" /> |
119 | 119 | </ImportGroup> |
| 120 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSEXE|x64'"> |
| 121 | + <Linkage-secp256k1 /> |
| 122 | + <Linkage-ultrafast>static</Linkage-ultrafast> |
| 123 | + </PropertyGroup> |
120 | 124 | <ItemGroup> |
121 | 125 | <ClCompile Include="..\..\..\..\test\error.cpp" /> |
122 | 126 | <ClCompile Include="..\..\..\..\test\file\rotator.cpp" /> |
|
196 | 200 | <ClCompile Include="..\..\..\..\test\tables\caches\ecdsa.cpp" /> |
197 | 201 | <ClCompile Include="..\..\..\..\test\tables\caches\prevout.cpp" /> |
198 | 202 | <ClCompile Include="..\..\..\..\test\tables\caches\schnorr.cpp" /> |
| 203 | + <ClCompile Include="..\..\..\..\test\tables\caches\silent.cpp" /> |
199 | 204 | <ClCompile Include="..\..\..\..\test\tables\caches\validated_bk.cpp" /> |
200 | 205 | <ClCompile Include="..\..\..\..\test\tables\caches\validated_tx.cpp" /> |
201 | 206 | <ClCompile Include="..\..\..\..\test\tables\indexes\height.cpp"> |
|
235 | 240 | <Import Project="$(NuGetPackageRoot)libbitcoin-boost_unit_test_framework-vc145.1.91.0\build\libbitcoin-boost_unit_test_framework-vc145.targets" Condition="Exists('$(NuGetPackageRoot)libbitcoin-boost_unit_test_framework-vc145.1.91.0\build\libbitcoin-boost_unit_test_framework-vc145.targets')" /> |
236 | 241 | <Import Project="$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets" Condition="Exists('$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets')" /> |
237 | 242 | <Import Project="$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets')" /> |
238 | | - <Import Project="$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.1\build\native\UltrafastSecp256k1-vc145.targets" Condition="Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.1\build\native\UltrafastSecp256k1-vc145.targets')" /> |
| 243 | + <Import Project="$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.2\build\native\UltrafastSecp256k1-vc145.targets" Condition="Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.2\build\native\UltrafastSecp256k1-vc145.targets')" /> |
239 | 244 | </ImportGroup> |
240 | 245 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
241 | 246 | <PropertyGroup> |
|
251 | 256 | <Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_unit_test_framework-vc145.1.91.0\build\libbitcoin-boost_unit_test_framework-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_unit_test_framework-vc145.1.91.0\build\libbitcoin-boost_unit_test_framework-vc145.targets'))" /> |
252 | 257 | <Error Condition="!Exists('$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libbitcoin-boost_url-vc145.1.91.0\build\libbitcoin-boost_url-vc145.targets'))" /> |
253 | 258 | <Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc145.0.6.1.2\build\native\secp256k1_vc145.targets'))" /> |
254 | | - <Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.1\build\native\UltrafastSecp256k1-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.1\build\native\UltrafastSecp256k1-vc145.targets'))" /> |
| 259 | + <Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.2\build\native\UltrafastSecp256k1-vc145.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc145.4.4.0.2\build\native\UltrafastSecp256k1-vc145.targets'))" /> |
255 | 260 | </Target> |
256 | 261 | <ItemGroup> |
257 | 262 | <ProjectReference Include="..\libbitcoin-database\libbitcoin-database.vcxproj"> |
|
0 commit comments