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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Moonlight/Templates/Moonlight-LibraryProject.xpt.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:
 
1
<?xml version="1.0"?>
 
2
<Template originator="Michael Hutchinson"
 
3
          created="2008/03/04"
 
4
          lastModified="2008/03/04">
 
5
        
 
6
        <!-- Template Header -->
 
7
        <TemplateConfiguration>
 
8
                <_Name>Moonlight Library Project</_Name>
 
9
                <_Category>C#/Moonlight</_Category>
 
10
                <Icon>md-project-web</Icon>
 
11
                <LanguageName>C#</LanguageName>
 
12
                <_Description>Creates a Moonlight class library project.</_Description>
 
13
        </TemplateConfiguration>
 
14
        
 
15
        <!-- Actions -->
 
16
        <Actions>
 
17
        </Actions>
 
18
        
 
19
        <!-- Template Content -->
 
20
        <Combine name = "${ProjectName}" directory = ".">
 
21
                <Options>
 
22
                        <StartupProject>${ProjectName}</StartupProject>
 
23
                </Options>
 
24
                
 
25
                <Project name = "${ProjectName}" directory = "." type = "Moonlight">
 
26
                        <Options>
 
27
                                <SilverlightApplication>False</SilverlightApplication>
 
28
                        </Options>
 
29
                        <References>
 
30
                                <Reference type="Gac" refto="System.Windows" />
 
31
                                <Reference type="Gac" refto="mscorlib" />
 
32
                                <Reference type="Gac" refto="System" />
 
33
                                <Reference type="Gac" refto="System.Core" />
 
34
                                <Reference type="Gac" refto="System.Xml" />
 
35
                                <Reference type="Gac" refto="System.Net" />
 
36
                                <Reference type="Gac" refto="System.Windows.Browser" />
 
37
                        </References>
 
38
                        <Files>
 
39
                        </Files>
 
40
                </Project>
 
41
        </Combine>
 
42
</Template>