home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / AddInScout.addin < prev    next >
Text File  |  2004-07-05  |  580b  |  22 lines

  1. <AddIn name        = "AddInScout"
  2.        author      = "Satguru P Srivastava"
  3.        copyright   = "GPL"
  4.        url         = "http://home.mchsi.com/~ssatguru"
  5.        description = "Display AddIn Information"
  6.        version     = "0.1.0">
  7.  
  8.     <Runtime>
  9.         <Import assembly="AddInScout.dll"/>
  10.     </Runtime>
  11.  
  12.  
  13.     <Extension path = "/SharpDevelop/Workbench/MainMenu/Tools">
  14.         <MenuItem id = "ShowAddInScout"
  15.               insertafter = "Separator3" insertbefore = "Separator4"
  16.               label = "AddIn Scout" 
  17.               class = "AddInScout.AddInScoutCommand"/>
  18.     </Extension>
  19.     
  20.     
  21. </AddIn>
  22.