MZ-Tools Articles Series: PRB: Build solution platforms cannot be added / deleted from a Visual Studio add-in

June 12, 2013

The convoluted build configuration automation model (EnvDTE/EnvDTE80) and its diagram was already so tricky to add / delete solution configurations that it has to explode from some angle: the lack of direct (*) support to add / delete solution platforms: PRB: Build solution platforms cannot be added / deleted from a Visual Studio add-in http://www.mztools.com/articles/2013/MZ2013009.aspx […]


MZ-Tools Articles Series: HOWTO: Add / delete build solution configurations from a Visual Studio add-in

June 12, 2013

The next article about the convoluted build configuration automation model (EnvDTE/EnvDTE80) and its diagram series of articles that I have started shows the code to add or delete solution configurations from a Visual Studio add-in. The deletion approach of the automation model has a hidden trap explained in the article and code: HOWTO: Add / […]


MZ-Tools Articles Series: HOWTO: Get or set the active solution configuration/platform from a Visual Studio add-in

June 12, 2013

After explaining how to get information about the solution and project configurations/platforms, it’s time now to know how to modify them. The most common question about this is how to change the active solution configuration / platform: HOWTO: Get or set the active solution configuration/platform from a Visual Studio add-in http://www.mztools.com/articles/2013/MZ2013007.aspx