app.config files of referenced dlls

Posted by ban-dana on Stack Overflow See other posts from Stack Overflow or by ban-dana
Published on 2010-05-03T14:08:36Z Indexed on 2010/05/03 14:18 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

I have a Web Project (VS 2008) that references a bunch of DLLs. The DLLs are built separately, so the project references binaries and not DLL projects. Some of the DLLs have their own app.config, which I want to be copied autmatically to the web project's output directory. Is there any suitable generic way to achieve this?

© Stack Overflow or respective owner

Related posts about reference

Related posts about dll