运行TextTransform.exe时,如何区分TextTemplatedFilePreprocessor和TextTemplatedFileGenerator?
运行TextTransform.exe时,如何区分TextTemplatedFilePreprocessor和TextTemplatedFileGenerator? 我无法像大多数人提到的那样使用 msbuild,所以我正在寻找特定的东西:如何在命令行中为给定的 TT 文件运行 TextTemplatedFilePreprocessor。 谢谢你!
When running TextTransform.exe, how to distinguish between TextTemplatingFilePreprocessor and TextTemplatingFileGenerator?
I cannot use msbuild as most people refer to, so I'm looking for specific thing: how to run TextTemplatingFilePreprocessor in command line for a given TT file.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,TextTransform.exe 不支持预处理。如果您无法使用 msbuild 任务(请记住,您可以使用独立的 msbuild 在其他进程中执行此步骤),那么您可以编写自定义主机。 MSDN 上有一个示例,位于 http://msdn.microsoft.com/en-us /library/bb126519.aspx
TextTransform.exe doesn't support preprocessing unfortunately. If you can't use the msbuild tasks (remember you can use msbuild standalone to just do this step inside some other process), then you could write a custom host. There's a sample on MSDN at http://msdn.microsoft.com/en-us/library/bb126519.aspx