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

June 13, 2013

After learning how to add / delete build project configurations from a Visual Studio add-in, the counterpart to do the same with project platforms: HOWTO: Add / delete build project platforms from a Visual Studio add-in http://www.mztools.com/articles/2013/MZ2013011.aspx This article completes the creation / deletion of solution configurations, solution platforms, project configurations and project platforms. In […]


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

June 13, 2013

The next article of the convoluted build configuration automation model (EnvDTE/EnvDTE80) and its diagram is about adding or deleting project configurations programmatically: HOWTO: Add / delete build project configurations from a Visual Studio add-in http://www.mztools.com/articles/2013/MZ2013010.aspx