문제

In Visual Studio, what does the menu command "Build" => "Transform All T4 Templates" do?

도움이 되었습니까?

해결책

http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx

t4 is basically a tool built into VS for doing text transformation, typically for doing code generation. Transform All T4 Templates searches your solution for *.tt files and executes them to create other text, again typically source code, files.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top