Visual Studio 2013 為C#類檔案添加著作權資訊

來源:互聯網
上載者:User

標籤:

更改如下目錄下的模版檔案即可實現添加著作權資訊功能

C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class\Class.cs (預設路徑)

如果安裝被更改請到:[安裝目錄]\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class\Class.cs

 

//=====================================================

     //Copyright (C) 2013-$year$ rootmn LI

     //All rights reserved

     //CLR版本:        $clrversion$

     //建立項輸入的名稱: $itemname$

     //機器名稱:        $machinename$

     //命名空間名稱:     $rootnamespace$

     //檔案名稱:           $safeitemname$

     //當前系統時間:     $time$

     //當前登入使用者名稱:   $username$

     //建立年份:         $year$

     //作者網站:        http://www.cnblogs.com/rootmn

 //======================================================

 

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$

    {

    }

}

 

 

1 //=====================================================
 2      //Copyright (C) 2013-$year$ rootmn LI
 3      //All rights reserved
 4      //CLR版本:        $clrversion$
 5      //建立項輸入的名稱: $itemname$
 6      //機器名稱:        $machinename$
 7      //命名空間名稱:     $rootnamespace$
 8      //檔案名稱:           $safeitemname$
 9      //當前系統時間:     $time$
10      //當前登入使用者名稱:   $username$
11      //建立年份:         $year$
12      //作者網站:        http://www.cnblogs.com/rootmn
13  //======================================================
14  
15 using System;
16 using System.Collections.Generic;
17 $if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
18 $endif$using System.Text;
19 $if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks;
20 $endif$
21 namespace $rootnamespace$
22 {
23     class $safeitemrootname$
24     {
25     }
26 }

 

Visual Studio 2013 為C#類檔案添加著作權資訊

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.