I would like to configure application and user settings using development-time tools in Visual Studio (2010)
For instance:

For application settings, I would like to use corporate library configuration tools to manage values ββand apply environment overrides. However, the settings constructor uses <applicationSettings/> , and the entlib structure uses the standard <appSettings> shown in the screenshot below:
How can I get entlib to use the same elements as the settings constructor?
I would like to use the automatically generated code generated by the parameter constructor.
source share