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

Templates are not scanned for dependent projects of active project in solution. #12

Open malylemire1 opened 9 years ago

malylemire1 commented 9 years ago

Active project in solution dependencies should be scanned for templates.

bennor commented 9 years ago

Can you elaborate a bit?

malylemire1 commented 9 years ago

If you build a project and you have a reference to a dll that is produced by another loaded project in the solution, the referenced project is built. Currently, if that referenced project contains a template with AutoT4 settings to BeforeBuild or AfterBuild, it is not executed.