|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\common.init.vcxproj" /> |
| 4 | + <PropertyGroup Label="Globals"> |
| 5 | + <ProjectGuid>{D3022AF6-AD33-4CE3-B358-87CB6A1B29CF}</ProjectGuid> |
| 6 | + </PropertyGroup> |
| 7 | + <PropertyGroup Label="Configuration"> |
| 8 | + <ConfigurationType>Application</ConfigurationType> |
| 9 | + <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| 10 | + </PropertyGroup> |
| 11 | + <ItemGroup> |
| 12 | + <ClCompile Include="..\..\src\bitcoin-util.cpp" /> |
| 13 | + </ItemGroup> |
| 14 | + <ItemGroup> |
| 15 | + <ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj"> |
| 16 | + <Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project> |
| 17 | + </ProjectReference> |
| 18 | + <ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj"> |
| 19 | + <Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project> |
| 20 | + </ProjectReference> |
| 21 | + <ProjectReference Include="..\libbitcoin_crypto\libbitcoin_crypto.vcxproj"> |
| 22 | + <Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project> |
| 23 | + </ProjectReference> |
| 24 | + <ProjectReference Include="..\libbitcoin_util\libbitcoin_util.vcxproj"> |
| 25 | + <Project>{b53a5535-ee9d-4c6f-9a26-f79ee3bc3754}</Project> |
| 26 | + </ProjectReference> |
| 27 | + <ProjectReference Include="..\libunivalue\libunivalue.vcxproj"> |
| 28 | + <Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project> |
| 29 | + </ProjectReference> |
| 30 | + <ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj"> |
| 31 | + <Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project> |
| 32 | + </ProjectReference> |
| 33 | + </ItemGroup> |
| 34 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 35 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 36 | + <Import Project="..\common.vcxproj" /> |
| 37 | +</Project> |
0 commit comments