Skip to content

Commit fbe5e69

Browse files
authored
Merge pull request #37 from OpenSourceCommunityBrasil/refactor
Aplicação da versão 2.0 no trunk
2 parents 8bd095f + 17355f8 commit fbe5e69

12 files changed

Lines changed: 5782 additions & 0 deletions

CORE/Demos

Submodule Demos added at 4360c8a
7.23 KB
Binary file not shown.
7.23 KB
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
package RESTDWSocketIndy;
2+
3+
{$R *.res}
4+
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
5+
{$ALIGN 8}
6+
{$ASSERTIONS ON}
7+
{$BOOLEVAL OFF}
8+
{$DEBUGINFO OFF}
9+
{$EXTENDEDSYNTAX ON}
10+
{$IMPORTEDDATA ON}
11+
{$IOCHECKS ON}
12+
{$LOCALSYMBOLS ON}
13+
{$LONGSTRINGS ON}
14+
{$OPENSTRINGS ON}
15+
{$OPTIMIZATION OFF}
16+
{$OVERFLOWCHECKS OFF}
17+
{$RANGECHECKS OFF}
18+
{$REFERENCEINFO ON}
19+
{$SAFEDIVIDE OFF}
20+
{$STACKFRAMES ON}
21+
{$TYPEDADDRESS OFF}
22+
{$VARSTRINGCHECKS ON}
23+
{$WRITEABLECONST OFF}
24+
{$MINENUMSIZE 1}
25+
{$IMAGEBASE $400000}
26+
{$DEFINE DEBUG}
27+
{$ENDIF IMPLICITBUILDING}
28+
{$DESCRIPTION 'REST Dataware Indy Sockets'}
29+
{$IMPLICITBUILD ON}
30+
31+
requires
32+
rtl,
33+
designide,
34+
dcldb,
35+
soaprtl,
36+
IndySystem,
37+
IndyProtocols,
38+
IndyCore,
39+
FireDAC,
40+
FireDACCommonDriver,
41+
FireDACCommon,
42+
RESTDWCore;
43+
44+
contains
45+
uRESTDWIdBase in '..\..\..\..\Source\Sockets\Indy\uRESTDWIdBase.pas' {$IFDEF WIN32},
46+
uRESTDWIdReg in '..\..\..\..\Source\Sockets\Indy\uRESTDWIdReg.pas' {$ENDIF};
47+
48+
end.

CORE/Packages/Delphi/Connectors/Synopse/RESTDWSocketSynopse.dproj

Lines changed: 901 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
DW BITMAP "..\..\Images\Delphi\dwIcon.bmp"
2+
TRESTDWIdClientREST BITMAP "..\..\Images\Delphi\TRESTDWClientREST.bmp"
3+
TRESTDWIdClientREST16 BITMAP "..\..\Images\Delphi\TRESTDWClientREST16.bmp"
4+
TRESTDWIdClientPooler BITMAP "..\..\Images\Delphi\TRESTDWClientPooler.bmp"
5+
TRESTDWIdClientPooler16 BITMAP "..\..\Images\Delphi\TRESTDWClientPooler16.bmp"
6+
TRESTDWIdDataBase BITMAP "..\..\Images\Delphi\TRESTDWDataBase.bmp"
7+
TRESTDWIdDataBase16 BITMAP "..\..\Images\Delphi\TRESTDWDataBase16.bmp"
8+
TRESTDWIdClientNotification BITMAP "..\..\Images\Delphi\TRESTDWClientNotification.bmp"
9+
TRESTDWIdClientNotification16 BITMAP "..\..\Images\Delphi\TRESTDWClientNotification16.bmp"
10+
TRESTDWIdServiceCGI BITMAP "..\..\Images\Delphi\TRESTDWServiceCGI.bmp"
11+
TRESTDWIdServiceCGI16 BITMAP "..\..\Images\Delphi\TRESTDWServiceCGI16.bmp"
12+
TRESTDWIdServicePooler BITMAP "..\..\Images\Delphi\TRESTDWServicePooler.bmp"
13+
TRESTDWIdServicePooler16 BITMAP "..\..\Images\Delphi\TRESTDWServicePooler16.bmp"
14+
56.3 KB
Binary file not shown.
61.6 KB
Binary file not shown.
59 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)