So I've got several projects in a solution. A couple of class librarys, a UI, and several testing projects.
There is a set of XML files that are used to store alot of configuration information that we need to init our app.
I want to have one place that is THE xml files and then copy that set of XML into the different projects when they get built. Does anyone know what best practices might address this issue? A tutorial or blog post would be great.
Thanks