I'm trying to add a "Config Transform" to my web.config file as explained here:
https://msdn.microsoft.com/en-us/library/dd465318(v=vs.100).aspx
When I right click on my web.config file, "Add Config Transform" is not even an option.
I found instruction on how to modify my .csproj file to make it so I can add a "Config Transform" here:
https://gist.github.com/EdCharbeneau/9135216
but when I try to unload my project to get at the .csproj file to make the changes I don't have the option of unloading my project.
I am at a loss. Can someone clue me in to what is going wrong?