Generated code files are output to the same location as the TT file.
It would be nice to be able to override that and output the generated files to another directory, either by specifying the absolute output directory or the base directory and keep the relative directory structure. This will allow writing a simple single MSBuild target to process all generated files at once and help avoid having to include each new file in the project.
Generated code files are output to the same location as the TT file.
It would be nice to be able to override that and output the generated files to another directory, either by specifying the absolute output directory or the base directory and keep the relative directory structure. This will allow writing a simple single MSBuild target to process all generated files at once and help avoid having to include each new file in the project.
I'll implement this enhancement and issue a PR.