I have some dll files which need to be placed in the bin\debug directory. I included the dll files into my visual studio project and set the copy to output directory property to copy if newer. This worked fine until I thought I'd tidy up my visual studio project window and I placed the dll files into their own folder. I deleted the dll files from the bin directory and built the project again. To my surprise, the entire directory the dll files were in was copied as well! I only want the files copied into the bin directory, not the folder the dll files are in. I am using Visual Studio Express 2013 for desktop. Has anyone else ran into this problem?
Thanks
[Tim]