This VSIX takes the Managed Addin Framework (MAF) pipeline builder and updates it from an AddIn to a VSIX for use with Visual Studio 2013. Note that you will need a copy of PipelineHints.dll if you are creating new projects. You can get PipelineHints.dll from https://github.com/PervasiveDigital/PipelineBuilder. This extension is derived directly from the original Microsoft Pipeline Builder code on codeplex (http://clraddins.codeplex.com/SourceControl/latest) and so has inherited many of the problems and inconveniences that existed in that codebase. Over time, I will try to clean things up a bit and add VS2015 support. |