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
.dprojfile - opening the
.dprfile directly - manually re-adding all of my options in the IDE.
- I also deleted a really old
.doffile 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".
Version changes propagated to the 32 bit release correctly...
But the version changes did not entirely propagate to the 32 bit debug...
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.


