home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 53 / IOPROG_53.ISO / soft / sharpdevelop / add-ins / modules / objbrowser / moduledefinition.xml next >
Encoding:
Extensible Markup Language  |  2001-10-26  |  548 b   |  18 lines

  1. <?xml version="1.0"?>
  2. <ModuleDefinition>
  3.     <Module Name="ObjectBrowser" Version="1.0">
  4.         <Language>Assemblies</Language>
  5.         <Extensions>.exe|.dll</Extensions>
  6.         <Author>Mike Krueger</Author>
  7.         <Copyright>GPL</Copyright>
  8.         <Url>http://www.icsharpcode.net/OpenSource/SD</Url>
  9.         <Description>This module enables SharpDevelop to view .NET assemblies.</Description>
  10.         <FileFilter>Assemblies|*.exe;*.dll</FileFilter>
  11.     </Module>
  12.     
  13.     <DisplayModule  Assembly="objectbrowser.dll" Class="DisplayInformation"/>
  14.     
  15.     <Icons/>
  16.     
  17. </ModuleDefinition>
  18.