Why are a visual studio project's command-line settings stored per user? Is it OK to check-in (and share) a .user setting file?
问题 We're creating an application that understands some command-line parameters. There are some default's we would like to supply on the command-line when debugging, and these are easily set in the project settings as explained here. The thing is visual studio stores these settings in a *.csproj. user file, and the default settings for integrated source control do not check-in *. user files. We would like to just have these default command-line parameters in everyone's IDE when debugging this