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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -