Skip to content

Commit

Permalink
MSVC related build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VanOrton committed May 27, 2024
1 parent 42b87eb commit 5737c5f
Show file tree
Hide file tree
Showing 11 changed files with 160 additions and 283 deletions.
19 changes: 8 additions & 11 deletions build_msvc/BGL-qt/BGL-qt.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\common.init.vcxproj" />
<Import Project="..\common.qt.init.vcxproj" />
Expand All @@ -13,24 +13,24 @@
<ResourceCompile Include="..\..\src\qt\res\bgl-qt-res.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_cli\libBGL_cli.vcxproj">
<Project>{0667528c-d734-4009-adf9-c0d6c4a5a5a6}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_node\libBGL_node.vcxproj">
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_qt\libBGL_qt.vcxproj">
<Project>{2b4abff8-d1fd-4845-88c9-1f3c0a6512bf}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_node\libbBGL_node.vcxproj">
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_util\libBGL_util.vcxproj">
<Project>{b53a5535-ee9d-4c6f-9a26-f79ee3bc3754}</Project>
</ProjectReference>
Expand All @@ -50,7 +50,6 @@
<Project>{5724ba7d-a09a-4ba8-800b-c4c1561b3d69}</Project>
</ProjectReference>
</ItemGroup>

<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<AdditionalIncludeDirectories>$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand All @@ -65,7 +64,6 @@
<PreprocessorDefinitions>HAVE_CONFIG_H;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>

<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<ClCompile>
<AdditionalIncludeDirectories>$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand All @@ -78,7 +76,6 @@
<PreprocessorDefinitions>HAVE_CONFIG_H;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>
8 changes: 4 additions & 4 deletions build_msvc/BGL-tx/BGL-tx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<ClCompile Include="..\..\src\BGL-tx.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
</ProjectReference>
Expand All @@ -34,4 +34,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="..\common.vcxproj" />
</Project>
</Project>
8 changes: 4 additions & 4 deletions build_msvc/BGL-util/BGL-util.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<ClCompile Include="..\..\src\BGL-util.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
</ProjectReference>
Expand All @@ -34,4 +34,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="..\common.vcxproj" />
</Project>
</Project>
12 changes: 6 additions & 6 deletions build_msvc/BGL-wallet/BGL-wallet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\BGL-wallet.cpp" />
<ClCompile Include="..\..\src\init\BGL-wallet.cpp">
<ClCompile Include="..\..\src\init\BGL-wallet.cpp">
<ObjectFileName>$(IntDir)init_BGL-wallet.obj</ObjectFileName>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libBGLconsensus\libBGLconsensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_cli\libBGL_cli.vcxproj">
<Project>{0667528c-d734-4009-adf9-c0d6c4a5a5a6}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_common\libBGL_common.vcxproj">
<Project>{7c87e378-df58-482e-aa2f-1bc129bc19ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_consensus\libBGL_consensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_crypto\libBGL_crypto.vcxproj">
<Project>{6190199c-6cf4-4dad-bfbd-93fa72a760c1}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_server\libBGL_server.vcxproj">
<ProjectReference Include="..\libBGL_node\libBGL_node.vcxproj">
<Project>{460fee33-1fe1-483f-b3bf-931ff8e969a5}</Project>
</ProjectReference>
<ProjectReference Include="..\libBGL_util\libBGL_util.vcxproj">
Expand Down Expand Up @@ -55,4 +55,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="..\common.vcxproj" />
</Project>
</Project>
Loading

0 comments on commit 5737c5f

Please sign in to comment.