Where the user defined outlining infor saved?

when users having individual outlining configurations themselves, so to which file are these informations saved?

Thanks a lot.

[134 byte] By [Jasy] at [2008-1-10]
# 1
Sorry, I dont understand your question.

Are you asking where the User data is stored when using the App.config file?

ChrisBrandsma at 2007-10-3 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2
Hi, Jasy

It is stored in the Solution User Options (.suo) File which saves user information in binary format. Note it is a hidden file by default in the same folder of the solution(.sln) file.

Best Regards
Chunsheng Tang

ChunshengTang-MSFT at 2007-10-3 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 3
Thanks for your helpful reply, and thanks Chris Brandsma all the same!
Jasy at 2007-10-3 > top of Msdn Tech,Visual C#,Visual C# IDE...