在vs2013的默认安装目录
1、CS类修改方式
在C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class下
修改Class.cs类在全上方加上
/***********************************************************
**文 件 名:$safeitemname$
**命名空间:$rootnamespace$
**内 容:
**功 能:
**文件关系:
**作 者:XXX
**小 组:XX
**生成日期:$time$
**版 本 号:V1.0.0.0
**修改日志:
**版权说明:
************************************************************/
2、WebForm修改方式
修改 WebForm页面注释模板地址 C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplatesCache\Web\CSharp\2052\WebForm
修改CodeBeside.cs文件
/***********************************************************
**文 件 名:$safeitemname$
**命名空间:$rootnamespace$
**内 容:
**功 能:
**文件关系:
**作 者:XXX
**小 组:XX
**生成日期:$time$
**版 本 号:V1.0.0.0
**修改日志:
**版权说明:
************************************************************/