In the post build phase, add the following line for each of your projects
copy /Y $(SolutionDir)/configuration.xml $(ProjectDir)
If your configuration file is in the solution subdirectory, you should add it to the original path, of course.
TToni source
share