diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-10 11:26:44 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-10 11:26:44 +0100 |
commit | cf6ff1031bd577c18fe8eb2dd168a6d0d1c16e0d (patch) | |
tree | fdb34cd52e76975190dcc3f4446693145644dc52 /build_msvc | |
parent | 30aee016f15b43b90efb023d9bd04aa84cf58ade (diff) |
msvc: Clean up `libbitcoin_consensus` source files
See `libbitcoin_consensus_a_SOURCES` in the `src/Makefile.am`.
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj b/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj index 4cb0bdc902..95fdcdb79b 100644 --- a/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj +++ b/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj @@ -11,15 +11,6 @@ <ClCompile Include="..\..\src\arith_uint256.cpp" /> <ClCompile Include="..\..\src\consensus\merkle.cpp" /> <ClCompile Include="..\..\src\consensus\tx_check.cpp" /> - <ClCompile Include="..\..\src\crypto\aes.cpp" /> - <ClCompile Include="..\..\src\crypto\chacha20.cpp" /> - <ClCompile Include="..\..\src\crypto\hmac_sha256.cpp" /> - <ClCompile Include="..\..\src\crypto\hmac_sha512.cpp" /> - <ClCompile Include="..\..\src\crypto\ripemd160.cpp" /> - <ClCompile Include="..\..\src\crypto\sha1.cpp" /> - <ClCompile Include="..\..\src\crypto\sha256.cpp" /> - <ClCompile Include="..\..\src\crypto\sha256_sse4.cpp" /> - <ClCompile Include="..\..\src\crypto\sha512.cpp" /> <ClCompile Include="..\..\src\hash.cpp" /> <ClCompile Include="..\..\src\primitives\block.cpp" /> <ClCompile Include="..\..\src\primitives\transaction.cpp" /> |