I have a T4 runtime template and I would like the underlying class of this template to have no namespace specified (i.e. to be in global namespace).
I know I can set the namespace for the generated class using the Custom Tool Namespace property on the template file, but when leaving this blank, the default namespace is being set according to template location in the project structure. Is there a way how to override this default behavior?