Merge pull request #323 from DrChat/natvis_fix

Fix the natvis file name
This commit is contained in:
Ben Vanik
2015-07-03 19:54:08 -07:00
2 changed files with 2 additions and 4 deletions

View File

@@ -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>

View File

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