aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in
AgeCommit message (Collapse)Author
2024-08-28build: remove old MSVC build systemfanquake
This has been superseded by CMake.
2024-04-26build, msvc: Drop duplicated `common\url.cpp` source fileHennadii Stepanov
It has been a part of SOURCE_FILES since https://github.com/bitcoin/bitcoin/pull/29904
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2019-07-01[MSVC] Copy build output to src/ automatically after buildnicolas.dorier
2019-06-19Cleaned up and consolidated msvc build files to allow faster builds and ↵Aaron Clauson
easier migration to vs2019.
2019-03-01msvc: Use a single file to specify the include pathChun Kuan Lee
2019-02-17scripted-diff: Remove NDEBUG pre-defineChun Kuan Lee
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT-
2019-02-01msvc: build secp256k1 locallyChun Kuan Lee
2018-08-26auto generate MSVC project filesChun Kuan Lee