~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric-updates

« back to all changes in this revision

Viewing changes to src/addins/ILAsmBinding/ILAsmBinding.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = "http://www.monodevelop.com"
7
7
       description = "ILAsm Language Binding"
8
8
           category    = "Language bindings"
9
 
       version     = "1.0.0">
 
9
       version     = "1.9.2">
10
10
 
11
11
  <Runtime>
12
12
    <Import assembly = "ILAsmBinding.dll"/>
13
13
  </Runtime>
14
14
 
15
15
        <Dependencies>
16
 
            <Addin id="Core" version="1.0.0"/>
17
 
            <Addin id="Core.Gui" version="1.0.0"/>
18
 
            <Addin id="Projects" version="1.0.0"/>
19
 
                <Addin id="Projects.Gui" version="1.0.0"/>
20
 
                <Addin id="Ide" version="1.0.0"/>
 
16
            <Addin id="Core" version="1.9.2"/>
 
17
            <Addin id="Core.Gui" version="1.9.2"/>
 
18
            <Addin id="Projects" version="1.9.2"/>
 
19
                <Addin id="Projects.Gui" version="1.9.2"/>
 
20
                <Addin id="Ide" version="1.9.2"/>
21
21
        </Dependencies>
22
22
        
23
23
  <Extension path = "/MonoDevelop/Ide/ProjectTemplates">
31
31
                            extensions = "*.il"/>
32
32
        </Extension>
33
33
 
34
 
  <Extension path = "/MonoDevelop/ProjectModel/Gui/ProjectOptions/ConfigurationOptions">
35
 
    <Condition id="activelanguage" value = "ILAsm">
36
 
      <DialogPanel id = "ILAsmCompilerParametersPanel"
 
34
  <Extension path = "/MonoDevelop/ProjectModel/Gui/ItemOptionPanels/Build">
 
35
    <Condition id="ActiveLanguage" value = "ILAsm">
 
36
      <Section id = "ILAsmCompilerParametersPanel"
37
37
                   _label = "Compiler"
38
38
                   class = "ILAsmBinding.CompilerParametersPanel"/>
39
39
    </Condition>
49
49
                <DataType class = "ILAsmBinding.ILAsmCompilerParameters" />
50
50
        </Extension>
51
51
        
 
52
        <Extension path = "/MonoDevelop/ProjectModel/MSBuildItemTypes">
 
53
                <DotNetProject 
 
54
                        language="ILAsm" 
 
55
                        extension="ilproj" 
 
56
                        guid="{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}"/>
 
57
        </Extension>
 
58
        
52
59
</Addin>