My wpf app has a config file which the user can edit from within the program and save it. Once I stop the debugging and start the program again the file is resetted to its old original state. I have a feeling that the file gets overwritten when the app gets built but I don't know how I would fix that.
Thanks in advance for any help.