>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
George - 05 Sep 2007 09:56 GMT
Thanks David!
regards,
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
[quoted text clipped - 14 lines]
>
> Dave