Merge pull request #323 from DrChat/natvis_fix
Fix the natvis file name
This commit is contained in:
commit
762b78d12f
|
@ -491,9 +491,7 @@
|
||||||
<None Include="third_party\capstone\arch\X86\X86GenRegisterInfo.inc" />
|
<None Include="third_party\capstone\arch\X86\X86GenRegisterInfo.inc" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Natvis Include="xedebugger.natvis">
|
<Natvis Include="vsdebuggervis.natvis" />
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</Natvis>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{0CE149F6-41C3-4224-9E57-C02E8C7CD312}</ProjectGuid>
|
<ProjectGuid>{0CE149F6-41C3-4224-9E57-C02E8C7CD312}</ProjectGuid>
|
||||||
|
|
|
@ -1447,6 +1447,6 @@
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Natvis Include="xedebugger.natvis" />
|
<Natvis Include="vsdebuggervis.natvis" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue