Skip to content

Instantly share code, notes, and snippets.

@zhenlinyang
Last active September 7, 2016 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhenlinyang/22287a642d82fa27e499dc06ba754fd4 to your computer and use it in GitHub Desktop.
Save zhenlinyang/22287a642d82fa27e499dc06ba754fd4 to your computer and use it in GitHub Desktop.
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ItemTemplates\CSharp\Code\2052\
using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
$endif$
namespace $rootnamespace$
{
class $safeitemrootname$
{
}
}
using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
$if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
$endif$
namespace $rootnamespace$
{
interface $safeitemrootname$
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment