~ubuntu-branches/ubuntu/trusty/mono-addins/trusty-proposed

« back to all changes in this revision

Viewing changes to Samples/WriterService.SampleExtender/SampleExtender.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-04-25 11:11:33 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110425111133-t05u5p7o5fxx70fu
Tags: 0.6-2
Upload to Unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin>
2
 
 
3
 
        <Runtime>
4
 
                <Import assembly="SampleExtender.dll"/>
5
 
        </Runtime>
6
 
        
7
 
        <Dependencies>
8
 
                <Addin id="WriterService" version="0.1.0" />
9
 
        </Dependencies>
10
 
        
11
 
        <Extension path = "/WriterService/Writers">
12
 
                <Writer type="SampleExtender.MyWriter" />
13
 
                <Condition id="HasFlag" value="debug">
14
 
                        <Writer type="SampleExtender.DebugWriter" />
15
 
                </Condition>
16
 
        </Extension>
17
 
        
18
 
</Addin>