source: trunk/OpenRouterOS.lpi

Last change on this file was 1, checked in by chronos, 4 years ago
  • Added: Initial version.
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="OpenRouterOS"/>
9 <Scaled Value="True"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <BuildModes Count="2">
18 <Item1 Name="Debug" Default="True"/>
19 <Item2 Name="Release">
20 <CompilerOptions>
21 <Version Value="11"/>
22 <Target>
23 <Filename Value="OpenRouterOS"/>
24 </Target>
25 <SearchPaths>
26 <IncludeFiles Value="$(ProjOutDir)"/>
27 <OtherUnitFiles Value="Forms"/>
28 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
29 </SearchPaths>
30 <Parsing>
31 <SyntaxOptions>
32 <SyntaxMode Value="Delphi"/>
33 <CStyleOperator Value="False"/>
34 <AllowLabel Value="False"/>
35 <CPPInline Value="False"/>
36 </SyntaxOptions>
37 </Parsing>
38 <CodeGeneration>
39 <SmartLinkUnit Value="True"/>
40 <Optimizations>
41 <OptimizationLevel Value="3"/>
42 </Optimizations>
43 </CodeGeneration>
44 <Linking>
45 <Debugging>
46 <GenerateDebugInfo Value="False"/>
47 </Debugging>
48 <LinkSmart Value="True"/>
49 <Options>
50 <Win32>
51 <GraphicApplication Value="True"/>
52 </Win32>
53 </Options>
54 </Linking>
55 </CompilerOptions>
56 </Item2>
57 </BuildModes>
58 <PublishOptions>
59 <Version Value="2"/>
60 <UseFileFilters Value="True"/>
61 </PublishOptions>
62 <RunParams>
63 <FormatVersion Value="2"/>
64 <Modes Count="0"/>
65 </RunParams>
66 <RequiredPackages Count="1">
67 <Item1>
68 <PackageName Value="LCL"/>
69 </Item1>
70 </RequiredPackages>
71 <Units Count="11">
72 <Unit0>
73 <Filename Value="OpenRouterOS.lpr"/>
74 <IsPartOfProject Value="True"/>
75 </Unit0>
76 <Unit1>
77 <Filename Value="Forms/UFormMain.pas"/>
78 <IsPartOfProject Value="True"/>
79 <ComponentName Value="FormMain"/>
80 <HasResources Value="True"/>
81 <ResourceBaseClass Value="Form"/>
82 </Unit1>
83 <Unit2>
84 <Filename Value="Forms/UFormLogin.pas"/>
85 <IsPartOfProject Value="True"/>
86 <ComponentName Value="FormLogin"/>
87 <HasResources Value="True"/>
88 <ResourceBaseClass Value="Form"/>
89 </Unit2>
90 <Unit3>
91 <Filename Value="Forms/UFormTerminal.pas"/>
92 <IsPartOfProject Value="True"/>
93 <ComponentName Value="FormTerminal"/>
94 <HasResources Value="True"/>
95 <ResourceBaseClass Value="Form"/>
96 </Unit3>
97 <Unit4>
98 <Filename Value="Forms/UFormRouterboard.pas"/>
99 <IsPartOfProject Value="True"/>
100 <ComponentName Value="FormRouterboard"/>
101 <HasResources Value="True"/>
102 <ResourceBaseClass Value="Form"/>
103 </Unit4>
104 <Unit5>
105 <Filename Value="UTerminal.pas"/>
106 <IsPartOfProject Value="True"/>
107 </Unit5>
108 <Unit6>
109 <Filename Value="URouterboard.pas"/>
110 <IsPartOfProject Value="True"/>
111 </Unit6>
112 <Unit7>
113 <Filename Value="UDevice.pas"/>
114 <IsPartOfProject Value="True"/>
115 </Unit7>
116 <Unit8>
117 <Filename Value="URouterOS.pas"/>
118 <IsPartOfProject Value="True"/>
119 </Unit8>
120 <Unit9>
121 <Filename Value="ULinux.pas"/>
122 <IsPartOfProject Value="True"/>
123 </Unit9>
124 <Unit10>
125 <Filename Value="UContext.pas"/>
126 <IsPartOfProject Value="True"/>
127 </Unit10>
128 </Units>
129 </ProjectOptions>
130 <CompilerOptions>
131 <Version Value="11"/>
132 <Target>
133 <Filename Value="OpenRouterOS"/>
134 </Target>
135 <SearchPaths>
136 <IncludeFiles Value="$(ProjOutDir)"/>
137 <OtherUnitFiles Value="Forms"/>
138 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
139 </SearchPaths>
140 <Parsing>
141 <SyntaxOptions>
142 <SyntaxMode Value="Delphi"/>
143 <CStyleOperator Value="False"/>
144 <IncludeAssertionCode Value="True"/>
145 <AllowLabel Value="False"/>
146 <CPPInline Value="False"/>
147 </SyntaxOptions>
148 </Parsing>
149 <CodeGeneration>
150 <Checks>
151 <IOChecks Value="True"/>
152 <RangeChecks Value="True"/>
153 <OverflowChecks Value="True"/>
154 <StackChecks Value="True"/>
155 </Checks>
156 <VerifyObjMethodCallValidity Value="True"/>
157 </CodeGeneration>
158 <Linking>
159 <Debugging>
160 <UseHeaptrc Value="True"/>
161 </Debugging>
162 <Options>
163 <Win32>
164 <GraphicApplication Value="True"/>
165 </Win32>
166 </Options>
167 </Linking>
168 </CompilerOptions>
169 <Debugging>
170 <Exceptions Count="3">
171 <Item1>
172 <Name Value="EAbort"/>
173 </Item1>
174 <Item2>
175 <Name Value="ECodetoolError"/>
176 </Item2>
177 <Item3>
178 <Name Value="EFOpenError"/>
179 </Item3>
180 </Exceptions>
181 </Debugging>
182</CONFIG>
Note: See TracBrowser for help on using the repository browser.