~do-win/do/test-paths

« back to all changes in this revision

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

  • Committer: Hardeep S
  • Date: 2009-06-23 04:22:47 UTC
  • Revision ID: ootz0rz@gmail.com-20090623042247-ciyax78ykbtlx4ee
added Do.Interface.Windows.AnimationBase and Do.Interface.Windows.Classic

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="ClassicInterface"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Classic"
 
6
        description="A Quicksilver inspired interface for GNOME Do"
 
7
        author="Jason Smith"
 
8
        category="Hidden"
 
9
>
 
10
 
 
11
        <Runtime>
 
12
                <Import assembly="Do.Interface.Windows.Classic.dll"/>
 
13
        </Runtime>
 
14
        
 
15
        <Dependencies>
 
16
                <Addin id="Interface.Windows" version="1.0" />
 
17
        </Dependencies>
 
18
        
 
19
        <!-- Extensions included in this assembly -->
 
20
        <!-- Sources -->
 
21
        <Extension path = "/Do/InterfaceWindow">
 
22
                <InterfaceWindow type="Do.Interface.AnimatedClassicWindow" />
 
23
        </Extension>
 
24
</Addin>