I often create custom build configurations in my solution’s Configuration Manager. When I include previously created projects into the solution they do not automatically include these new configurations. The only way I have found to back fill these projects with the appropriate configuration settings is to manually edit the project file.
Is there a way to force all projects in a solution to all use the same set of Configuration Manager configurations?
I found that removing all the configurations and than adding them back in again fixes all the projects in the solution