suo file, what is this ?
-
Thursday, June 15, 2006 8:35 AM
Visual studio seems to generate this file, is it just a binary version of the sln file?
I was just wondering if we need to add this file to our CM (version control ) system ..
All Replies
-
Thursday, June 15, 2006 8:40 AM
Hi,
NO, do not add it to your CM system.
The .suo files contain user dependant information, like the state of the solution explorer (collaps all nodes, close the solution, delete the file and you'll notice that the nodes in the solution explorer are expanded again).
Rudi
-
Tuesday, August 26, 2008 2:52 PMrlarno said:
Hi,
NO, do not add it to your CM system.
The .suo files contain user dependant information, like the state of the solution explorer (collaps all nodes, close the solution, delete the file and you'll notice that the nodes in the solution explorer are expanded again).
Rudi
I am sure that .suo files also contains breakpoints infomation.
Is there any other info in .suo files?- Edited by Andy bu Tuesday, August 26, 2008 2:53 PM append
-
Monday, December 29, 2008 5:27 PMUser tasks are also stored in the .suo file, along with all of the user's individual customizations.
Steven Shippee
Steven Shippee

