I made a library which uses .xml files for configuration. But in the core project, which use this library, ressources are not copied. I added a reference to my library.dll but of course there is nothing that says i need to include /configuration folder of the lib project.
How can i achieve that ? (manual copy is excluded)
ps: im working in c# with visual studio 2012 ultimate. both project are c#. One generate a library (dll etc..), other is executable project.
Thanks in advance :)