Visual Studio: reset user settings when debugging

前端 未结 6 1017
深忆病人
深忆病人 2020-12-24 07:29

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 200

6条回答
  •  甜味超标
    2020-12-24 07:55

    Run->Type "appdata"

    Navigate to Local->/

    Delete all files related to the project

提交回复
热议问题