View Single Post
  #1  
Old 07-03-2007, 12:20 PM
ambalboa ambalboa is online now
Registered User
 
Join Date: 06-25-2007
Location: Houston, TX
Posts: 70
How can I get the file version for a .sln, if possible?

How can I retrieve the version number from an .sln file which I'm using to build with a 'Make VS.NET' action step? I also tried to get the number from an .msi file, which is created by the action, but nothing. I know how to do this for an .dll file, and this approach gives me no errors but no number as well.

I want to know what that number is to be able to increment it and set it to that value. Is there some other file that I should be looking for?
Reply With Quote