File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 9
9
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
- <ClCompile Include =" ..\..\src\test\util.cpp" />
13
- <ClCompile Include =" ..\..\src\test\setup_common.cpp" />
14
- <ClCompile Include =" ..\..\src\bench\base58.cpp" />
15
- <ClCompile Include =" ..\..\src\bench\bech32.cpp" />
16
- <ClCompile Include =" ..\..\src\bench\bench.cpp" />
17
- <ClCompile Include =" ..\..\src\bench\bench_bitcoin.cpp" />
18
- <ClCompile Include =" ..\..\src\bench\ccoins_caching.cpp" />
19
- <ClCompile Include =" ..\..\src\bench\checkblock.cpp" />
20
- <ClCompile Include =" ..\..\src\bench\checkqueue.cpp" />
21
- <ClCompile Include =" ..\..\src\bench\coin_selection.cpp" />
22
- <ClCompile Include =" ..\..\src\bench\crypto_hash.cpp" />
23
- <ClCompile Include =" ..\..\src\bench\data.cpp" />
24
- <ClCompile Include =" ..\..\src\bench\examples.cpp" />
25
- <ClCompile Include =" ..\..\src\bench\lockedpool.cpp" />
26
- <ClCompile Include =" ..\..\src\bench\mempool_eviction.cpp" />
27
- <ClCompile Include =" ..\..\src\bench\rpc_blockchain.cpp" />
28
- <ClCompile Include =" ..\..\src\bench\rpc_mempool.cpp" />
29
- <ClCompile Include =" ..\..\src\bench\merkle_root.cpp" />
30
- <ClCompile Include =" ..\..\src\bench\rollingbloom.cpp" />
31
- <ClCompile Include =" ..\..\src\bench\wallet_balance.cpp" />
32
- <ClCompile Include =" ..\..\src\bench\verify_script.cpp" />
12
+ @SOURCE_FILES@
33
13
</ItemGroup >
34
14
<ItemGroup >
35
15
<ProjectReference Include =" ..\libbitcoinconsensus\libbitcoinconsensus.vcxproj" >
Original file line number Diff line number Diff line change 17
17
'libbitcoin_wallet_tool' ,
18
18
'libbitcoin_wallet' ,
19
19
'libbitcoin_zmq' ,
20
+ 'bench_bitcoin' ,
20
21
]
21
22
22
23
ignore_list = [
You can’t perform that action at this time.
0 commit comments