~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Interface.Windows/Resources/Do.Interface.Windows.addin.xml

  • Committer: Hardeep S
  • Date: 2009-06-23 03:53:12 UTC
  • Revision ID: ootz0rz@gmail.com-20090623035312-it8tb5wkha6nf31p
Added Do.Interface.Windows, and a bunch of cleanup with old MonoDevelop files elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id="Interface.Windows" namespace="Do" version="1.0" isroot="true">
 
2
 
 
3
        <Runtime>
 
4
                <Import assembly="Do.Interface.Windows.dll" />
 
5
        </Runtime>
 
6
 
 
7
        <Dependencies>
 
8
                <Addin id="Universe" version="1.0" />
 
9
                <Addin id="Platform" version="1.0" />
 
10
        </Dependencies>
 
11
        
 
12
        <ExtensionPoint path="/Do/InterfaceWindow">
 
13
                <ExtensionNode name="InterfaceWindow" objectType="Do.Interface.IDoWindow" />
 
14
        </ExtensionPoint>
 
15
</Addin>