In one of my class libraries I use multiple setting files to seperate settings based on components. In the VS project designer you can use automatic ApplicationSettings to store forms data (controls, checkboxes, etc...). If there is only one settings file in the project it will use this, however using multiple settings files confuses the designer. It looks like it store these generated settings in the first setting file it finds.
Does anybody know how to use ApplicationSettings in the properties window to select manually the appropriate settingsfile for the setting?
I like the feature of these automatic settings!