wpf - SlowCheetah placing settings in app.config.deploy and not .exe.config -


i'm using latest version of slowcheetah on existing wpf project have using clickonce.

i'm trying provide different application settings (the applicationsettings node in app.config; ones form settings.settings file) each environment. when publish i'm getting app.config.deploy (with correctly transformed settings inside) , projectname.exe.config file doesn't have transformed settings.

when installs application , runs it, it's using settings inside projectname.exe.config (which correct) , transformed settings in app.config ignored. there step slowcheetah put transformed settings exe.config instead?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -