source: trunk/Game2048.lpi

Last change on this file was 87, checked in by chronos, 7 weeks ago
  • Added: Use also numeric keyboard for movement.
  • Modified: Moved Settings menu under Tools menu.
File size: 6.1 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 <Title Value="2048"/>
11 <Scaled Value="True"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <XPManifest>
15 <DpiAware Value="True"/>
16 </XPManifest>
17 <Icon Value="0"/>
18 </General>
19 <i18n>
20 <EnableI18N Value="True"/>
21 <OutDir Value="Languages"/>
22 </i18n>
23 <VersionInfo>
24 <UseVersionInfo Value="True"/>
25 <MajorVersionNr Value="1"/>
26 <MinorVersionNr Value="3"/>
27 <StringTable ProductName="2048" ProductVersion="1.3.0.0"/>
28 </VersionInfo>
29 <BuildModes Count="2">
30 <Item1 Name="Debug" Default="True"/>
31 <Item2 Name="Release">
32 <CompilerOptions>
33 <Version Value="11"/>
34 <Target>
35 <Filename Value="Game2048"/>
36 </Target>
37 <SearchPaths>
38 <IncludeFiles Value="$(ProjOutDir)"/>
39 <OtherUnitFiles Value="Forms"/>
40 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
41 </SearchPaths>
42 <Parsing>
43 <SyntaxOptions>
44 <SyntaxMode Value="Delphi"/>
45 <CStyleOperator Value="False"/>
46 <AllowLabel Value="False"/>
47 <CPPInline Value="False"/>
48 </SyntaxOptions>
49 </Parsing>
50 <CodeGeneration>
51 <SmartLinkUnit Value="True"/>
52 <Optimizations>
53 <OptimizationLevel Value="3"/>
54 </Optimizations>
55 </CodeGeneration>
56 <Linking>
57 <Debugging>
58 <GenerateDebugInfo Value="False"/>
59 <DebugInfoType Value="dsDwarf3"/>
60 </Debugging>
61 <LinkSmart Value="True"/>
62 <Options>
63 <Win32>
64 <GraphicApplication Value="True"/>
65 </Win32>
66 </Options>
67 </Linking>
68 </CompilerOptions>
69 </Item2>
70 <SharedMatrixOptions Count="2">
71 <Item1 ID="940799555322" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
72 <Item2 ID="173967671653" Targets="Common" Modes="Debug" 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="2">
85 <Item1>
86 <PackageName Value="Common"/>
87 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
88 </Item1>
89 <Item2>
90 <PackageName Value="LCL"/>
91 </Item2>
92 </RequiredPackages>
93 <Units Count="9">
94 <Unit0>
95 <Filename Value="Game2048.lpr"/>
96 <IsPartOfProject Value="True"/>
97 </Unit0>
98 <Unit1>
99 <Filename Value="Game.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit1>
102 <Unit2>
103 <Filename Value="Forms/FormMain.pas"/>
104 <IsPartOfProject Value="True"/>
105 <ComponentName Value="FormMain"/>
106 <HasResources Value="True"/>
107 <ResourceBaseClass Value="Form"/>
108 </Unit2>
109 <Unit3>
110 <Filename Value="Forms/FormNew.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="FormNew"/>
113 <HasResources Value="True"/>
114 <ResourceBaseClass Value="Form"/>
115 </Unit3>
116 <Unit4>
117 <Filename Value="Forms/FormSettings.pas"/>
118 <IsPartOfProject Value="True"/>
119 <ComponentName Value="FormSettings"/>
120 <HasResources Value="True"/>
121 <ResourceBaseClass Value="Form"/>
122 </Unit4>
123 <Unit5>
124 <Filename Value="Core.pas"/>
125 <IsPartOfProject Value="True"/>
126 <ComponentName Value="Core"/>
127 <HasResources Value="True"/>
128 <ResourceBaseClass Value="DataModule"/>
129 </Unit5>
130 <Unit6>
131 <Filename Value="Forms/FormHelp.pas"/>
132 <IsPartOfProject Value="True"/>
133 <ComponentName Value="FormHelp"/>
134 <HasResources Value="True"/>
135 <ResourceBaseClass Value="Form"/>
136 </Unit6>
137 <Unit7>
138 <Filename Value="Forms/FormComputer.pas"/>
139 <IsPartOfProject Value="True"/>
140 <ComponentName Value="FormComputer"/>
141 <HasResources Value="True"/>
142 <ResourceBaseClass Value="Form"/>
143 </Unit7>
144 <Unit8>
145 <Filename Value="Forms/FormHistory.pas"/>
146 <IsPartOfProject Value="True"/>
147 <ComponentName Value="FormHistory"/>
148 <HasResources Value="True"/>
149 <ResourceBaseClass Value="Form"/>
150 </Unit8>
151 </Units>
152 </ProjectOptions>
153 <CompilerOptions>
154 <Version Value="11"/>
155 <Target>
156 <Filename Value="Game2048"/>
157 </Target>
158 <SearchPaths>
159 <IncludeFiles Value="$(ProjOutDir)"/>
160 <OtherUnitFiles Value="Forms"/>
161 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
162 </SearchPaths>
163 <Parsing>
164 <SyntaxOptions>
165 <SyntaxMode Value="Delphi"/>
166 <CStyleOperator Value="False"/>
167 <IncludeAssertionCode Value="True"/>
168 <AllowLabel Value="False"/>
169 <CPPInline Value="False"/>
170 </SyntaxOptions>
171 </Parsing>
172 <CodeGeneration>
173 <Checks>
174 <IOChecks Value="True"/>
175 <RangeChecks Value="True"/>
176 <OverflowChecks Value="True"/>
177 </Checks>
178 <VerifyObjMethodCallValidity Value="True"/>
179 </CodeGeneration>
180 <Linking>
181 <Debugging>
182 <DebugInfoType Value="dsDwarf2Set"/>
183 <UseHeaptrc Value="True"/>
184 <UseExternalDbgSyms Value="True"/>
185 </Debugging>
186 <Options>
187 <Win32>
188 <GraphicApplication Value="True"/>
189 </Win32>
190 </Options>
191 </Linking>
192 <Other>
193 <CustomOptions Value="-dDEBUG"/>
194 </Other>
195 </CompilerOptions>
196 <Debugging>
197 <Exceptions Count="3">
198 <Item1>
199 <Name Value="EAbort"/>
200 </Item1>
201 <Item2>
202 <Name Value="ECodetoolError"/>
203 </Item2>
204 <Item3>
205 <Name Value="EFOpenError"/>
206 </Item3>
207 </Exceptions>
208 </Debugging>
209</CONFIG>
Note: See TracBrowser for help on using the repository browser.