I'm using SlowCheetah to transform my App.config
file for debug and release purposes. When I right click App.Debug.Config
and click Preview Transform
I see the correct results. Also when I build the project with the relevant config and go to the obj
directory I see the correct result.
Is there any way I can make the App.config
itself file actually change according to which build config I have selected when I build the project in Visual Studio?