<TemplatesExport>
  <Folder name="File 'NUnit.xml'">
    <Template uid="fa1e5abc-f426-4664-9427-688c8df83a33" text="//&#xD;&#xA;// Author: $AUTHOR$&#xD;&#xA;// Created: $DATE$&#xD;&#xA;// Managed by: &#xD;&#xA;//&#xD;&#xA;&#xD;&#xA;using System;&#xD;&#xA;&#xD;&#xA;namespace $NAMESPACE$&#xD;&#xA;{&#xD;&#xA;	[NUnit.Framework.TestFixture]&#xD;&#xA;	public class $CLASS$&#xD;&#xA;	{&#xD;&#xA;		[NUnit.Framework.Test]&#xD;&#xA;		public void Test1() {$END$}&#xD;&#xA;         }&#xD;&#xA;}" shortcut="" description="NUnit" reformat="true" shortenQualifiedReferences="true">
      <Context>
        <ProjectLanguageContext language="CSharp" />
      </Context>
      <Variables>
        <Variable name="DATE" expression="getCurrentDate(&quot;MM/dd/yyyy&quot;)" initialRange="-1" />
        <Variable name="AUTHOR" expression="getFullUserName()" initialRange="-1" />
        <Variable name="NAMESPACE" expression="fileDefaultNamespace()" initialRange="-1" />
        <Variable name="CLASS" expression="getFileNameWithoutExtension()" initialRange="-1" />
      </Variables>
      <CustomProperties>
        <Property key="FileName" value="Tests" />
        <Property key="Extension" value="cs" />
      </CustomProperties>
    </Template>
  </Folder>
</TemplatesExport>