In VS2005 and up, is it possible to specify which configuration should be selected by default?
I have several configurations in my solution but one of them should be used in most cases. Hence I'd like to make sure that devs who pull it out of Source Control use the right configuration(unless of course they specifically choose another one).
Ideally, this setting should be in the .sln file since that one is under Source Control.
As far as I understand, if there is no .suo file, first platform in alphabetic order becomes the default configuration.