Use T4 Templates For XSLT Transformation September 20, 2013Munir HusseiniNo Comments Suppose you have XSLT style sheets that produce some code from XML files. Now suppose you want to integrate these…
Resolve Visual Studio Macros In VSIX Packages Or T4 Templates September 18, 2013Munir HusseiniNo Comments We all love Visual Studio Macros, right? Pre- and Post-Build actions or MSBuild scripts would get very nasty if there…
Inheriting a T4 Template and Calling EnvDTE.DTE: The System Cannot Find The File Specified September 16, 2013Munir Husseini2 Comments Some strange behavior occurred today when I tried to encapsulate some functionality of a T4 template into a base class.…