If I have a project with an App.Config
, and when I compile it I get a file next to my DLL called [myproject].dll.config
which contains the contents of the projects App.Config
.
If I want to reference [myproject].dll
from another project, do I need to copy the .config
file as well? Can the App.Config
file be compiled into the DLL so all that is required is the DLL itself?