修改vs模板抬头Common7IDEItemTemplatesCSharpCode2052Class

//********************************************************************************************************
//* Creator by: liupan $time$
//* Lastest update by:
//* Lastest update remark:
//********************************************************************************************************
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$
{
}
}

原文地址:https://www.cnblogs.com/panjuan/p/6929261.html