Skip to content

Commit 5737c5f

Browse files
author
VanOrton
committed
MSVC related build updates
1 parent 42b87eb commit 5737c5f

File tree

11 files changed

+160
-283
lines changed

11 files changed

+160
-283
lines changed

build_msvc/BGL-qt/BGL-qt.vcxproj

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\common.init.vcxproj" />
44
<Import Project="..\common.qt.init.vcxproj" />
@@ -13,24 +13,24 @@
1313
<ResourceCompile Include="..\..\src\qt\res\bgl-qt-res.rc" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
17-
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
18-
</ProjectReference>
1916
<ProjectReference Include="..\libBGL_cli\libBGL_cli.vcxproj">
2017
<Project>{0667528c-d734-4009-adf9-c0d6c4a5a5a6}</Project>
2118
</ProjectReference>
2219
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
2320
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
2421
</ProjectReference>
22+
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
23+
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
24+
</ProjectReference>
2525
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
2626
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
2727
</ProjectReference>
28+
<ProjectReference Include="..\libBGL_node\libBGL_node.vcxproj">
29+
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
30+
</ProjectReference>
2831
<ProjectReference Include="..\libBGL_qt\libBGL_qt.vcxproj">
2932
<Project>{2b4abff8-d1fd-4845-88c9-1f3c0a6512bf}</Project>
3033
</ProjectReference>
31-
<ProjectReference Include="..\libBGL_node\libbBGL_node.vcxproj">
32-
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
33-
</ProjectReference>
3434
<ProjectReference Include="..\libBGL_util\libBGL_util.vcxproj">
3535
<Project>{b53a5535-ee9d-4c6f-9a26-f79ee3bc3754}</Project>
3636
</ProjectReference>
@@ -50,7 +50,6 @@
5050
<Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project>
5151
</ProjectReference>
5252
</ItemGroup>
53-
5453
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
5554
<ClCompile>
5655
<AdditionalIncludeDirectories>$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -65,7 +64,6 @@
6564
<PreprocessorDefinitions>HAVE_CONFIG_H;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6665
</ResourceCompile>
6766
</ItemDefinitionGroup>
68-
6967
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
7068
<ClCompile>
7169
<AdditionalIncludeDirectories>$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -78,7 +76,6 @@
7876
<PreprocessorDefinitions>HAVE_CONFIG_H;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7977
</ResourceCompile>
8078
</ItemDefinitionGroup>
81-
8279
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8380
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
84-
</Project>
81+
</Project>

build_msvc/BGL-tx/BGL-tx.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<ClCompile Include="..\..\src\BGL-tx.cpp" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
16-
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
17-
</ProjectReference>
1815
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
1916
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
2017
</ProjectReference>
18+
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
19+
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
20+
</ProjectReference>
2121
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
2222
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
2323
</ProjectReference>
@@ -34,4 +34,4 @@
3434
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
3636
<Import Project="..\common.vcxproj" />
37-
</Project>
37+
</Project>

build_msvc/BGL-util/BGL-util.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<ClCompile Include="..\..\src\BGL-util.cpp" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
16-
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
17-
</ProjectReference>
1815
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
1916
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
2017
</ProjectReference>
18+
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
19+
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
20+
</ProjectReference>
2121
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
2222
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
2323
</ProjectReference>
@@ -34,4 +34,4 @@
3434
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
3636
<Import Project="..\common.vcxproj" />
37-
</Project>
37+
</Project>

build_msvc/BGL-wallet/BGL-wallet.vcxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<ClCompile Include="..\..\src\BGL-wallet.cpp" />
13-
<ClCompile Include="..\..\src\init\BGL-wallet.cpp">
13+
<ClCompile Include="..\..\src\init\BGL-wallet.cpp">
1414
<ObjectFileName>$(IntDir)init_BGL-wallet.obj</ObjectFileName>
1515
</ClCompile>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
19-
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
20-
</ProjectReference>
2118
<ProjectReference Include="..\libBGL_cli\libBGL_cli.vcxproj">
2219
<Project>{0667528c-d734-4009-adf9-c0d6c4a5a5a6}</Project>
2320
</ProjectReference>
2421
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
2522
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
2623
</ProjectReference>
24+
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
25+
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
26+
</ProjectReference>
2727
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
2828
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
2929
</ProjectReference>
30-
<ProjectReference Include="..\libBGL_server\libBGL_server.vcxproj">
30+
<ProjectReference Include="..\libBGL_node\libBGL_node.vcxproj">
3131
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
3232
</ProjectReference>
3333
<ProjectReference Include="..\libBGL_util\libBGL_util.vcxproj">
@@ -55,4 +55,4 @@
5555
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5656
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5757
<Import Project="..\common.vcxproj" />
58-
</Project>
58+
</Project>

0 commit comments

Comments
 (0)