~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/BackendBindings/Python/PythonBinding/Project/Templates/Empty.xft

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Template author="Matt Ward" version="1.0">
 
2
        <Config name      = "${res:Templates.File.EmptyFile.Name}"
 
3
                  icon        = "Python.Template.EmptyFile"
 
4
                  category    = "Python"
 
5
                  defaultname = "Empty${Number}.py"
 
6
                  language    = "Python"/>
 
7
         
 
8
        <Description>${res:Templates.File.EmptyFile.Description}</Description>
 
9
        
 
10
        <Files>
 
11
                <File name="${FullName}" language="Python">
 
12
</File>
 
13
        </Files>
 
14
        <AdditionalOptions/>
 
15
</Template>