Browse Source

Rename file

pull/191/merge
Eusebiu Marcu 15 years ago
parent
commit
c071797bcd
  1. 0
      Debugger/ILSpy.Debugger/DebuggedData.cs
  2. 2
      Debugger/ILSpy.Debugger/ILSpy.Debugger.csproj

0
Debugger/ILSpy.Debugger/DebuggedType.cs → Debugger/ILSpy.Debugger/DebuggedData.cs

2
Debugger/ILSpy.Debugger/ILSpy.Debugger.csproj

@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
<Compile Include="Bookmarks\CurrentLineBookmark.cs" />
<Compile Include="Bookmarks\IBookmark.cs" />
<Compile Include="Bookmarks\MarkerBookmark.cs" />
<Compile Include="DebuggedType.cs" />
<Compile Include="DebuggedData.cs" />
<Compile Include="Models\TreeModel\ArrayRangeNode.cs" />
<Compile Include="Models\TreeModel\ChildNodesOfObject.cs" />
<Compile Include="Models\TreeModel\ExpressionNode.cs" />

Loading…
Cancel
Save