You can not. Visual Studio stores user options in a .csproj.user file and build options in a .csproj file. This allows several users to work on a project, which is crucial when working in a team with source control.
In this case, you can always delete the .user file, and it will be recreated at any time.
source share