Fix the natvis file name

This commit is contained in:
Dr. Chat 2015-07-03 21:52:45 -05:00
parent 4097fe420e
commit 59861f8d0d
2 changed files with 2 additions and 4 deletions

View File

@ -491,9 +491,7 @@
<None Include="third_party\capstone\arch\X86\X86GenRegisterInfo.inc" />
</ItemGroup>
<ItemGroup>
<Natvis Include="xedebugger.natvis">
<SubType>Designer</SubType>
</Natvis>
<Natvis Include="vsdebuggervis.natvis" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{0CE149F6-41C3-4224-9E57-C02E8C7CD312}</ProjectGuid>

View File

@ -1447,6 +1447,6 @@
</None>
</ItemGroup>
<ItemGroup>
<Natvis Include="xedebugger.natvis" />
<Natvis Include="vsdebuggervis.natvis" />
</ItemGroup>
</Project>