Using T4, I'm trying to get the full path of a linked ProjectItem
. I'm only able to get the "source" full path. I'd like to get the full path of the "target" project (that is, the project which links the original file).
How do I do so? I've spent the best of 2 hour reading docs and searching.