Class.cs源码:替换路径见代码底部.
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class.zip
/********************************************************************
** 作 者:$username$
** 创始时间:$time$
** 修 改 人:
** 修改时间:
** 修 改 人:
** 修改时间:
** 名 称: $safeitemname$
** 描 述: $safeitemname$
********************************************************************/
using System;
using System.Collections.Generic;
$if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
$endif$using System.Text;
namespace $rootnamespace$
{
class $safeitemrootname$
{
}
}
Form.cs源码:替换路径如下C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Windows Forms\2052\Form.zip