|
62 | 62 | Optix.InformationGathering.Helper in '..\Shared\Optix.InformationGathering.Helper.pas', |
63 | 63 | Optix.Process.Helper in '..\Shared\Optix.Process.Helper.pas', |
64 | 64 | Optix.Func.SessionInformation in '..\Shared\Functions\Optix.Func.SessionInformation.pas', |
65 | | - Optix.Func.Enum.Process in '..\Shared\Functions\Optix.Func.Enum.Process.pas', |
66 | 65 | Optix.Protocol.SessionHandler in '..\Client\Units\Threads\Optix.Protocol.SessionHandler.pas', |
67 | 66 | Optix.Protocol.Client in '..\Client\Units\Threads\Optix.Protocol.Client.pas', |
68 | 67 | XSuperJSON in '..\Shared\XSuperJSON.pas', |
69 | 68 | XSuperObject in '..\Shared\XSuperObject.pas', |
70 | 69 | Optix.WinApiEx in '..\Shared\Optix.WinApiEx.pas', |
71 | 70 | Optix.System.Helper in '..\Shared\Optix.System.Helper.pas', |
72 | 71 | Optix.Shared.Types in '..\Shared\Optix.Shared.Types.pas', |
73 | | - Optix.Actions.Process in '..\Client\Units\Actions\Optix.Actions.Process.pas', |
74 | 72 | Optix.Func.LogNotifier in '..\Shared\Functions\Optix.Func.LogNotifier.pas', |
75 | | - Optix.Func.Enum.FileSystem in '..\Shared\Functions\Optix.Func.Enum.FileSystem.pas', |
76 | 73 | Optix.Shared.Classes in '..\Shared\Optix.Shared.Classes.pas', |
77 | 74 | Optix.FileSystem.Helper in '..\Shared\Optix.FileSystem.Helper.pas', |
78 | 75 | Optix.Protocol.Preflight in '..\Shared\Optix.Protocol.Preflight.pas', |
79 | 76 | Optix.Protocol.Exceptions in '..\Shared\Optix.Protocol.Exceptions.pas', |
80 | 77 | Optix.Protocol.Worker.FileTransfer in '..\Client\Units\Threads\Optix.Protocol.Worker.FileTransfer.pas', |
81 | 78 | Optix.Shared.Protocol.FileTransfer in '..\Shared\Optix.Shared.Protocol.FileTransfer.pas', |
82 | 79 | Optix.Task.ProcessDump in '..\Shared\Tasks\Optix.Task.ProcessDump.pas', |
83 | | - Optix.Task in '..\Shared\Tasks\Optix.Task.pas', |
84 | 80 | Optix.Actions.ProcessHandler in '..\Client\Units\Actions\Optix.Actions.ProcessHandler.pas', |
85 | 81 | Optix.Func.Shell in '..\Shared\Functions\Optix.Func.Shell.pas', |
86 | 82 | Optix.VCL.Helper in '..\Server\Units\Optix.VCL.Helper.pas', |
|
101 | 97 | uFormCertificatesStore in '..\Server\Units\Forms\uFormCertificatesStore.pas' {FormCertificatesStore}, |
102 | 98 | uFormGenerateNewCertificate in '..\Server\Units\Forms\uFormGenerateNewCertificate.pas' {FormGenerateNewCertificate}, |
103 | 99 | uFormTrustedCertificates in '..\Server\Units\Forms\uFormTrustedCertificates.pas' {FormTrustedCertificates}, |
104 | | - Optix.Config.TrustedCertificatesStore in '..\Server\Units\Configs\Optix.Config.TrustedCertificatesStore.pas'; |
| 100 | + Optix.Config.TrustedCertificatesStore in '..\Server\Units\Configs\Optix.Config.TrustedCertificatesStore.pas', |
| 101 | + Optix.Func.Commands.Base in '..\Shared\Functions\Optix.Func.Commands.Base.pas', |
| 102 | + Optix.ClassesRegistry in '..\Shared\Optix.ClassesRegistry.pas', |
| 103 | + Optix.Func.Commands.FileSystem in '..\Shared\Functions\Optix.Func.Commands.FileSystem.pas', |
| 104 | + Optix.Func.Commands.Process in '..\Shared\Functions\Optix.Func.Commands.Process.pas', |
| 105 | + Optix.Func.Commands.Shell in '..\Shared\Functions\Optix.Func.Commands.Shell.pas', |
| 106 | + Optix.FileSystem.Enum in '..\Shared\Optix.FileSystem.Enum.pas', |
| 107 | + Optix.Process.Enum in '..\Shared\Optix.Process.Enum.pas'; |
105 | 108 |
|
106 | 109 | {$R *.res} |
107 | 110 | {$R ..\Server\data.res} |
|
0 commit comments