show/hide this revision's text 2 added 228 characters in body

Here is my problem:

I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project's product version and product code.

I can't find a way to programatically change them.

Can anyone help me ?

Thanks in advance.

UPDATE: Since it's a Deployment project (which finally produces an executable installer), I'm not able to work with MSBuild, instead I'm using the Devenv from the command prompt. (Bruno, thanks for your quick response).

show/hide this revision's text 1

How to programatically change a project's product version?

Here is my problem:

I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project's product version and product code.

I can't find a way to programatically change them.

Can anyone help me ?

Thanks in advance.