码迷,mamicode.com
首页 > Windows程序 > 详细

VS2012 改C# 模版

时间:2015-01-18 13:05:13      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:

原始文件位置:

C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class\Class.cs
 
原始内容:
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$
    {
    }
} 

 

VS2012 改C# 模版

标签:

原文地址:http://www.cnblogs.com/mtsl/p/4231622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!