View Single Post
  #3  
Old 07-11-2007, 02:17 PM
ambalboa ambalboa is online now
Registered User
 
Join Date: 06-25-2007
Location: Houston, TX
Posts: 70
Yes, thank you. That works great.

Now, your comment made me think about the value as it is set in the .vdproj file. So, How do I increment that number? If it's a file version number, then all I need to do is place the filename of the .vdproj file, and check the "Update the File version" to increment it (using a 'Make VS.NET' step), right? Right now, I am building a .sln file and I only have "Update the File version" checked. Would this update the version number on the .vdproj also? I did this once, but it seems it only updates the version number of the .dll files that are created. Would a seperate 'Make VS.NET' step be needed to just increment that number, but not build it? Thank you for your help.
Reply With Quote