1. C # template file:
Path: C:\Program Files (x86) \microsoft Visual Studio 14.0\common7\ide\itemtemplates\csharp\code\2052\class\ Class.cs
#region << Release Notes >>/ * * ===================================================== =================== * Copyright Notice 2010-$year $ tidebuy.com All rights reserved. * ======================================================================== * Machine name: $machinename $ * File name: $safeitemrootname $ * Version number: V1.0.0.0 * Creator: $username $ * Creation time: $time $ * Description : * ===================================================================== * Modified time: $time $ * Modified by person : $username $ * Version number : V1.0.0.0 * Description : */#endregion
2. Mvc template file:
Path: C:\Program Files (x86) \microsoft Visual Studio
14.0\common7\ide\itemtemplates\csharp\web\mvc 4\codetemplates\addcontroller\
controller.tt
#region << Release Notes >>/ * * ===================================================== =================== * Copyright Notice 2010-<#=datetime.now.year #> tidebuy.com All rights Reserved. * ======================================================================== * Machine Name: <#= System.environment.machinename#> * file name: <#=mvcHost.ControllerName#> * Version number: V1.0.0.0 * Creator: wangyunpeng * creation time: <#=datetime.now.tostring ("Yyyy-mm-dd HH:mm:ss") #> * Description : * ======================================================================== * Modification Time: <#= DateTime.Now.ToString ("Yyyy-mm-dd HH:mm:ss") #> * Modified by : Wangyunpeng * Version number : V1.0.0.0 * Description : */#endregion
Visual Studio Setup Code comment template