PDA

View Full Version : Version Info Updates


dschless
04-11-2003, 01:57 PM
The 'Increment the version...' option of 'Make VS.NET' does not appear to be working. I have created a project which does the following...
1) Delete the build directory
2) Checkout all of the needed source code from CVS into the build directory
3) Compile the SOLUTION (as opposed to the individual Visual C++ projects) using 'Make VS.NET' - The 'Increment the version...' option is checked.

All of the steps are successful but the version info in the RC files and the EXE's are not updated. Am I missing a step?

kinook
04-16-2003, 10:18 AM
This turned out to be two things:

1) If the increment or set version option is selected in the Make VS.NET action at least one of file, product, or assembly version checkboxes must be checked in order for any versions to be set or incremented. This will be validated in future versions.

2) The Make VS.NET action was not handling $(OutputDir) in the target executable filename in all cases for VC++.NET projects. This will be fixed in the next release (around the end of the month).