@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<Template author="Justin Dearing" version="1.0 ">
<Template author="Justin Dearing" version="1.1 ">
<Config
name = "${res:Templates.File.ConfigurationSection.Name}"
icon = "C#.File.NewClass"
@ -9,12 +9,12 @@
@@ -9,12 +9,12 @@
<Description>${res:Templates.File.ConfigurationSection.Description}</Description>
<!--
Special new file templates:
${StandardNamespace} -> Standardnamespace of the current project or FileNameWithoutExtension
${FullName} -> Full generated path name
${FileName} -> File name with extension
${FileNameWithoutExtension} -> File name without extension
${StandardNamespace} -> Standardnamespace of the current project or FileNameWithoutExtension
${FullName} -> Full generated path name
${FileName} -> File name with extension
${FileNameWithoutExtension} -> File name without extension
${Extension} -> Extension in the form ".cs"
${Path} -> Full path of the file
${Path} -> Full path of the file
${ClassName} -> Class name (generally FileNameWithoutExtension w/o 'bad' characters)
-->
<Files>