View Single Post
  #2  
Old 09-25-2006, 10:19 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The VS.NET Get Version action does not read the project's linker properties to retrieve the version. See here for details on how the version is retrieved:

http://www.visualbuild.com/Manual/vs_netprojver.htm

You would need to parse the project file via script code or a custom user action to retrieve linker properties.
Reply With Quote