PDA

View Full Version : File & Product Version


ericeicke
03-06-2003, 08:51 PM
I want to be able to set the file version and product version of a vc6 project to a specified value. However these two values may not be the same. I see how to set the version, but i don't see how to set one specificly for file then a different specific value for product. How do I do this? Thanks in advance,

Eric Eicke

kinook
03-06-2003, 08:52 PM
Create two Make VC6 steps for the project, the first one with 'don't build' checked and setting the product version, and the second (marked to build) setting the file version (you can put this into a subroutine and call it for each project if you have multiple projects/workspaces that need this).