I have a .NET Class library project and I have App.Config file, I would like to have multiple config files using transformation as per env/criteria. How can I achieve that ? As it's being a class library I am unable to do it, I have done that in the past for Console and Web Applications. I am using visual studio 2012 and .NET 4.5
You can use this extension. There is an example to download which should help.