View Single Post
  #1  
Old 01-11-2007, 11:08 AM
benfulton benfulton is online now
Registered User
 
Join Date: 08-18-2006
Posts: 6
Updating versions in mixed projects

I have a VS.NET solution file I am compiling with Visual Build. The file has some C# projects, and they update versions correctly, but it also has a C++ DLL in it that does not seem to have its version incremented. In the project I always see

Post-processing...
DicomPing.vcproj...(no changes)
Implementation.csproj...incrementing version...
Interfaces.csproj...(no changes)
Watchdog.csproj...incrementing version...

even if the vcproj has changed.
Reply With Quote