문제

In Visual Studio 2012, there was a plugin that auto-compiled all T4 templates in your solution called AutoT4. This plugin is not available for Visual Studio 2013 yet.

Does anyone have a technique in getting T4 templates to compile on build?

I know some have created batch scripts to do this, but I'm looking for a simpler solution. Maybe something in the pre-build events?

Thanks!

도움이 되었습니까?

해결책

AutoT4 has been updated with support for VS 2013/2015, so that should work for you now.

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