Browse Source

* Split DecompileEventArgs to separate file.

pull/310/head
Ed Harvey 14 years ago
parent
commit
5be6be9084
  1. 1
      ILSpy/ILSpy.csproj

1
ILSpy/ILSpy.csproj

@ -121,6 +121,7 @@
<Compile Include="GacInterop.cs" /> <Compile Include="GacInterop.cs" />
<Compile Include="GuessFileType.cs" /> <Compile Include="GuessFileType.cs" />
<Compile Include="ContextMenuEntry.cs" /> <Compile Include="ContextMenuEntry.cs" />
<Compile Include="DecompileEventArgs.cs" />
<Compile Include="Languages\ILAstLanguage.cs" /> <Compile Include="Languages\ILAstLanguage.cs" />
<Compile Include="Languages\ILLanguage.cs" /> <Compile Include="Languages\ILLanguage.cs" />
<Compile Include="ILSpySettings.cs" /> <Compile Include="ILSpySettings.cs" />

Loading…
Cancel
Save