Very simple extension that automatically executes T4 templates when document is saved in same folder. This is mainly useful for custom templates that generate files based on other files in the same folder, like custom resource generator. Example: In this project every time AppResources.resx is saved, ResourceGenerator.tt is executed. |