Where is the information about what is the default project set in a Silverlight/.NET application. Every time I check out code from svn, I have to manually set the default project.
Where is the information about what is the default project set in a Silverlight/.NET
Share
It is stored in the .suo file that sits alongside the solution file.
See this question for more info.