Search code examples
xmlasp.net-mvcweb-configtransformxdt-transform

Apply web.config style xdt transform to other XML files in project


We have an XML configuration file in our project that needs to be altered for publishing. We have been using web.config transforms very successfully. Is it possible to apply such transformations to other XML files in our project/solution when publishing for different build targets?


Solution

  • The app.config transform Visual Studio Add in does exactly what I want.