Does anybody know if it is possible to change the build configuration settings on a group of VS6 project files?
I'm working on a very large project which is still using Visual Studio 6 (I know) and the default build config is set to either Win32 DebugOCI
or Win32 ReleaseOCI
depending on the project.
I'm looking to change it to Win32 Debug
across the board for consistency, and as a QoL improvement, rather than forget to check each time I make a different project active within the workspace.
Is there a way to do this for all of the projects within a workspace at once? Really not a fan of the idea of doing it manually for all ~475 projects.