I have a .settings file (containing both User and Application settings) that I would like to contain different values if built in Debug mode. Is there a supported or recommended way to do this?
I have a .settings file (containing both User and Application settings) that I would
Share
I use two separate config files for each mode. I copy the files into the BIN folder in the POST-BUILD event.