Skip to content

Commit db0f4c0

Browse files
author
Andrew Zenin
committed
PHP4D 7.4
1 parent 00bfbe2 commit db0f4c0

6 files changed

+20
-18
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<BorlandProject>
33
<Transactions>
4-
<Transaction>1899.12.30 00:00:00.000.717,C:\Users\Andrew\Documents\GitHub\php4delphi\ProjectGroup1.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi2010.groupproj</Transaction>
5-
<Transaction>1899.12.30 00:00:00.000.086,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi2010.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi 10 Seattle.groupproj</Transaction>
6-
<Transaction>1899.12.30 00:00:00.000.047,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi 10 Seattle.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi Delphi 10 Seattle.groupproj</Transaction>
7-
<Transaction>2019.03.04 22:31:53.120,C:\Users\Andrew\Documents\GitHub\php4delphi\packages\php4delphi Delphi 10.1 Berlin.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi Delphi 10.1 Berlin.groupproj</Transaction>
4+
<Transaction>1899.12.30 00:00:00.000.120,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi Delphi 10.1 Berlin.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\packages\php4delphi Delphi 10.1 Berlin.groupproj</Transaction>
5+
<Transaction>1899.12.30 00:00:00.000.717,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi2010.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\ProjectGroup1.groupproj</Transaction>
6+
<Transaction>1899.12.30 00:00:00.000.086,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi 10 Seattle.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi2010.groupproj</Transaction>
7+
<Transaction>1899.12.30 00:00:00.000.047,C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi Delphi 10 Seattle.groupproj=C:\Users\Andrew\Documents\GitHub\php4delphi\php4delphi 10 Seattle.groupproj</Transaction>
88
</Transactions>
99
<Default.Personality>
10-
<Projects ActiveProject="C:\Users\Andrew\Documents\GitHub\php4delphi\php4DelphiD2010.dproj"/>
10+
<Projects ActiveProject="C:\dev\sefrolov\soulEngine.dproj"/>
1111
</Default.Personality>
1212
</BorlandProject>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0"?>
2+
<TgConfig Version="3" SubLevelDisabled="False" />

Source/php4DelphiD2010.dproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,16 @@
136136
<Platform value="Win32">True</Platform>
137137
</Platforms>
138138
<Deployment Version="3">
139-
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
139+
<DeployClass Name="DependencyModule">
140+
<Platform Name="Win32">
141+
<Operation>0</Operation>
142+
<Extensions>.dll;.bpl</Extensions>
143+
</Platform>
144+
<Platform Name="OSX32">
145+
<Operation>1</Operation>
146+
<Extensions>.dylib</Extensions>
147+
</Platform>
148+
</DeployClass>
140149
<DeployClass Name="ProjectOSXResource">
141150
<Platform Name="OSX32">
142151
<RemoteDir>Contents\Resources</RemoteDir>
@@ -475,16 +484,7 @@
475484
<Operation>1</Operation>
476485
</Platform>
477486
</DeployClass>
478-
<DeployClass Name="DependencyModule">
479-
<Platform Name="Win32">
480-
<Operation>0</Operation>
481-
<Extensions>.dll;.bpl</Extensions>
482-
</Platform>
483-
<Platform Name="OSX32">
484-
<Operation>1</Operation>
485-
<Extensions>.dylib</Extensions>
486-
</Platform>
487-
</DeployClass>
487+
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
488488
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
489489
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
490490
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>

Source/php4DelphiD2010.identcache

112 Bytes
Binary file not shown.

Source/php4DelphiR2010.identcache

77 Bytes
Binary file not shown.

Source/phpAbout.dfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ object dlgAbout: TdlgAbout
12051205
Alignment = taCenter
12061206
Anchors = []
12071207
AutoSize = False
1208-
Caption = 'Copyright (c) 2002-2009, Serhiy Perevoznyk'#13#10'All Rights Reserved'
1208+
Caption = 'Copyright (c) 2002-2019 Serhiy Perevoznyk, Andrew Zenin'#13#10'All Rights Reserved'
12091209
end
12101210
object labVersion: TLabel
12111211
Left = 4
@@ -1214,7 +1214,7 @@ object dlgAbout: TdlgAbout
12141214
Height = 13
12151215
Alignment = taCenter
12161216
AutoSize = False
1217-
Caption = 'Version 6.0'
1217+
Caption = 'Version 7.4'
12181218
Layout = tlCenter
12191219
end
12201220
object btnOK: TButton

0 commit comments

Comments
 (0)