Browse Source

Add missing <Dependency> from ILSpyAddIn to Debugger.

Without this, the decompiler view could not be opened before the debugger was loaded.
filemodels
Daniel Grunwald 12 years ago
parent
commit
51588da4af
  1. 1
      src/AddIns/DisplayBindings/ILSpyAddIn/ILSpyAddIn.addin

1
src/AddIns/DisplayBindings/ILSpyAddIn/ILSpyAddIn.addin

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<Manifest>
<Identity name="ICSharpCode.ILSpyAddIn" />
<Dependency addin="ICSharpCode.Debugger" requirePreload="true" />
</Manifest>
<Runtime>

Loading…
Cancel
Save