1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Examples: updated VS projects with .natvis file under imgui/

This commit is contained in:
ocornut 2022-09-13 15:38:36 +02:00
parent e8178bf8a4
commit 1816c5241b
13 changed files with 30 additions and 22 deletions

View file

@ -166,6 +166,9 @@
<ItemGroup>
<None Include="..\README.txt" />
</ItemGroup>
<ItemGroup>
<Natvis Include="..\..\misc\debuggers\imgui.natvis" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View file

@ -54,4 +54,9 @@
<ItemGroup>
<None Include="..\README.txt" />
</ItemGroup>
</Project>
<ItemGroup>
<Natvis Include="..\..\misc\debuggers\imgui.natvis">
<Filter>imgui</Filter>
</Natvis>
</ItemGroup>
</Project>