Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
6c3ea014
Commit
6c3ea014
authored
Jul 30, 2026
by
emsys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added indy ws impl files to proj
parent
c57810a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
emiMobileServer.dpr
emiMobileServer/emiMobileServer.dpr
+4
-1
emiMobileServer.dproj
emiMobileServer/emiMobileServer.dproj
+4
-12
No files found.
emiMobileServer/emiMobileServer.dpr
View file @
6c3ea014
...
@@ -28,7 +28,10 @@ uses
...
@@ -28,7 +28,10 @@ uses
DTOGeneratorUtils in 'Source\utils\DTOGeneratorUtils.pas',
DTOGeneratorUtils in 'Source\utils\DTOGeneratorUtils.pas',
Ws.Service in 'Source\Ws.Service.pas',
Ws.Service in 'Source\Ws.Service.pas',
Ws.ServiceImpl in 'Source\Ws.ServiceImpl.pas',
Ws.ServiceImpl in 'Source\Ws.ServiceImpl.pas',
Ws.Server.Module in 'Source\Ws.Server.Module.pas' {WsServerModule: TDataModule};
Ws.Server.Module in 'Source\Ws.Server.Module.pas' {WsServerModule: TDataModule},
WebSocketServer in 'Source\WebSocketServer.pas',
Ws.DataModel in 'Source\Ws.DataModel.pas',
WsMessages in 'Source\shared\WsMessages.pas';
type
type
TMemoLogAppender = class( TInterfacedObject, ILogAppender )
TMemoLogAppender = class( TInterfacedObject, ILogAppender )
...
...
emiMobileServer/emiMobileServer.dproj
View file @
6c3ea014
...
@@ -176,6 +176,9 @@
...
@@ -176,6 +176,9 @@
<FormType>dfm</FormType>
<FormType>dfm</FormType>
<DesignClass>TDataModule</DesignClass>
<DesignClass>TDataModule</DesignClass>
</DCCReference>
</DCCReference>
<DCCReference Include="Source\WebSocketServer.pas"/>
<DCCReference Include="Source\Ws.DataModel.pas"/>
<DCCReference Include="Source\shared\WsMessages.pas"/>
<BuildConfiguration Include="Base">
<BuildConfiguration Include="Base">
<Key>Base</Key>
<Key>Base</Key>
</BuildConfiguration>
</BuildConfiguration>
...
@@ -199,7 +202,7 @@
...
@@ -199,7 +202,7 @@
<Excluded_Packages/>
<Excluded_Packages/>
</Delphi.Personality>
</Delphi.Personality>
<Deployment Version="5">
<Deployment Version="5">
<DeployFile LocalName="emiMobileServer.exe" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="
bin\
emiMobileServer.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<Platform Name="Win32">
<RemoteName>emiMobileServer.exe</RemoteName>
<RemoteName>emiMobileServer.exe</RemoteName>
<Overwrite>true</Overwrite>
<Overwrite>true</Overwrite>
...
@@ -863,9 +866,6 @@
...
@@ -863,9 +866,6 @@
<Platform Name="Win64x">
<Platform Name="Win64x">
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="ProjectiOSDeviceDebug">
<DeployClass Name="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice32">
<Platform Name="iOSDevice32">
...
@@ -936,10 +936,6 @@
...
@@ -936,10 +936,6 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="UWP_DelphiLogo44">
<DeployClass Name="UWP_DelphiLogo44">
<Platform Name="Win32">
<Platform Name="Win32">
...
@@ -950,10 +946,6 @@
...
@@ -950,10 +946,6 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="iOS_AppStore1024">
<DeployClass Name="iOS_AppStore1024">
<Platform Name="iOSDevice64">
<Platform Name="iOSDevice64">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment