Visual Studio/MSBuild copy referenced class library's app.config as *.dll.config to bin folder of current project
I have a class library that is referenced by many other web application projects. It has many settings in its app.config that I wish to use in all of the referencing web projects. When the class library is built, it copies the app.config to its own bin folder as <assembly.name>.dll.config . How do I ensure that <assembly.name>.dll.config is copied to the bin folder of each of my referencing web application projects? Visual Studio / MSBuild does not seem to do this by default. Changing Copy to Output Directory or Build Action (in any combination) does not work. SlowCheetah VS extension appears