Skip to content

Commit 6c8433b

Browse files
committed
Updating project references
Former-commit-id: c928209
1 parent 9da1f34 commit 6c8433b

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

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)