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

Add an option to add a list of dependent projects for templates. #13

Open malylemire1 opened 9 years ago

malylemire1 commented 9 years ago

When you have another project that is scanned by a template and that project contains modified source code, it would be nice to set the template has dependent of the other project build.

It would be similar to AutoRunCustomTool but for dependent projects of a template execution.

All templates could have a list of dependent projects.

This will ensure that unchanged built projects templates are always executed.

PS : Everything will be simpler in code, the explanation is for what will happen only.