I am using Delphi XE3 to open a Delphi 5 project. And in the "Version Information" of the project, I can see there are many entries, such as "CompanyName", "ProductVersion", etc.. And I use "Auto generate build number" option. However, after re-build the project, I find:
- The build number does not increase automatically.
- Most of the entries are not included. Only the "ProductVersion", "FileVersion" and "Language" are included. All other entries disappear.
- The version information is incorrect. It should be 5.0.0.4, but the actual version is 1.0.0.0.
Why? I have tried "Do not change build number", "Auto increase build number", but all these options do not work.