home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / CSharp.Empty.xft < prev    next >
Extensible Markup Language  |  2004-07-05  |  946b  |  32 lines

  1. <?xml version="1.0"?>
  2. <Template author="Mike Krueger" version="1.0">
  3.     
  4.     <Config
  5.           name        = "${res:Templates.File.EmptyFile.Name}"
  6.           icon        = "C#.File.EmptyFile"
  7.           category    = "C#"
  8.           defaultname = "Empty${Number}.cs"
  9.           language    = "C#"/>
  10.      
  11.     <Description>${res:Templates.File.EmptyFile.Description}</Description>
  12.     
  13.     <!-- 
  14.     Special new file templates:
  15.         ${StandardNamespace}        -> Standardnamespace of the current project or FileNameWithoutExtension
  16.         ${FullName}                 -> Full generated path name
  17.         ${FileName}                 -> File name with extension
  18.         ${FileNameWithoutExtension} -> File name without extension
  19.         ${Extension}                -> Extension in the form ".cs"
  20.         ${Path}                     -> Full path of the file
  21.      -->
  22.     <Files>
  23.         <File name="${FullName}" language="C#"><![CDATA[${StandardHeader.C#}
  24.  
  25. ]]></File>
  26.     </Files>
  27.     
  28.     <AdditionalOptions/>
  29. </Template>
  30.  
  31.  
  32.