diff options
author | fanquake <fanquake@gmail.com> | 2024-08-28 12:13:56 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-08-28 12:32:56 +0100 |
commit | 04fb085f6bddc90e806deefd90c72104763f055a (patch) | |
tree | c98da3a7ba83fce30f6e628f2ac65b1019172f9d /build_msvc/bitcoind | |
parent | 92c787f33de176c314af17590d37b927273c9d1c (diff) |
build: remove old MSVC build system
This has been superseded by CMake.
Diffstat (limited to 'build_msvc/bitcoind')
-rw-r--r-- | build_msvc/bitcoind/bitcoind.vcxproj | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/build_msvc/bitcoind/bitcoind.vcxproj b/build_msvc/bitcoind/bitcoind.vcxproj deleted file mode 100644 index 63337ca6a7..0000000000 --- a/build_msvc/bitcoind/bitcoind.vcxproj +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\common.init.vcxproj" /> - <PropertyGroup Label="Globals"> - <ProjectGuid>{D4513DDF-6013-44DC-ADCC-12EAF6D1F038}</ProjectGuid> - </PropertyGroup> - <PropertyGroup Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> - </PropertyGroup> - <ItemGroup> - <ClCompile Include="..\..\src\bitcoind.cpp" /> - <ClCompile Include="..\..\src\init\bitcoind.cpp"> - <ObjectFileName>$(IntDir)init_bitcoind.obj</ObjectFileName> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj"> - <Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj"> - <Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_crypto\libbitcoin_crypto.vcxproj"> - <Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_node\libbitcoin_node.vcxproj"> - <Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_util\libbitcoin_util.vcxproj"> - <Project>{b53a5535-ee9d-4c6f-9a26-f79ee3bc3754}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_wallet\libbitcoin_wallet.vcxproj"> - <Project>{93b86837-b543-48a5-a89b-7c87abb77df2}</Project> - </ProjectReference> - <ProjectReference Include="..\libbitcoin_zmq\libbitcoin_zmq.vcxproj"> - <Project>{792d487f-f14c-49fc-a9de-3fc150f31c3f}</Project> - </ProjectReference> - <ProjectReference Include="..\libunivalue\libunivalue.vcxproj"> - <Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project> - </ProjectReference> - <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj"> - <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project> - </ProjectReference> - <ProjectReference Include="..\libleveldb\libleveldb.vcxproj"> - <Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <Import Label="ReplaceInFile" Project="..\msbuild\tasks\replaceinfile.targets" /> - <PropertyGroup> - <ConfigIniIn>..\..\test\config.ini.in</ConfigIniIn> - <ConfigIniOut>..\..\test\config.ini</ConfigIniOut> - </PropertyGroup> - <Target Name="AfterBuild"> - <Copy SourceFiles="$(ConfigIniIn)" DestinationFiles="$(ConfigIniOut)" ></Copy> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@PACKAGE_NAME@" By="Bitcoin Core"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@PACKAGE_BUGREPORT@" By="https://github.com/bitcoin/bitcoin/issues"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@abs_top_srcdir@" By="..\.." ToFullPath="true"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@abs_top_builddir@" By="..\.." ToFullPath="true"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@EXEEXT@" By=".exe"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@ENABLE_WALLET_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@USE_BDB_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@USE_SQLITE_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@BUILD_BITCOIN_CLI_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@BUILD_BITCOIN_UTIL_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@BUILD_BITCOIN_WALLET_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@BUILD_BITCOIND_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@ENABLE_FUZZ_BINARY_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@ENABLE_ZMQ_TRUE@" By=""></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@ENABLE_EXTERNAL_SIGNER_TRUE@" By="#"></ReplaceInFile> - <ReplaceInFile FilePath="$(ConfigIniOut)" - Replace="@ENABLE_USDT_TRACEPOINTS_TRUE@" By="#"></ReplaceInFile> - </Target> - <Import Project="..\common.vcxproj" /> -</Project> |