- Unter Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS
gibt es einen Unterschlüssel mit 19.0
- Mein Installationsverzeichnis ist, wie vorgeschlagen, C:\Program Files (x86)\Embarcadero\Studio\19.0
- Der Dialog unter Hilfe -> Info sagt "Embarcadero® RAD Studio 10.2 Version 25.0.29899.2631 "
- Im Quellcode haben die Konstanten CompilerVersion und RtlVersion beide den Wert 32
Die .proj fängt folgendermaßen an:
Delphi-Quellcode:
<Project xmlns="http:
//schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>
{DE493A20-5709-476F-AADD-E12EDBE1FF23}</ProjectGuid>
<ProjectVersion>18.4</ProjectVersion>
<FrameworkType>None</FrameworkType>
<MainSource>Project1.dpr</MainSource>
<Base>True</Base>
<Config Condition="'
$(Config)'=='
'">Debug</Config>
<
Platform Condition="'
$(Platform)'=='
'">
Win32</
Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Console</AppType>
</PropertyGroup>