I have a T4 template file that is included in many other T4 templates in different projects and solutions that are on different depth levels of the file system. In the assembly directive I can't use Macros like $(ProjectDir) or $(SolutionDir). I need to use a path relative to the T4 file itself.
How can I do it?