For my project I have settings that I added through the Settings in the project properties.
I quickly discovered that editing the app.config file directly seems to
Not sure if this is what you are after, but you can update and save the setting from the app:
ConsoleApplication1.Properties.Settings.Default.StringSetting = "test"; ConsoleApplication1.Properties.Settings.Default.Save();