There have been several requests floating around to be able to use XDTs (the technology behind Web.Debug.Config/Web.Release.Config) with other XML files within the project. To make that feasible I wrote a XmlDocumentTransform.targets file which can generically transform any XML file using the standard Web.Config Transformation syntax introduced with VS 2010. Learn more about XDT & Web.Config Transformation here. Now to get started first download XmlDocumentTransform.targets file from my Skydive. Follow the below simple steps to get transformation working for any well formed XML file in your project. Step 1: Save the downloaded XmlDocumentTransform.targets to %ProgramFiles%\MSBuild\Microsoft\VisualStudio\v10.0\Web\XmlDocumentTransform...(read more) ...
Go to the complete details ...