Jump to content
Sign in to follow this  
dummzeuch

Which delphi version creates 17.3 project files?

Recommended Posts

Was there ever a Delphi version which wrote a project version of 17.3 into the .dproj files?

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
[...]
      <ProjectVersion>17.3</ProjectVersion>
    </PropertyGroup>

As far as I know there was no such version. 17.2 was Delphi XE8 and 18 was Delphi 10.0 Seattle.

 

Apparently Project JEDI generates .dproj files with project version 17.3 for all Delphi versions >XE8,

Share this post


Link to post

What about that renamed Delphi thing?  Can't even remember it's name now - App...something.

Share this post


Link to post
3 hours ago, Lars Fosdal said:

What about that renamed Delphi thing?  Can't even remember it's name now - App...something.

AppMethod ? Possible, according to Jeroen's list it existed until Delphi 10, so it might have used ProjectVersion 17.3.

But I found that JEDI uses that version in the packages for all Delphi versions >XE8, so even if I assume AppMethod, it would still be wrong. (Background: See my blog post on dzBdsLauncher)

Edited by dummzeuch
  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×