网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > .Net编程 > 正文

VisualStudio2008修改模板添加自定义版权信息

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

由于我们在新建项目的时候往往需要对每个文件进行添加版权这样子比较的麻烦,所以实际上可以修改模板文件来达到简化的效果。下面自己来示例一下

首先到航到 X:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Web\2052
X是你VisualStudio的安装盘符哈

我这里是以C#的Web项目为例 我们来解压下WebClass.zip这个文件 然后用技术本打开Class.cs 这个就是新建一个类的时候的模板:

  1. using System; 
  2. using System.Data; 
  3. using System.Configuration; 
  4. $ifcontentnbsp;($targetframeworkversioncontentnbsp;== 3.5)using System.Linq; 
  5. $endif$using System.Web; 
  6. using System.Web.Security; 
  7. using System.Web.UI; 
  8. using System.Web.UI.HtmlControls; 
  9. using System.Web.UI.WebControls; 
  10. using System.Web.UI.WebControls.WebParts; 
  11. $ifcontentnbsp;($targetframeworkversioncontentnbsp;== 3.5)using System.Xml.Linq; 
  12. $endifcontentnbsp;
  13. namespace $rootnamespacecontentnbsp;
  14.     public class $safeitemrootnamecontentnbsp;
  15.     { 
  16.     } 

比如再打开Class.cs内容为

  1. using System; 
  2. using System.Collections.Generic; 
  3. $ifcontentnbsp;($targetframeworkversioncontentnbsp;== 3.5)using System.Linq; 
  4. $endif$using System.Text; 
  5.  
  6. namespace $rootnamespacecontentnbsp;
  7.     class $safeitemrootnamecontentnbsp;
  8.     { 
  9.     } 

看明白了吧?

针对我自己的项目 我现在把它修改成

  1. /* *********************************************** 
  2. * Author:         1987raymond 
  3. * Team:          Juice Sharing 
  4. * Created Time: $timecontentnbsp; 
  5. * CopyRight:      Juice Sharing 团队版权所有 保留一切权利 
  6. * NameSpace:       $rootnamespace$ 
  7. * Class/Interface: $safeitemrootname$ 
  8. * ***********************************************/ 
  9.  
  10. using System; 
  11. $ifcontentnbsp;($targetframeworkversioncontentnbsp;== 3.5)using System.Linq; 
  12. $endif$using System.Web; 
  13. $ifcontentnbsp;($targetframeworkversioncontentnbsp;== 3.5)using System.Xml.Linq; 
  14. $endifcontentnbsp;
  15.  
  16. using Juice; 
  17. using Juice.Configuration; 
  18.  
  19. namespace $rootnamespacecontentnbsp;
  20.     public class $safeitemrootnamecontentnbsp;
  21.     { 
  22.     } 

压缩覆盖原来的文件

这样以后创建文件的时候就会按照这个模板创建

同样的道理可以修改接口、普通类等等的模板

设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师