When doing C# with VS2008, there is a file property "Copy to output directory". This property seems to be missing in VC++. What is the simplest way to approximate the same effect?
I've been told that it should be done with custom build rules. Is this really the simplest way, and if it is, how should the custom build rule be implemented?