I have a folder that lives in my C# project that I want to be copied to bin after every release build in VS2013. How can I specify additional items to be copied to bin?
The folder is in another project in the same solution.
For example
SoluationA
ProjectA
ProjectB
FolderC
I want to copy FolderC to the bin of ProjectA