Skip to content

Commit 32dd7d1

Browse files
committed
Include wxWidgets.natvis
Add the natvis file for wx into its project to make debugging nicer.
1 parent 96a34cb commit 32dd7d1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

3rdparty/wx.vcxproj

+3
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@
468468
<ItemGroup>
469469
<None Include="..\packages.config" />
470470
</ItemGroup>
471+
<ItemGroup>
472+
<Natvis Include="wxWidgets\misc\msvc\wxWidgets.natvis" />
473+
</ItemGroup>
471474
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
472475
<ImportGroup Label="ExtensionTargets">
473476
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.3124.44\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.3124.44\build\native\Microsoft.Web.WebView2.targets')" />

3rdparty/wx.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,7 @@
581581
<ItemGroup>
582582
<None Include="..\packages.config" />
583583
</ItemGroup>
584+
<ItemGroup>
585+
<Natvis Include="wxWidgets\misc\msvc\wxWidgets.natvis" />
586+
</ItemGroup>
584587
</Project>

0 commit comments

Comments
 (0)