Build Number Retrieval

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

New to C# and the VS IDE so apologies to the old sweats for such a basic
question.

Is there a why to program the retrieval of the build number? I am
looking to add this to an xml file every time I compile.

This also needs to be supported on the Compact Framework.
 
Hi Terry

Follow this steps to automate the build number

1. Create a new macro project
2. Add BuildDvents_BuildDone event from BuildEvents
3. Add code to increment build number..(suppose to be little easy)

Shak.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top