I have encountered a small problem with my T4 code generation.
I have broken my T4 templates up into separate files and placed them in various directories, I have done t
Visual Studio 2012 adds the linePragmas="false" template directive:
linePragmas="false"
<#@ template language="C#" linePragmas="false" #>
http://msdn.microsoft.com/en-us/library/gg586945(v=vs.110).aspx
Still not sure how to do this in VS2010 which I'm stuck with at work.