vs2008自定义模板的设置方法。
时间:2011-02-28 来源:mylhei
首先到这里:C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
依次ItemTemplatesCache\CSharp
然后 如果设置类库文件 就在code\1033文件夹中 改写class.zip中的class.cs,win7下要拷出来修改 然后在考回去,不然没有权限。
如
1: /*----------------------------------------------------------------
2: *
3: // NameSpace: $rootnamespace$.$safeitemrootname$
4: *
5: // Describtion:
6: *
7: // Creater: Terry
8: *
9: // Create Time: $time$
10: *
11: //----------------------------------------------------------------*/
12: using System;
13: using System.Collections;
14: using System.Collections.Generic;
15: using System.Web;
16:
17: namespace $rootnamespace$
18: {
19: /// <summary>
20: ///
21: /// </summary>
22: public class $safeitemrootname$
23: {
24:
25: }
26: }
这样就可以了。
如果是web项目就是这里了:C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplatesCache\CSharp\Web\1033
里面什么类型的文件都有,其他类推。
相关阅读 更多 +