I have a C# solution in Visual Studio 2008. I have added a configuration file (called configuration.xml) to the "Solution Items" of the solution.
The idea is to have this file copied to each Project's debug/release directory upon build. How can I achieve this?