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.
Asked
Active
Viewed 25 times
1 Answers
3
It is stored in the .suo file that sits alongside the solution file. See this question for more info.

Community
- 1
- 1

Steve Danner
- 21,818
- 7
- 41
- 51
-
1My team usually excludes the suo file from SVN, and if one occasionally gets in there, we just delete it. – Scott Rippey Oct 22 '11 at 05:50