File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ This is an example of the "Build Groups Panel":
105105
106106Check in your .dproj xml file, if contains the correct "ProjectVersion" number, because the scripts use it to known the correct Delphi Version.
107107
108- for Example, for Delphi 12.2 Package must be 20.2:
108+ for Example, for Delphi 12.2 ProjectVersion must be 20.2:
109109
110110``` xml
111111<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
@@ -127,9 +127,9 @@ Use this table for the correct "ProjectVersion" of every Delphi versions:
127127| RAD Studio 10.1 Berlin | 18.1\* | 18.2\* | 240 |
128128| RAD Studio 10.2 Tokyo | 18.2\* | 18.4 | 250 |
129129| RAD Studio 10.3 Rio | 18.5 | 18.8 | 260 |
130- | RAD Studio 10.4 Sydney | 19.0 | 19.2 | 270 or {$ Auto} |
131- | RAD Studio 11 Alexandria | 19.3 | 19.5 | 280 or {$ Auto} |
132- | RAD Studio 12 Athens | 20.1 | 20.2 | 290 or {$ Auto} |
130+ | RAD Studio 10.4 Sydney | 19.0 | 19.2 | 270 or $( Auto) |
131+ | RAD Studio 11 Alexandria | 19.3 | 19.5 | 280 or $( Auto) |
132+ | RAD Studio 12 Athens | 20.1 | 20.2 | 290 or $( Auto) |
133133
134134\* In case of conflict the script searches for Package Version\*\* (LibSuffix), so it is recommended to use "standard" Lib Suffix values.
135135
You can’t perform that action at this time.
0 commit comments