How can you transform an app.config
from a second transform specification?
The existing SlowCheetah extension does a great job, but as far as I can see, it only works against the build configuration
But web applications can have two transforms, one for the build configuration and a second for the publish profile, which are applied to the original web.config
How can you replicate this for a desktop application with an app.config
?