VS2008 - Unable to delete project configuration

I have a Windows Mobile / Pocket PC project in Visual Studio 2008 SP1. I tried to remove the old releaseCN3 build configuration from the solution using Configuration Manager. Launch the configuration manager, click "Edit", then highlight the configuration "ReleaseCN3" and click "Delete". The configuration is removed from the list, but if it is not removed from the solution or project. I tried restarting Visual Studio after making the changes, but the old configuration still remains. This project was ported using the upgrade wizard from eMbedded Visual C ++ 4 to Visual Studio 2005 in Visual Studio 2008.

Are there any tools to clean up the Visual Studio 2008 SLN / VCP file? I looked through the files in Notepad and saw some old (no longer used) configurations in both files.

+3
source share
1 answer

You can manually edit them in Notepad.

+3
source

Source: https://habr.com/ru/post/1727503/


All Articles