I have a VS2008 I want to copy certain files from a directory into my /bin/
folder. I have set the files (located in /common/browserhawk/
) to "Copy to Output Directory". However, it copies the folder structure as well: the files are copied to /bin/common/browserhawk/
How do I get these files to copy to just /bin/
? I do not want to store these in the root of the website to get them to copy correctly.
Related Question: http://stackoverflow.com/questions/1013419/visual-studio-adds-dll-and-pdb-to-project-after-compiling/1013561