I'm adding a Project (console application) to an already existing web project in Microsoft Visual Studio 2012. I'm trying to add a number of config files depending on environment application is run in...the files highlighted in the red box in the picture below
I've had a look online and it suggests right clicking on the App.Config file and selecting 'Add Config Transform', however, this option does not appear. I also read you can't 'Add Config Transform' for web applications. However, the Project I'm trying to add these additional config files to is a console application.
Any suggestions on how to achieve the multiple config files is greatly appreciated.
Thanks!