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

« back to all changes in this revision

Viewing changes to src/addins/TextTemplating/MonoDevelop.TextTemplating/Templates/T4PreprocessedTemplateCSharp.xft.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template originator="Michael Hutchinson"
 
3
          created="2010/03/10"
 
4
          lastModified="2010/03/10">
 
5
 
 
6
        <!-- Template Header -->
 
7
        <TemplateConfiguration>
 
8
                <_Name>Preprocessed T4 Template</_Name>
 
9
                <Icon></Icon>
 
10
                <_Category>Text Templating</_Category>
 
11
                <_Description>A T4 template that will be preprocessed into a partial class.</_Description>
 
12
        </TemplateConfiguration>
 
13
        
 
14
        <!-- Template Content -->
 
15
        <TemplateFiles>
 
16
                <File name="${Name}.tt" CustomTool="TextTemplatingFilePreprocessor">
 
17
                <![CDATA[<#@ template language="C#v3.5" #>
 
18
                
 
19
                ]]>
 
20
                </File>
 
21
        </TemplateFiles>
 
22
</Template>