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?
Comments
Post a Comment