Hi
Thanks for the kind words :)
at the top of your settings tt file, there is a commented out line:
Thanks for the kind words :)
at the top of your settings tt file, there is a commented out line:
// Namespace = ""; // Override the default namespace here
Uncomment it, and change it to the namespace you would like. For example:Namespace = "MyProject.Data"; // Override the default namespace here
Another way is to move the .tt, and the two *.ttinclude files to a sub-folder within your project.