How not to output default T4 generated file?

后端 未结 3 643
不知归路
不知归路 2020-12-30 20:33

I am using T4toolbox to generate a bunch of files, let\'s say my t4 file name is x.t4, but default it generate a x.txt, which has nothing inside, can I tell t4 engine not to

3条回答
  •  情深已故
    2020-12-30 21:11

    No. This file is created by Visual Studio and not by T4. The best you can do is generate something useful in it such as actual code or, perhaps, a log of the code generation run.

提交回复
热议问题