How to implement configuration data for a vsix extension in Visual Studio 2010?
问题 I'm currently implementing a vsix extension tool window which will soon need a database connection string for querying some data to display to the developer in the tool window. I'd like to make this connection string configurable by the developer. As the developer is unlikely to change the config settings often a file would be sufficient. Is it possible to just use an app.config file in the same folder as the sln file and if so must I use some custom configuration settings to wrap the file?