We have a ClickOnce deployed application deployed at 2 different places. Both need some different settings in the app.config (In addition the devel environment)
Right now the process of generating these installations is for someone to manually change these settings from visual studio and rebuild. This is ofcourse a pain.
Some suggested we make an additional project within our solution who pretty much only contains the app.settings and just run the main form in the other project.
How do people handle this ?
(I'm looking for concrete solutions/examples, "use an automated build system" might be the goal but it's not very concrete..)