bennor / AutoT4

A zero-configuration extension for Visual Studio 2012+ which automatically runs your T4 templates at build time.
MIT License
11 stars 14 forks source link

Request : Set Custom Tool to TextTemplatingFileGenerator #22

Open In8Beats opened 6 years ago

In8Beats commented 6 years ago

In code generation scenarios files are copied in to project directories, including *.tt files. Upon loading a solution, (at least in VS2017) new files added into a project folder are added in to the project file in Visual Studio. However, those files with a .tt extension do not have the Customer Tool property set.

It would be extremely useful to have this property set on all .tt files where it is blank.

Thanks!