.suo file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,


I am wondering what is the function of .suo file? If I want to share source
codes with other people, for example, using CVS or something similar, does
this file mandatory to check-in? Do other people need this file to make a
same build and setup the same working environment as mine?


thanks in advance,
George
 
I am wondering what is the function of .suo file? If I want to share source
codes with other people, for example, using CVS or something similar, does
this file mandatory to check-in? Do other people need this file to make a
same build and setup the same working environment as mine?

George,

You don't need to share this file - it contains personal settings.

From MSDN:

"Solution User Options
Records all of the options that you might associate with your solution
so that each time you open it, it includes customizations that you
have made.
"

Dave
 
Thanks David!


regards,
George

David Lowndes said:
George,

You don't need to share this file - it contains personal settings.

From MSDN:

"Solution User Options
Records all of the options that you might associate with your solution
so that each time you open it, it includes customizations that you
have made.
"

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top