Skip to content

Commit

Permalink
Regenerate VS artifacts with debug.natvis (custom VS debug presentati…
Browse files Browse the repository at this point in the history
…on).
  • Loading branch information
evoskuil committed May 14, 2021
1 parent 4581788 commit 884743f
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 0 deletions.
20 changes: 20 additions & 0 deletions builds/msvc/debug.natvis
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| Copyright (c) 2014-2020 libbitcoin-explorer developers (see COPYING).
|
| GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
|
-->
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">

<!-- boost::multiprecision::number<boost::multiprecision::cpp_int_backend<*, *, 0, 0, void>> -->
<Type Name="boost::multiprecision::number&lt;*&gt;">
<DisplayString>{ m_backend }</DisplayString>
</Type>

<!-- boost::multiprecision::backends::cpp_int_backend<*,*,0,0,void> -->
<Type Name="boost::multiprecision::backends::cpp_int_backend&lt;*,*,0,0,void&gt;">
<DisplayString>{ m_data }</DisplayString>
</Type>

</AutoVisualizer>
3 changes: 3 additions & 0 deletions builds/msvc/vs2013/bx/bx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,7 @@
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc120.0.1.0.19\build\native\secp256k1_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc120.0.1.0.19\build\native\secp256k1_vc120.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)libzmq_vc120.4.3.2\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libzmq_vc120.4.3.2\build\native\libzmq_vc120.targets'))" />
</Target>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions builds/msvc/vs2015/bx/bx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,7 @@
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1-vc140.0.1.0.19\build\native\secp256k1-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1-vc140.0.1.0.19\build\native\secp256k1-vc140.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)libzmq_vc140.4.3.2\build\native\libzmq_vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libzmq_vc140.4.3.2\build\native\libzmq_vc140.targets'))" />
</Target>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions builds/msvc/vs2017/bx/bx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,7 @@
<Project>{4A1D71D5-3DEE-47F0-A189-21C301E2808F}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,7 @@
<Error Condition="!Exists('$(NuGetPackageRoot)secp256k1_vc141.0.1.0.19\build\native\secp256k1_vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)secp256k1_vc141.0.1.0.19\build\native\secp256k1_vc141.targets'))" />
<Error Condition="!Exists('$(NuGetPackageRoot)libzmq_vc141.4.3.2\build\native\libzmq_vc141.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(NuGetPackageRoot)libzmq_vc141.4.3.2\build\native\libzmq_vc141.targets'))" />
</Target>
<ItemGroup>
<Natvis Include="..\..\debug.natvis" />
</ItemGroup>
</Project>

0 comments on commit 884743f

Please sign in to comment.