views:

45

answers:

0

Hi, is it possible to add include files within my custom t4 templates for the "Add Controller" dialog box?

I have tried doing:

<#@ include file="Helpers.tt" #>

This is what you would typically do in t4 but this does not seem to work.

Currently i have resorted to throwing all my helper functions in the footer of my templates but this has already become abit of a maintenance nightmare.

I'd appreciate it if someone could help. Thanks