How do I remove a project configuration in Visual Studio 2008? -


I have a Visual Studio 2008 solution in which I have imported existing projects already existing Projects mixed-language sample code ( C #, VB, C ++ / CLI) they currently have many configurations, but I want every project to have only one "debug" configuration.

In the Configuration Manager, I removed another configuration (such as "Release"), but as I did, I was warned that I would not be removed from personal projects.

And in fact, when I navigate to a personal project, this is still a "release" and other configuration, although the level of the solution is simply "debug".

How can I best remove these additional configurations from each project? Am I looking at some side to do this in the GUI, or should I edit the project files directly?

In the configuration manager, click each project (active solution configuration dropdown Select "Edit ..." in the "Configuration" column for which you have the configuration to be removed.

In the dialog that pops up, mark each of the unwanted configurations and select "Remove".


Comments