Currently, in my project, there is a folder named "Properties" which
contains one item, Settings.settings, which contains one subitem,
Settings.Designer.cs.
My project also contains an App.Config file at it's root.
If i make a change in AppConfig.config and then open the
Settings.setting dialogue, i am notified that a setting has changed and
asked if i want to update it in the .settings file.

However, I tend to like to keep all my config files in one location
under a config directory. if i try to do that here by creating a
folder named config and moving App.Config under there, then when i
change a setting in App.Config, it is not reflected when i open the
Settings.setting dialogue.

How can i get around this?