aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libbitcoin_consensus
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-10 11:26:44 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-10 11:26:44 +0100
commitcf6ff1031bd577c18fe8eb2dd168a6d0d1c16e0d (patch)
treefdb34cd52e76975190dcc3f4446693145644dc52 /build_msvc/libbitcoin_consensus
parent30aee016f15b43b90efb023d9bd04aa84cf58ade (diff)
downloadbitcoin-cf6ff1031bd577c18fe8eb2dd168a6d0d1c16e0d.tar.xz
msvc: Clean up `libbitcoin_consensus` source files
See `libbitcoin_consensus_a_SOURCES` in the `src/Makefile.am`.
Diffstat (limited to 'build_msvc/libbitcoin_consensus')
-rw-r--r--build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj9
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" />