Automatically Loading VSIX Packages December 11, 2013Munir Husseini1 Comment So you’re creating a VSIX package that does not have a menu items, tool windows or command? But still you…
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…
Write To Visual Studio’s Output Window June 6, 2013Munir HusseiniNo Comments If you have developed a Visual Studio Extension, you might want to output messages to Visual Studio’s Output window. Here’s…
Manually Applying XML Document Transform (XDT) May 29, 2013Munir HusseiniNo Comments There might be situations where you might want to execute XDT of a web.config or app.config “manually” (i.e. apply the…