I have a class library that wraps web services. During design, the web service config are dumped into the app.config for the class library, that have to be copied over to the main app.config.
Therefore, I don't need the class libraries app.config. How can I ignore this file, so that build will not generate a file like ClassLibrary.dll.config
