问题
I work with a bunch of something.js.tt
JavaScript files using Knockout and a bunch of something-else.tt
HTML files.
The infrastructure is mostly a C backend with Perl serving API and we use these .tt
files to show the HTML and .js.tt
to serve the Knockout.js code. What is .tt
?
回答1:
A TT file is a Visual Studio Text Template, developed by Microsoft.
回答2:
Text Template Transformation Toolkit, shortly written as T4, uses the .tt
file extension for its source files. It is Microsoft's template-based text generation framework included with Visual Studio.
For more info, see the docs.
来源:https://stackoverflow.com/questions/34621378/what-is-the-tt-extension