Visual Studio: reset user settings when debugging

Posted by Reinhard on Stack Overflow See other posts from Stack Overflow or by Reinhard
Published on 2010-05-25T09:56:33Z Indexed on 2010/05/25 10:11 UTC
Read the original article Hit count: 123

Filed under:
|
|
|

In a C# Winforms-App I have several user settings stored.

Is there an easy way to clear those settings each time I start debugging the project from Visual Studio 2008?

Otherwise it always starts up with the settings from the last debug-session.

Thank you!

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008