0

I have a .net solution including 10 projects . I have set one project as a Start up project. I want to know where is the information related to setting start up project will be found.

Like if i added any file in any project then related information stored in the .cproj file of that project. in the same way where is the information related to setting start up project will be saved.

kennyzx
  • 12,845
  • 6
  • 39
  • 83
aa aa
  • 399
  • 3
  • 6

1 Answers1

1

Startup information is related to each user. It's stored in .suo file. If such file doesn't exists. Visual Studio picks first project for startup.

opewix
  • 4,993
  • 1
  • 20
  • 42
  • I am unable to edit that file..Can i see the related information after editing? – aa aa Dec 22 '14 at 07:32
  • I want to commit that .suo file on GIT Lab so that my other team member need not to set the start up project manually..But i am unable to edit the .suo file.and Although GUT Diff did not find any differences in .suo file after changing start up project.. – aa aa Jan 13 '15 at 05:30