In the properties of and Entity Framework 4 EDMX file, there is an option to "Transform Related Text Templates On Save". But what exactly is a "Related Text Template"?
Specifically, I want to run this T4 template for pre-compiling entity "views" whenever the corresponding EDMX file is saved (the linked T4 uses a naming convention which apparently doesn't qualify it as being "related" to the EDMX file).
This resource says "a template file is considered related to the EDMX file if the file name of the EDMX file is inside the template file" but I'm not really sure what that means... do I just need to literally put the file name, perhaps in a comment section somewhere, in the .tt source code?