Delphi Tokyo Version Info migration from dproj

524 Views Asked by At

I am migrating a Delphi XE codebase to Delphi 10.2 Tokyo. I cannot get project settings, particularly version info, to migrate correctly.

Based on several posts, I tried the following steps:

  • deleting the .dproj file
  • opening the .dpr file directly
  • manually re-adding all of my options in the IDE.
  • I also deleted a really old .dof file that was leftover from a previous Delphi 7 migration.

After opening the .dpr file, I set about updating options. I ONLY made changes to "All configurations - 32 bit Windows Platform".

image

Version changes propagated to the 32 bit release correctly...

image

But the version changes did not entirely propagate to the 32 bit debug...

image

Is there some workaround to get version changes to propagate from base to both release and debug? I would like to avoid continually updating .dproj outside the IDE. They get big and complex quickly.

0

There are 0 best solutions below