diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-08-29 06:22:06 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-08-29 06:22:06 +0200 |
commit | d53d591230406f6618b7f0adba27bbdce72f0d35 (patch) | |
tree | ca0daae97ec00f08b85fa10e2437f00aec8ea18c /build_msvc/bench_bitcoin/bench_bitcoin.vcxproj | |
parent | fc5b756bae26db5e88bd6ed15e2eb45b05e76bdd (diff) |
Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script.
Diffstat (limited to 'build_msvc/bench_bitcoin/bench_bitcoin.vcxproj')
-rw-r--r-- | build_msvc/bench_bitcoin/bench_bitcoin.vcxproj | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj deleted file mode 100644 index e64614c09d..0000000000 --- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj +++ /dev/null @@ -1,79 +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>{1125654E-E1B2-4431-8B5C-62EA9A2FEECB}</ProjectGuid> - </PropertyGroup> - <PropertyGroup> - <ConfigurationType>Application</ConfigurationType> - <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> - </PropertyGroup> - <ItemGroup> - <ClCompile Include="..\..\src\test\util.cpp" /> - <ClCompile Include="..\..\src\test\setup_common.cpp" /> - <ClCompile Include="..\..\src\bench\base58.cpp" /> - <ClCompile Include="..\..\src\bench\bech32.cpp" /> - <ClCompile Include="..\..\src\bench\bench.cpp" /> - <ClCompile Include="..\..\src\bench\bench_bitcoin.cpp" /> - <ClCompile Include="..\..\src\bench\ccoins_caching.cpp" /> - <ClCompile Include="..\..\src\bench\checkblock.cpp" /> - <ClCompile Include="..\..\src\bench\checkqueue.cpp" /> - <ClCompile Include="..\..\src\bench\coin_selection.cpp" /> - <ClCompile Include="..\..\src\bench\crypto_hash.cpp" /> - <ClCompile Include="..\..\src\bench\data.cpp" /> - <ClCompile Include="..\..\src\bench\examples.cpp" /> - <ClCompile Include="..\..\src\bench\lockedpool.cpp" /> - <ClCompile Include="..\..\src\bench\mempool_eviction.cpp" /> - <ClCompile Include="..\..\src\bench\rpc_blockchain.cpp" /> - <ClCompile Include="..\..\src\bench\rpc_mempool.cpp" /> - <ClCompile Include="..\..\src\bench\merkle_root.cpp" /> - <ClCompile Include="..\..\src\bench\rollingbloom.cpp" /> - <ClCompile Include="..\..\src\bench\wallet_balance.cpp" /> - <ClCompile Include="..\..\src\bench\verify_script.cpp" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.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_server\libbitcoin_server.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> - <Target Name="RawBenchHeaderGen" BeforeTargets="PrepareForBuild"> - <PropertyGroup> - <ErrorText>There was an error executing the raw bench header generation task.</ErrorText> - </PropertyGroup> - <ItemGroup> - <RawBenchFile Include="..\..\src\bench\data\*.raw" /> - </ItemGroup> - <HeaderFromHexdump RawFilePath="%(RawBenchFile.FullPath)" HeaderFilePath="%(RawBenchFile.FullPath).h" SourceHeader="static unsigned const char %(RawBenchFile.Filename)_raw[] = {" SourceFooter="};" /> - </Target> - <Import Label="hexdumpTarget" Project="..\msbuild\tasks\hexdump.targets" /> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <Import Project="..\common.vcxproj" /> -</Project>
\ No newline at end of file |