Skip to content

Commit 3e85263

Browse files
committed
Updating project references
Former-commit-id: 9837d6269a6f85c10337d154a3efc0b75fdd663b [formerly 58e27f1723ce322db0381ab1d1eab8d59f235ad3] [formerly 4e8d44f3a65597595a476c2d0f4b1ce6f4de0b13 [formerly c33c6006e2b9a682ecab086915fbbced8c74b8d9]] [formerly 37c6150c1c149a4b10ef812beab252f0bef490ea [formerly b8d772e0df26269b204e319695e61e4e935cf14b] [formerly 7bb2170415a5872447510f72300a42e1632c4e45 [formerly 25137c2974fde211c67047eccbfe19b2e7f71a3c]]] Former-commit-id: 341364076d444dd4bf176edaf68ff919978c33c8 [formerly c4c766c8f6c62b6162400a6e9c8124726e766846] [formerly cb976e22a3343caaf856b302837e423bcacfef2d [formerly 995af2e9d66ee6c4faac991e87c705819286cc29]] Former-commit-id: e244db0f6073c2aa69453cc0075f5f31b5393867 [formerly 1b9fad34f5d5d269ba60493fe511cec7f183441e] Former-commit-id: d105c6e4453618e7ec531156067e978bafb241f0 Former-commit-id: cc405f0
1 parent c7e181d commit 3e85263

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

packages/P4DEnvironment.dproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@
165165
</PropertyGroup>
166166
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
167167
<DCC_RemoteDebug>false</DCC_RemoteDebug>
168-
<Debugger_HostApplication>C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\bds.exe</Debugger_HostApplication>
169-
<Debugger_RunParams>C:\Users\lucas\OneDrive\Documents\Embarcadero\Studio\Projects\deployabletest\PyDeploy.dpr</Debugger_RunParams>
168+
<Debugger_HostApplication></Debugger_HostApplication>
170169
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
171170
<VerInfo_Locale>1033</VerInfo_Locale>
172171
</PropertyGroup>
@@ -197,12 +196,10 @@
197196
<DCCReference Include="rtl.dcp"/>
198197
<DCCReference Include="python.dcp"/>
199198
<DCCReference Include="p4dtools.dcp"/>
200-
<DCCReference Include="p4denvironmentproject.dcp"/>
201199
<DCCReference Include="..\src\PyEnvironment.pas"/>
202-
<DCCReference Include="..\src\PyEnvironment.Notification.pas"/>
200+
<DCCReference Include="..\src\PyEnvironment.Path.pas"/>
203201
<DCCReference Include="..\src\PyEnvironment.Distribution.pas"/>
204202
<DCCReference Include="..\src\PyEnvironment.Local.pas"/>
205-
<DCCReference Include="..\src\PyEnvironment.Path.pas"/>
206203
<DCCReference Include="..\src\Embeddable\PyEnvironment.Embeddable.pas"/>
207204
<DCCReference Include="..\src\Embeddable\Res\PyEnvironment.Embeddable.Res.pas"/>
208205
<DCCReference Include="..\src\Embeddable\Res\PyEnvironment.Embeddable.Res.Python37.pas"/>
@@ -324,13 +321,13 @@
324321
<Platforms>
325322
<Platform value="Android">True</Platform>
326323
<Platform value="Android64">True</Platform>
324+
<Platform value="iOSDevice64">False</Platform>
325+
<Platform value="iOSSimARM64">False</Platform>
327326
<Platform value="Linux64">True</Platform>
328327
<Platform value="OSX64">True</Platform>
329328
<Platform value="OSXARM64">True</Platform>
330329
<Platform value="Win32">True</Platform>
331330
<Platform value="Win64">True</Platform>
332-
<Platform value="iOSDevice64">False</Platform>
333-
<Platform value="iOSSimARM64">False</Platform>
334331
</Platforms>
335332
</BorlandProject>
336333
<ProjectFileVersion>12</ProjectFileVersion>

packages/P4DTools.dproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,15 @@
183183
<MainSource>MainSource</MainSource>
184184
</DelphiCompile>
185185
<DCCReference Include="rtl.dcp"/>
186-
<DCCReference Include="..\src\Tools\PyTools.ExecCmd.pas"/>
187-
<DCCReference Include="..\src\Tools\PyTools.ExecCmd.Args.pas"/>
188-
<DCCReference Include="..\src\Tools\PyTools.ExecCmd.Platform.pas"/>
186+
<DCCReference Include="..\src\Tools\PyTools.Cancelation.pas"/>
187+
<DCCReference Include="..\src\Tools\Notification\PyTools.Notification.pas"/>
188+
<DCCReference Include="..\src\Tools\Notification\PyTools.Notification.Channel.pas"/>
189+
<DCCReference Include="..\src\Tools\Notification\Protocol\PyTools.Notification.Protocol.pas"/>
190+
<DCCReference Include="..\src\Tools\Notification\Protocol\PyTools.Notification.Protocol.Local.pas"/>
191+
<DCCReference Include="..\src\Tools\ExecCmd\PyTools.ExecCmd.Args.pas"/>
192+
<DCCReference Include="..\src\Tools\ExecCmd\PyTools.ExecCmd.pas"/>
193+
<DCCReference Include="..\src\Tools\ExecCmd\PyTools.ExecCmd.Platform.pas"/>
194+
<DCCReference Include="..\src\Tools\PyTools.Exception.pas"/>
189195
<BuildConfiguration Include="Base">
190196
<Key>Base</Key>
191197
</BuildConfiguration>
@@ -211,13 +217,13 @@
211217
<Platforms>
212218
<Platform value="Android">True</Platform>
213219
<Platform value="Android64">True</Platform>
220+
<Platform value="iOSDevice64">False</Platform>
221+
<Platform value="iOSSimARM64">False</Platform>
214222
<Platform value="Linux64">True</Platform>
215223
<Platform value="OSX64">True</Platform>
216224
<Platform value="OSXARM64">True</Platform>
217225
<Platform value="Win32">True</Platform>
218226
<Platform value="Win64">True</Platform>
219-
<Platform value="iOSDevice64">False</Platform>
220-
<Platform value="iOSSimARM64">False</Platform>
221227
</Platforms>
222228
</BorlandProject>
223229
<ProjectFileVersion>12</ProjectFileVersion>

packages/dclP4DEnvironment.dproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<BRCC_OutputDir>..\resources</BRCC_OutputDir>
4646
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
4747
<DCC_DcuOutput>..\lib\$(Platform)\$(Config)</DCC_DcuOutput>
48-
<DCC_Description>P4D AI&amp;ML - Python environments</DCC_Description>
48+
<DCC_Description>P4D - Python Environments</DCC_Description>
4949
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
5050
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
5151
<DesignOnlyPackage>true</DesignOnlyPackage>
@@ -95,7 +95,7 @@
9595
<DCCReference Include="rtl.dcp"/>
9696
<DCCReference Include="p4denvironment.dcp"/>
9797
<DCCReference Include="designide.dcp"/>
98-
<DCCReference Include="dclp4denvironmentproject.dcp"/>
98+
<DCCReference Include="dclP4DEnvironmentProject.dcp"/>
9999
<DCCReference Include="..\src\PyEnvironment.Registration.pas"/>
100100
<DCCReference Include="..\src\PyEnvionment.Editors.pas"/>
101101
<RcItem Include="..\images\png\128x128\embbeded.png">
@@ -411,13 +411,13 @@
411411
<Platforms>
412412
<Platform value="Android">False</Platform>
413413
<Platform value="Android64">False</Platform>
414+
<Platform value="iOSDevice64">False</Platform>
415+
<Platform value="iOSSimARM64">False</Platform>
414416
<Platform value="Linux64">False</Platform>
415417
<Platform value="OSX64">False</Platform>
416418
<Platform value="OSXARM64">False</Platform>
417419
<Platform value="Win32">True</Platform>
418420
<Platform value="Win64">False</Platform>
419-
<Platform value="iOSDevice64">False</Platform>
420-
<Platform value="iOSSimARM64">False</Platform>
421421
</Platforms>
422422
</BorlandProject>
423423
<ProjectFileVersion>12</ProjectFileVersion>

0 commit comments

Comments
 (0)