I created a set of tools that I want to use as a dll. I seem to be using the same code in each of my programs. Part of it is NLog. But it needs an NLog.config. When I add this new dll I created as a reference, how can I make sure that the NLog.config gets added to my project as part of the dll dependency?
Asked
Active
Viewed 24 times
0
-
I found this. Does anyone else have any other ideas? – SDanks Jan 13 '16 at 16:16
-
1http://stackoverflow.com/questions/1043913/copying-a-dlls-dependencies-in-visual-studio – SDanks Jan 13 '16 at 16:16