View Single Post
  #1  
Old 11-09-2004, 11:28 AM
pshinohara pshinohara is online now
Registered User
 
Join Date: 11-09-2004
Posts: 1
Set version number for a C++ project built under VS .NET

I have a mix of VS6.0 C++ projects and VS .NET C++ projects.

It seemed simple enough to set the version number of the VS6.0 C++ projects using the VSMAKE call and passing it the
/setver x.x.x parameter.

When building C++ projects under VS .NET, I use DEVENEV to build the binaries but DEVENV does not take the /setver parameter.

How do I accomplish setting the version number of a binary built with VS .NET? I am using VisualBuild v3.6c.
Reply With Quote