mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
msvc, bench: Add missing source files to bench_bitcoin project
This commit is contained in:
parent
4373414d26
commit
23dc0c19ac
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@SOURCE_FILES@
|
@SOURCE_FILES@
|
||||||
|
<ClCompile Include="..\..\src\bench\coin_selection.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\bench\wallet_balance.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\bench\wallet_create.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\bench\wallet_create_tx.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\bench\wallet_ismine.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\bench\wallet_loading.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
|
||||||
|
|
Loading…
Add table
Reference in a new issue