您的位置:首页 > 其它

Code Generation and T4 Text Templates

2016-03-22 11:16 302 查看
https://msdn.microsoft.com/en-us/library/bb126445.aspx

Microsoft's Text Template Transformation Toolkit (usually referred to as "T4") is a template based text generation framework included with Visual Studio.

T4 source files are usually denoted by the file extension ".tt".

Where is CodeGenerationTools

http://stackoverflow.com/questions/6323170/where-is-codegenerationtools

That is not class from assembly. It is included class from another template:

<#@ include file="EF.Utility.CS.ttinclude"#>

This files is normally stored in VS installation directory:

%VSINSTALLDIR%\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\Templates\Includes
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: