I added an existing ASP.Net web application project to my solution. In addition to the standard debug and release configurations this solution also has two custom configurat
To get this working i had to add new property groups to my csproj file.
Add Config Transform was grayed out.
i added the following XML to my csproj and reloaded the project. then Add Config Transform was available. once selected my addition transforms were added
pdbonly
true
bin\
TRACE
prompt
4
pdbonly
true
bin\
TRACE
prompt
4