I have a C# project say MyProject.csproj located at \"C:\\Projects\\MyProject\\\". I also have files that I want copied into the output directory of this project. But, the f
You need to add file as a link:
BUT You cannot do it for the directory tree.
Instead you need to write post-build task for that. This is a sample that will get you stared.