VS添加版权声明

C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ItemTemplates\AspNetCore\Code\1033\Class

 1 /*
 2  *┌────────────────────────────────────────────────┐
 3  *│ 描   述:$safeitemrootname$                                                    
 4  *│ 作   者:fanqi                                              
 5  *│ 版   本:1.0                                              
 6  *│ 创建时间:$time$                        
 7  *└────────────────────────────────────────────────┘
 8  */
 9 
10 using System;
11 using System.Collections.Generic;
12 using System.Linq;
13 using System.Threading.Tasks;
14 
15 namespace $rootnamespace$
16 {
17     public class $safeitemrootname$
18     {
19     }
20 }
21 
22 ////////////////////////////////////////////////////////////////////
23 //                          _ooOoo_                               //
24 //                         o8888888o                              //
25 //                         88" . "88                              //
26 //                         (| ^_^ |)                              //
27 //                         O\  =  /O                              //
28 //                      ____/`---'\____                           //
29 //                    .'  \\|     |//  `.                         //
30 //                   /  \\|||  :  |||//  \                        //
31 //                  /  _||||| -:- |||||-  \                       //
32 //                  |   | \\\  -  /// |   |                       //
33 //                  | \_|  ''\---/''  |   |                       //
34 //                  \  .-\__  `-`  ___/-. /                       //
35 //                ___`. .'  /--.--\  `. . ___                     //
36 //              ."" '<  `.___\_<|>_/___.'  >'"".                  //
37 //            | | :  `- \`.;`\ _ /`;.`/ - ` : | |                 //
38 //            \  \ `-.   \_ __\ /__ _/   .-` /  /                 //
39 //      ========`-.____`-.___\_____/___.-`____.-'========         //
40 //                           `=---='                              //
41 //      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^        //
42 //            佛祖保佑       永不宕机     永无BUG                  //
43 ////////////////////////////////////////////////////////////////////

猜你喜欢

转载自www.cnblogs.com/fanqisoft/p/11141924.html