vote up 1 vote down star

I would like to "post-process" my app.config file and perform some token replacements after the project builds.

Is there an easy way to do this using a VS post-build event command?

(Yeah I know I could probably use NAnt or something, looking for something simple.)

flag

1 Answer

vote up 1 vote down check

Take a look at XmlPreProcess. We use it for producing different config files for our testing and live deployment packages. We execute it from a nant script as part of a continuous build but, since it's a console app, I see no reason why you coudn't add a call in your project's post-build event instead

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.