mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
scripted-diff: Rename libbitcoinconsensus
to libbitcoin_consensus
This build artifact is not a user-exposed shared library (DLL) but a convenience static library. See: https://github.com/bitcoin/bitcoin/blob/master/doc/design/libraries.md -BEGIN VERIFY SCRIPT- sed -i 's/libbitcoinconsensus/libbitcoin_consensus/g' $(git grep -l "libbitcoinconsensus" -- build_msvc) git mv build_msvc/libbitcoinconsensus build_msvc/libbitcoin_consensus git mv build_msvc/libbitcoin_consensus/libbitcoinconsensus.vcxproj build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj -END VERIFY SCRIPT-
This commit is contained in:
parent
3777c75d14
commit
30aee016f1
@ -12,7 +12,7 @@
|
|||||||
@SOURCE_FILES@
|
@SOURCE_FILES@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<ResourceCompile Include="..\..\src\qt\res\bitcoin-qt-res.rc" />
|
<ResourceCompile Include="..\..\src\qt\res\bitcoin-qt-res.rc" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<ClCompile Include="..\..\src\bitcoin-tx.cpp" />
|
<ClCompile Include="..\..\src\bitcoin-tx.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<ClCompile Include="..\..\src\bitcoin-util.cpp" />
|
<ClCompile Include="..\..\src\bitcoin-util.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
||||||
|
@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 16
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 16.0.28803.452
|
VisualStudioVersion = 16.0.28803.452
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoinconsensus", "libbitcoinconsensus\libbitcoinconsensus.vcxproj", "{2B384FA8-9EE1-4544-93CB-0D733C25E8CE}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoin_consensus", "libbitcoin_consensus\libbitcoin_consensus.vcxproj", "{2B384FA8-9EE1-4544-93CB-0D733C25E8CE}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitcoind", "bitcoind\bitcoind.vcxproj", "{D4513DDF-6013-44DC-ADCC-12EAF6D1F038}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitcoind", "bitcoind\bitcoind.vcxproj", "{D4513DDF-6013-44DC-ADCC-12EAF6D1F038}"
|
||||||
EndProject
|
EndProject
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<ClCompile Include="$(GeneratedFilesOutDir)\moc\moc_wallettests.cpp" />
|
<ClCompile Include="$(GeneratedFilesOutDir)\moc\moc_wallettests.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<ProjectReference Include="..\libminisketch\libminisketch.vcxproj">
|
<ProjectReference Include="..\libminisketch\libminisketch.vcxproj">
|
||||||
<Project>{542007e3-be0d-4b0d-a6b0-aa8813e2558d}</Project>
|
<Project>{542007e3-be0d-4b0d-a6b0-aa8813e2558d}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">
|
||||||
|
Loading…
Reference in New Issue
Block a user