#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
Please ZIP and send or post:
1) The info from Help | About | Install Info 2) The .bld file 3) A build log file 4) The .sln file and project files (no source code files) Thanks. |
#3
|
|||
|
|||
Attached.
|
#4
|
|||
|
|||
Oops. It appears clicking "Preview Reply" clears out the attachment field. Let's try again...
|
#5
|
|||
|
|||
The Make VS.NET action was not handling $(ProjectDir) references in the project file properly. The download at http://www.kinook.com/Download/VisBuildProEval.exe has been updated with a patch for this issue (VisBuildDotNET.dll v6.2.1.5) which should resolve this problem.
|
#6
|
|||
|
|||
Thanks! Looks good so far.
|
|
|