I'm using SlowCheetah for XML transforming a bunch of config files in a project.However, this same solution is part of a load balanced setup, where some config values differ between the different servers (two, in this case).I have the following build configs
- Debug
- Release
- Release.Test
- Release.Prod1
- Release.Prod2