-
-
Notifications
You must be signed in to change notification settings - Fork 132
/
restws_longworkclient.lpi
116 lines (116 loc) · 2.83 KB
/
restws_longworkclient.lpi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
<MainUnitHasScaledStatement Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<Title Value="restws_longworkclient"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
<BuildModes>
<Item Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
</RunParams>
<RequiredPackages>
<Item>
<PackageName Value="mormot2"/>
</Item>
</RequiredPackages>
<Units>
<Unit>
<Filename Value="restws_longworkclient.dpr"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="restws.longworkshared.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="exe/restws_longworkclient"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
</Linking>
<Other>
<OtherDefines Count="4">
<Define0 Value="FPC_NO_DEFAULT_MEMORYMANAGER"/>
<Define1 Value="FPC_X64MM"/>
<Define2 Value="FPCMM_SERVER"/>
<Define3 Value="FPCMM_REPORTMEMORYLEAKS"/>
</OtherDefines>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions>
<Item>
<Name Value="EAbort"/>
</Item>
<Item>
<Name Value="ECodetoolError"/>
</Item>
<Item>
<Name Value="EFOpenError"/>
</Item>
<Item>
<Name Value="EInterfaceFactoryException"/>
</Item>
<Item>
<Name Value="EAssertionFailed"/>
</Item>
<Item>
<Name Value="ERttiException"/>
</Item>
<Item>
<Name Value="EFastReader"/>
</Item>
<Item>
<Name Value="RunError(216)"/>
</Item>
<Item>
<Name Value="ENetSock"/>
</Item>
<Item>
<Name Value="EThreadError"/>
</Item>
<Item>
<Name Value="ESynCrypto"/>
</Item>
<Item>
<Name Value="ERelayProtocol"/>
</Item>
<Item>
<Name Value="EServiceException"/>
</Item>
<Item>
<Name Value="EFCreateError"/>
</Item>
</Exceptions>
</Debugging>
</CONFIG>