|
241 | 241 | <ClCompile Include="..\..\..\..\src\config\version.cpp" /> |
242 | 242 | <ClCompile Include="..\..\..\..\src\crypto\aes256.cpp" /> |
243 | 243 | <ClCompile Include="..\..\..\..\src\crypto\der_parser.cpp" /> |
244 | | - <ClCompile Include="..\..\..\..\src\crypto\ec_context.cpp"> |
245 | | - <ObjectFileName>$(IntDir)src_crypto_ec_context.obj</ObjectFileName> |
246 | | - </ClCompile> |
247 | 244 | <ClCompile Include="..\..\..\..\src\crypto\pseudo_random.cpp" /> |
248 | 245 | <ClCompile Include="..\..\..\..\src\crypto\ring_signature.cpp" /> |
249 | | - <ClCompile Include="..\..\..\..\src\crypto\secp256k1.cpp" /> |
250 | | - <ClCompile Include="..\..\..\..\src\crypto\secp256k1_batch.cpp" /> |
| 246 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\batch.cpp" /> |
| 247 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\ec_context.cpp"> |
| 248 | + <ObjectFileName>$(IntDir)src_crypto_secp256k1_ec_context.obj</ObjectFileName> |
| 249 | + </ClCompile> |
| 250 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\ecdsa.cpp" /> |
| 251 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\keys.cpp" /> |
| 252 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\math.cpp"> |
| 253 | + <ObjectFileName>$(IntDir)src_crypto_secp256k1_math.obj</ObjectFileName> |
| 254 | + </ClCompile> |
| 255 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\recover.cpp" /> |
| 256 | + <ClCompile Include="..\..\..\..\src\crypto\secp256k1\schnorr.cpp" /> |
251 | 257 | <ClCompile Include="..\..\..\..\src\data\data_chunk.cpp" /> |
252 | 258 | <ClCompile Include="..\..\..\..\src\data\string.cpp" /> |
253 | 259 | <ClCompile Include="..\..\..\..\src\define.cpp" /> |
|
262 | 268 | <ClCompile Include="..\..\..\..\src\hash\accumulator.cpp" /> |
263 | 269 | <ClCompile Include="..\..\..\..\src\hash\checksum.cpp" /> |
264 | 270 | <ClCompile Include="..\..\..\..\src\hash\siphash.cpp" /> |
265 | | - <ClCompile Include="..\..\..\..\src\math\math.cpp" /> |
| 271 | + <ClCompile Include="..\..\..\..\src\math\math.cpp"> |
| 272 | + <ObjectFileName>$(IntDir)src_math_math.obj</ObjectFileName> |
| 273 | + </ClCompile> |
266 | 274 | <ClCompile Include="..\..\..\..\src\radix\base_10.cpp" /> |
267 | 275 | <ClCompile Include="..\..\..\..\src\radix\base_2048.cpp" /> |
268 | 276 | <ClCompile Include="..\..\..\..\src\radix\base_32.cpp" /> |
|
666 | 674 | <ClInclude Include="..\..\..\..\include\bitcoin\system\words\language.hpp" /> |
667 | 675 | <ClInclude Include="..\..\..\..\include\bitcoin\system\words\languages.hpp" /> |
668 | 676 | <ClInclude Include="..\..\..\..\include\bitcoin\system\words\words.hpp" /> |
669 | | - <ClInclude Include="..\..\..\..\src\crypto\ec_context.hpp" /> |
| 677 | + <ClInclude Include="..\..\..\..\src\crypto\secp256k1\ec_context.hpp" /> |
| 678 | + <ClInclude Include="..\..\..\..\src\crypto\secp256k1\serialize.hpp" /> |
670 | 679 | <ClInclude Include="..\..\..\..\src\wallet\addresses\qrencode\bitstream.h" /> |
671 | 680 | <ClInclude Include="..\..\..\..\src\wallet\addresses\qrencode\mask.h" /> |
672 | 681 | <ClInclude Include="..\..\..\..\src\wallet\addresses\qrencode\mmask.h" /> |
|
799 | 808 | <Import Project="$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets" Condition="Exists('$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets')" /> |
800 | 809 | <Import Project="$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets" Condition="Exists('$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets')" /> |
801 | 810 | <Import Project="$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets" Condition="Exists('$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets')" /> |
| 811 | + <Import Project="$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets" Condition="Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets')" /> |
802 | 812 | </ImportGroup> |
803 | 813 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
804 | 814 | <PropertyGroup> |
|
813 | 823 | <Error Condition="!Exists('$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_thread-vc143.1.86.0\build\boost_thread-vc143.targets'))" /> |
814 | 824 | <Error Condition="!Exists('$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)boost_url-vc143.1.86.0\build\boost_url-vc143.targets'))" /> |
815 | 825 | <Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc143.0.6.1\build\native\secp256k1_vc143.targets'))" /> |
| 826 | + <Error Condition="!Exists('$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)UltrafastSecp256k1-vc143.4.1.1.7\build\native\UltrafastSecp256k1-vc143.targets'))" /> |
816 | 827 | </Target> |
817 | 828 | <ItemGroup> |
818 | 829 | <Natvis Include="..\..\debug.natvis" /> |
|
0 commit comments