Skip to content

Commit 380b7e3

Browse files
committed
changes for Delphi 10.3
1 parent 529eb82 commit 380b7e3

33 files changed

+2422
-68
lines changed

Build.Settings.Compilers.ini

+48
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,51 @@ DisplayName=Delphi 10 Tokyo (Android ARM)
349349
Platform=Android
350350
Keys.BDS=Software\Embarcadero\BDS\19.0
351351
Keys.Library=Library\Android32
352+
353+
[Delphi10Rio.Win32]
354+
DisplayName=Delphi 10.3 (Win32)
355+
Platform=Win32
356+
Keys.BDS=Software\Embarcadero\BDS\20.0
357+
Keys.Library=Library\Win32
358+
359+
[Delphi10Rio.Win64]
360+
DisplayName=Delphi 10.3 (Win64)
361+
Platform=Win64
362+
Keys.BDS=Software\Embarcadero\BDS\20.0
363+
Keys.Library=Library\Win64
364+
365+
[Delphi10Rio.OSX32]
366+
DisplayName=Delphi 10.3 (OSX32)
367+
Platform=OSX32
368+
Keys.BDS=Software\Embarcadero\BDS\20.0
369+
Keys.Library=Library\OSX32
370+
371+
[Delphi10Rio.Linux64]
372+
DisplayName=Delphi 10.3 (Linux64)
373+
Platform=Linux64
374+
Keys.BDS=Software\Embarcadero\BDS\20.0
375+
Keys.Library=Library\Linux64
376+
377+
[Delphi10Rio.iOSSimulator]
378+
DisplayName=Delphi 10.3 (iOS Simulator)
379+
Platform=iOSSimulator
380+
Keys.BDS=Software\Embarcadero\BDS\20.0
381+
Keys.Library=Library\iOSSimulator
382+
383+
[Delphi10Rio.iOSDevice32]
384+
DisplayName=Delphi 10.3 (iOS Device ARM32)
385+
Platform=iOSDevice32
386+
Keys.BDS=Software\Embarcadero\BDS\20.0
387+
Keys.Library=Library\iOSDevice32
388+
389+
[Delphi10Rio.iOSDevice64]
390+
DisplayName=Delphi 10.3 (iOS Device ARM64)
391+
Platform=iOSDevice64
392+
Keys.BDS=Software\Embarcadero\BDS\20.0
393+
Keys.Library=Library\iOSDevice64
394+
395+
[Delphi10Rio.AndroidARM]
396+
DisplayName=Delphi 10.3 (Android ARM)
397+
Platform=Android
398+
Keys.BDS=Software\Embarcadero\BDS\20.0
399+
Keys.Library=Library\Android32

Build.Settings.ini

+32
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,35 @@ UnitOutputPaths=Library\Delphi10Tokyo\$(Platform)\$(Config)
250250
[Delphi10Tokyo.AndroidARM]
251251
Projects=Packages\Delphi10Tokyo\Spring4D.groupproj
252252
UnitOutputPaths=Library\Delphi10Tokyo\$(Platform)\$(Config)
253+
254+
[Delphi10Rio.Win32]
255+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
256+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
257+
258+
[Delphi10Rio.Win64]
259+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
260+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
261+
262+
[Delphi10Rio.OSX32]
263+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
264+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
265+
266+
[Delphi10Rio.Linux64]
267+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
268+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
269+
270+
[Delphi10Rio.iOSSimulator]
271+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
272+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
273+
274+
[Delphi10Rio.iOSDevice32]
275+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
276+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
277+
278+
[Delphi10Rio.iOSDevice64]
279+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
280+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)
281+
282+
[Delphi10Rio.AndroidARM]
283+
Projects=Packages\Delphi10Rio\Spring4D.groupproj
284+
UnitOutputPaths=Library\Delphi10Rio\$(Platform)\$(Config)

Clean.bat

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ del /f /q /s *.~*
77
del /f /q /s *.ficfg
88
del /f /q /s *.local
99
del /f /q /s *.identcache
10+
del /f /q /s *.orig
1011
del /f /q /s *.stat
1112
del /f /q /s *.tvsconfig
1213

Packages/Delphi10Rio/Spring.Base.dpk

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
package Spring.Base;
2+
3+
{$R *.res}
4+
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
5+
{$ALIGN 8}
6+
{$ASSERTIONS ON}
7+
{$BOOLEVAL OFF}
8+
{$DEBUGINFO OFF}
9+
{$EXTENDEDSYNTAX ON}
10+
{$IMPORTEDDATA ON}
11+
{$IOCHECKS ON}
12+
{$LOCALSYMBOLS ON}
13+
{$LONGSTRINGS ON}
14+
{$OPENSTRINGS ON}
15+
{$OPTIMIZATION OFF}
16+
{$OVERFLOWCHECKS OFF}
17+
{$RANGECHECKS OFF}
18+
{$REFERENCEINFO ON}
19+
{$SAFEDIVIDE OFF}
20+
{$STACKFRAMES ON}
21+
{$TYPEDADDRESS OFF}
22+
{$VARSTRINGCHECKS ON}
23+
{$WRITEABLECONST OFF}
24+
{$MINENUMSIZE 1}
25+
{$IMAGEBASE $400000}
26+
{$DEFINE DEBUG}
27+
{$ENDIF IMPLICITBUILDING}
28+
{$DESCRIPTION 'Spring4D Base package'}
29+
{$LIBSUFFIX '.Delphi10Rio'}
30+
{$RUNONLY}
31+
{$IMPLICITBUILD OFF}
32+
33+
{$I Spring.inc}
34+
35+
requires
36+
{$IFDEF FMX}
37+
fmx,
38+
{$ENDIF}
39+
rtl;
40+
41+
contains
42+
Spring in '..\..\Source\Base\Spring.pas',
43+
Spring.Collections in '..\..\Source\Base\Collections\Spring.Collections.pas',
44+
Spring.Collections.Adapters in '..\..\Source\Base\Collections\Spring.Collections.Adapters.pas',
45+
Spring.Collections.Base in '..\..\Source\Base\Collections\Spring.Collections.Base.pas',
46+
Spring.Collections.Dictionaries in '..\..\Source\Base\Collections\Spring.Collections.Dictionaries.pas',
47+
Spring.Collections.Events in '..\..\Source\Base\Collections\Spring.Collections.Events.pas',
48+
Spring.Collections.Extensions in '..\..\Source\Base\Collections\Spring.Collections.Extensions.pas',
49+
Spring.Collections.Lists in '..\..\Source\Base\Collections\Spring.Collections.Lists.pas',
50+
Spring.Collections.LinkedLists in '..\..\Source\Base\Collections\Spring.Collections.LinkedLists.pas',
51+
Spring.Collections.MultiMaps in '..\..\Source\Base\Collections\Spring.Collections.MultiMaps.pas',
52+
Spring.Collections.Queues in '..\..\Source\Base\Collections\Spring.Collections.Queues.pas',
53+
Spring.Collections.Sets in '..\..\Source\Base\Collections\Spring.Collections.Sets.pas',
54+
Spring.Collections.Stacks in '..\..\Source\Base\Collections\Spring.Collections.Stacks.pas',
55+
Spring.Collections.Trees in '..\..\Source\Base\Collections\Spring.Collections.Trees.pas',
56+
Spring.DesignPatterns in '..\..\Source\Base\Spring.DesignPatterns.pas',
57+
Spring.Events in '..\..\Source\Base\Spring.Events.pas',
58+
Spring.Events.Base in '..\..\Source\Base\Spring.Events.Base.pas',
59+
Spring.Helpers in '..\..\Source\Base\Spring.Helpers.pas',
60+
Spring.Logging in '..\..\Source\Base\Logging\Spring.Logging.pas',
61+
Spring.Logging.Appenders in '..\..\Source\Base\Logging\Spring.Logging.Appenders.pas',
62+
Spring.Logging.Appenders.Base in '..\..\Source\Base\Logging\Spring.Logging.Appenders.Base.pas',
63+
Spring.Logging.Controller in '..\..\Source\Base\Logging\Spring.Logging.Controller.pas',
64+
Spring.Logging.Extensions in '..\..\Source\Base\Logging\Spring.Logging.Extensions.pas',
65+
Spring.Logging.Loggers in '..\..\Source\Base\Logging\Spring.Logging.Loggers.pas',
66+
Spring.Logging.NullLogger in '..\..\Source\Base\Logging\Spring.Logging.NullLogger.pas',
67+
Spring.Logging.ResourceStrings in '..\..\Source\Base\Logging\Spring.Logging.ResourceStrings.pas',
68+
Spring.Logging.Serializers in '..\..\Source\Base\Logging\Spring.Logging.Serializers.pas',
69+
Spring.MethodIntercept in '..\..\Source\Base\Spring.MethodIntercept.pas',
70+
Spring.Reflection in '..\..\Source\Base\Spring.Reflection.pas',
71+
Spring.ResourceStrings in '..\..\Source\Base\Spring.ResourceStrings.pas',
72+
Spring.SystemUtils in '..\..\Source\Base\Spring.SystemUtils.pas',
73+
Spring.Times in '..\..\Source\Base\Spring.Times.pas',
74+
Spring.ValueConverters in '..\..\Source\Base\Spring.ValueConverters.pas',
75+
Spring.VirtualClass in '..\..\Source\Base\Spring.VirtualClass.pas',
76+
Spring.VirtualInterface in '..\..\Source\Base\Spring.VirtualInterface.pas';
77+
78+
end.
+199
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{8F00FFD6-085B-4B31-B6A2-D3157F252221}</ProjectGuid>
4+
<MainSource>Spring.Base.dpk</MainSource>
5+
<Base>True</Base>
6+
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<TargetedPlatforms>135</TargetedPlatforms>
8+
<AppType>Package</AppType>
9+
<FrameworkType>None</FrameworkType>
10+
<ProjectVersion>18.5</ProjectVersion>
11+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14+
<Base>true</Base>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17+
<Base_Win32>true</Base_Win32>
18+
<CfgParent>Base</CfgParent>
19+
<Base>true</Base>
20+
</PropertyGroup>
21+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22+
<Base_Win64>true</Base_Win64>
23+
<CfgParent>Base</CfgParent>
24+
<Base>true</Base>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27+
<Cfg_1>true</Cfg_1>
28+
<CfgParent>Base</CfgParent>
29+
<Base>true</Base>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32+
<Cfg_2>true</Cfg_2>
33+
<CfgParent>Base</CfgParent>
34+
<Base>true</Base>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX32)'!=''">
37+
<Cfg_2_OSX32>true</Cfg_2_OSX32>
38+
<CfgParent>Cfg_2</CfgParent>
39+
<Cfg_2>true</Cfg_2>
40+
<Base>true</Base>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Base)'!=''">
43+
<DllSuffix>.Delphi10Rio</DllSuffix>
44+
<SanitizedProjectName>Spring_Base</SanitizedProjectName>
45+
<GenPackage>true</GenPackage>
46+
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
47+
<VerInfo_Locale>2052</VerInfo_Locale>
48+
<DCC_ImageBase>00400000</DCC_ImageBase>
49+
<DCC_S>false</DCC_S>
50+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
51+
<DCC_F>false</DCC_F>
52+
<DCC_DcuOutput>..\..\Library\Delphi10Rio\$(Platform)\$(Config)</DCC_DcuOutput>
53+
<DCC_K>false</DCC_K>
54+
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
55+
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
56+
<DCC_N>false</DCC_N>
57+
<DCC_E>false</DCC_E>
58+
<GenDll>true</GenDll>
59+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;UIDeviceFamily=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;UISupportedInterfaceOrientations=;CFBundleExecutable=;CFBundleResourceSpecification=;LSRequiresIPhoneOS=;CFBundleInfoDictionaryVersion=;CFBundleDevelopmentRegion=</VerInfo_Keys>
60+
<DCC_Description>Spring4D Base package</DCC_Description>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
63+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
64+
</PropertyGroup>
65+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
66+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
67+
</PropertyGroup>
68+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
69+
<DCC_DebugInformation>0</DCC_DebugInformation>
70+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
71+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
72+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
73+
</PropertyGroup>
74+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
75+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
76+
<DCC_Optimize>false</DCC_Optimize>
77+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Cfg_2_OSX32)'!=''">
80+
<BT_BuildType>Debug</BT_BuildType>
81+
</PropertyGroup>
82+
<ItemGroup>
83+
<DelphiCompile Include="$(MainSource)">
84+
<MainSource>MainSource</MainSource>
85+
</DelphiCompile>
86+
<DCCReference Include="rtl.dcp"/>
87+
<DCCReference Include="..\..\Source\Base\Spring.pas"/>
88+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.pas"/>
89+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Adapters.pas"/>
90+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Base.pas"/>
91+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Dictionaries.pas"/>
92+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Events.pas"/>
93+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Extensions.pas"/>
94+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Lists.pas"/>
95+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.LinkedLists.pas"/>
96+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.MultiMaps.pas"/>
97+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Queues.pas"/>
98+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Sets.pas"/>
99+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Stacks.pas"/>
100+
<DCCReference Include="..\..\Source\Base\Collections\Spring.Collections.Trees.pas"/>
101+
<DCCReference Include="..\..\Source\Base\Spring.DesignPatterns.pas"/>
102+
<DCCReference Include="..\..\Source\Base\Spring.Events.pas"/>
103+
<DCCReference Include="..\..\Source\Base\Spring.Events.Base.pas"/>
104+
<DCCReference Include="..\..\Source\Base\Spring.Helpers.pas"/>
105+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.pas"/>
106+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Appenders.pas"/>
107+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Appenders.Base.pas"/>
108+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Controller.pas"/>
109+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Extensions.pas"/>
110+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Loggers.pas"/>
111+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.NullLogger.pas"/>
112+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.ResourceStrings.pas"/>
113+
<DCCReference Include="..\..\Source\Base\Logging\Spring.Logging.Serializers.pas"/>
114+
<DCCReference Include="..\..\Source\Base\Spring.MethodIntercept.pas"/>
115+
<DCCReference Include="..\..\Source\Base\Spring.Reflection.pas"/>
116+
<DCCReference Include="..\..\Source\Base\Spring.ResourceStrings.pas"/>
117+
<DCCReference Include="..\..\Source\Base\Spring.SystemUtils.pas"/>
118+
<DCCReference Include="..\..\Source\Base\Spring.Times.pas"/>
119+
<DCCReference Include="..\..\Source\Base\Spring.ValueConverters.pas"/>
120+
<DCCReference Include="..\..\Source\Base\Spring.VirtualClass.pas"/>
121+
<DCCReference Include="..\..\Source\Base\Spring.VirtualInterface.pas"/>
122+
<BuildConfiguration Include="Debug">
123+
<Key>Cfg_2</Key>
124+
<CfgParent>Base</CfgParent>
125+
</BuildConfiguration>
126+
<BuildConfiguration Include="Base">
127+
<Key>Base</Key>
128+
</BuildConfiguration>
129+
<BuildConfiguration Include="Release">
130+
<Key>Cfg_1</Key>
131+
<CfgParent>Base</CfgParent>
132+
</BuildConfiguration>
133+
</ItemGroup>
134+
<ProjectExtensions>
135+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
136+
<Borland.ProjectType>Package</Borland.ProjectType>
137+
<BorlandProject>
138+
<Delphi.Personality>
139+
<Source>
140+
<Source Name="MainSource">Spring.Base.dpk</Source>
141+
</Source>
142+
<VersionInfo>
143+
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
144+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
145+
<VersionInfo Name="MajorVer">1</VersionInfo>
146+
<VersionInfo Name="MinorVer">0</VersionInfo>
147+
<VersionInfo Name="Release">0</VersionInfo>
148+
<VersionInfo Name="Build">0</VersionInfo>
149+
<VersionInfo Name="Debug">False</VersionInfo>
150+
<VersionInfo Name="PreRelease">False</VersionInfo>
151+
<VersionInfo Name="Special">False</VersionInfo>
152+
<VersionInfo Name="Private">False</VersionInfo>
153+
<VersionInfo Name="DLL">False</VersionInfo>
154+
<VersionInfo Name="Locale">2052</VersionInfo>
155+
<VersionInfo Name="CodePage">936</VersionInfo>
156+
</VersionInfo>
157+
<VersionInfoKeys>
158+
<VersionInfoKeys Name="CompanyName"/>
159+
<VersionInfoKeys Name="FileDescription"/>
160+
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
161+
<VersionInfoKeys Name="InternalName"/>
162+
<VersionInfoKeys Name="LegalCopyright"/>
163+
<VersionInfoKeys Name="LegalTrademarks"/>
164+
<VersionInfoKeys Name="OriginalFilename"/>
165+
<VersionInfoKeys Name="ProductName"/>
166+
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
167+
<VersionInfoKeys Name="Comments"/>
168+
<VersionInfoKeys Name="CFBundleName"/>
169+
<VersionInfoKeys Name="CFBundleDisplayName"/>
170+
<VersionInfoKeys Name="UIDeviceFamily"/>
171+
<VersionInfoKeys Name="CFBundleIdentifier"/>
172+
<VersionInfoKeys Name="CFBundleVersion"/>
173+
<VersionInfoKeys Name="CFBundlePackageType"/>
174+
<VersionInfoKeys Name="CFBundleSignature"/>
175+
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
176+
<VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
177+
<VersionInfoKeys Name="CFBundleExecutable"/>
178+
<VersionInfoKeys Name="CFBundleResourceSpecification"/>
179+
<VersionInfoKeys Name="LSRequiresIPhoneOS"/>
180+
<VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
181+
<VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
182+
</VersionInfoKeys>
183+
<Excluded_Packages>
184+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
185+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
186+
</Excluded_Packages>
187+
</Delphi.Personality>
188+
<Platforms>
189+
<Platform value="Linux64">True</Platform>
190+
<Platform value="OSX32">True</Platform>
191+
<Platform value="Win32">True</Platform>
192+
<Platform value="Win64">True</Platform>
193+
</Platforms>
194+
</BorlandProject>
195+
<ProjectFileVersion>12</ProjectFileVersion>
196+
</ProjectExtensions>
197+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
198+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
199+
</Project>

Packages/Delphi10Rio/Spring.Base.res

96 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)