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.