PDA

View Full Version : How can I set a different product and file version for VC6 or VS.NET builds?


kinook
03-23-2004, 12:40 PM
Create two Make VC6 (http://www.kinook.com/VisBuildPro/Manual/makevc6.htm) or Make VS.NET (http://www.kinook.com/VisBuildPro/Manual/makevs_net.htm) steps for the project/solution, the first one with Don't build checked and setting the product version, and the second (with Don't build unchecked) setting the file version.

These steps can also be placed in a project or global subroutine and called for each project/solution that is being built, passing in the filename and version values in temporary macros.