source: trunk/tunneler.lpi

Last change on this file was 85, checked in by chronos, 4 days ago
  • Added: Allow to reconfigure players keys.
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Scaled Value="True"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <XPManifest>
14 <DpiAware Value="True"/>
15 </XPManifest>
16 <Icon Value="0"/>
17 </General>
18 <i18n>
19 <EnableI18N Value="True"/>
20 <OutDir Value="Languages"/>
21 </i18n>
22 <BuildModes Count="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <Target>
28 <Filename Value="Tunneler"/>
29 </Target>
30 <SearchPaths>
31 <IncludeFiles Value="$(ProjOutDir)"/>
32 <OtherUnitFiles Value="Common;Forms"/>
33 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
34 </SearchPaths>
35 <Parsing>
36 <SyntaxOptions>
37 <SyntaxMode Value="Delphi"/>
38 <CStyleOperator Value="False"/>
39 <AllowLabel Value="False"/>
40 <CPPInline Value="False"/>
41 </SyntaxOptions>
42 </Parsing>
43 <CodeGeneration>
44 <SmartLinkUnit Value="True"/>
45 <Optimizations>
46 <OptimizationLevel Value="3"/>
47 </Optimizations>
48 </CodeGeneration>
49 <Linking>
50 <Debugging>
51 <GenerateDebugInfo Value="False"/>
52 <RunWithoutDebug Value="True"/>
53 <DebugInfoType Value="dsDwarf2Set"/>
54 <UseLineInfoUnit Value="False"/>
55 </Debugging>
56 <LinkSmart Value="True"/>
57 <Options>
58 <Win32>
59 <GraphicApplication Value="True"/>
60 </Win32>
61 </Options>
62 </Linking>
63 <Other>
64 <CompilerMessages>
65 <IgnoredMessages idx5024="True"/>
66 </CompilerMessages>
67 </Other>
68 </CompilerOptions>
69 </Item2>
70 <SharedMatrixOptions Count="2">
71 <Item1 ID="486260008827" Targets="Common,TemplateGenerics,CoolAudio" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
72 <Item2 ID="478750724916" Targets="Common,TemplateGenerics,CoolAudio" Modes="Release" Value="-CX -XX -O3"/>
73 </SharedMatrixOptions>
74 </BuildModes>
75 <PublishOptions>
76 <Version Value="2"/>
77 </PublishOptions>
78 <RunParams>
79 <FormatVersion Value="2"/>
80 <Modes Count="1">
81 <Mode0 Name="default"/>
82 </Modes>
83 </RunParams>
84 <RequiredPackages Count="5">
85 <Item1>
86 <PackageName Value="FCL"/>
87 </Item1>
88 <Item2>
89 <PackageName Value="CoolAudio"/>
90 <DefaultFilename Value="Packages/CoolAudio/CoolAudio.lpk" Prefer="True"/>
91 </Item2>
92 <Item3>
93 <PackageName Value="Common"/>
94 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
95 </Item3>
96 <Item4>
97 <PackageName Value="TemplateGenerics"/>
98 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/>
99 </Item4>
100 <Item5>
101 <PackageName Value="LCL"/>
102 </Item5>
103 </RequiredPackages>
104 <Units Count="17">
105 <Unit0>
106 <Filename Value="tunneler.lpr"/>
107 <IsPartOfProject Value="True"/>
108 </Unit0>
109 <Unit1>
110 <Filename Value="Engine.pas"/>
111 <IsPartOfProject Value="True"/>
112 </Unit1>
113 <Unit2>
114 <Filename Value="Platform.pas"/>
115 <IsPartOfProject Value="True"/>
116 </Unit2>
117 <Unit3>
118 <Filename Value="Common/Rectangle.pas"/>
119 <IsPartOfProject Value="True"/>
120 </Unit3>
121 <Unit4>
122 <Filename Value="Forms/FormNewGame.pas"/>
123 <IsPartOfProject Value="True"/>
124 <ComponentName Value="FormNewGame"/>
125 <HasResources Value="True"/>
126 <ResourceBaseClass Value="Form"/>
127 </Unit4>
128 <Unit5>
129 <Filename Value="Forms/FormMain.pas"/>
130 <IsPartOfProject Value="True"/>
131 <ComponentName Value="FormMain"/>
132 <HasResources Value="True"/>
133 <ResourceBaseClass Value="Form"/>
134 </Unit5>
135 <Unit6>
136 <Filename Value="Forms/FormMap.pas"/>
137 <IsPartOfProject Value="True"/>
138 <ComponentName Value="FormMap"/>
139 <HasResources Value="True"/>
140 <ResourceBaseClass Value="Form"/>
141 </Unit6>
142 <Unit7>
143 <Filename Value="Forms/FormDebug.pas"/>
144 <IsPartOfProject Value="True"/>
145 <ComponentName Value="FormDebug"/>
146 <HasResources Value="True"/>
147 <ResourceBaseClass Value="Form"/>
148 </Unit7>
149 <Unit8>
150 <Filename Value="Forms/FormGameResult.pas"/>
151 <IsPartOfProject Value="True"/>
152 <ComponentName Value="FormGameResult"/>
153 <HasResources Value="True"/>
154 <ResourceBaseClass Value="Form"/>
155 </Unit8>
156 <Unit9>
157 <Filename Value="Core.pas"/>
158 <IsPartOfProject Value="True"/>
159 <ComponentName Value="Core"/>
160 <HasResources Value="True"/>
161 <ResourceBaseClass Value="DataModule"/>
162 </Unit9>
163 <Unit10>
164 <Filename Value="World.pas"/>
165 <IsPartOfProject Value="True"/>
166 </Unit10>
167 <Unit11>
168 <Filename Value="Matter.pas"/>
169 <IsPartOfProject Value="True"/>
170 </Unit11>
171 <Unit12>
172 <Filename Value="FastPixel.pas"/>
173 <IsPartOfProject Value="True"/>
174 </Unit12>
175 <Unit13>
176 <Filename Value="Sound.pas"/>
177 <IsPartOfProject Value="True"/>
178 </Unit13>
179 <Unit14>
180 <Filename Value="AsyncProcess2.pas"/>
181 <IsPartOfProject Value="True"/>
182 </Unit14>
183 <Unit15>
184 <Filename Value="PerlinNoise.pas"/>
185 <IsPartOfProject Value="True"/>
186 </Unit15>
187 <Unit16>
188 <Filename Value="UITypes2.pas"/>
189 <IsPartOfProject Value="True"/>
190 </Unit16>
191 </Units>
192 </ProjectOptions>
193 <CompilerOptions>
194 <Version Value="11"/>
195 <Target>
196 <Filename Value="Tunneler"/>
197 </Target>
198 <SearchPaths>
199 <IncludeFiles Value="$(ProjOutDir)"/>
200 <OtherUnitFiles Value="Common;Forms"/>
201 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
202 </SearchPaths>
203 <Parsing>
204 <SyntaxOptions>
205 <SyntaxMode Value="Delphi"/>
206 <CStyleOperator Value="False"/>
207 <IncludeAssertionCode Value="True"/>
208 <AllowLabel Value="False"/>
209 <CPPInline Value="False"/>
210 </SyntaxOptions>
211 </Parsing>
212 <CodeGeneration>
213 <Checks>
214 <IOChecks Value="True"/>
215 <RangeChecks Value="True"/>
216 <OverflowChecks Value="True"/>
217 <StackChecks Value="True"/>
218 </Checks>
219 <VerifyObjMethodCallValidity Value="True"/>
220 </CodeGeneration>
221 <Linking>
222 <Debugging>
223 <DebugInfoType Value="dsDwarf3"/>
224 <UseHeaptrc Value="True"/>
225 <UseExternalDbgSyms Value="True"/>
226 </Debugging>
227 <Options>
228 <Win32>
229 <GraphicApplication Value="True"/>
230 </Win32>
231 </Options>
232 </Linking>
233 <Other>
234 <CompilerMessages>
235 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
236 </CompilerMessages>
237 <CustomOptions Value="-dDEBUG"/>
238 </Other>
239 </CompilerOptions>
240 <Debugging>
241 <Exceptions Count="3">
242 <Item1>
243 <Name Value="EAbort"/>
244 </Item1>
245 <Item2>
246 <Name Value="ECodetoolError"/>
247 </Item2>
248 <Item3>
249 <Name Value="EFOpenError"/>
250 </Item3>
251 </Exceptions>
252 </Debugging>
253</CONFIG>
Note: See TracBrowser for help on using the repository browser.