source: trunk/Game2048.lpi

Last change on this file was 120, checked in by chronos, 6 months ago
  • Modified: Packaging files update.
File size: 6.8 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="14">
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 <Unit9>
152 <Filename Value="Tile.pas"/>
153 <IsPartOfProject Value="True"/>
154 </Unit9>
155 <Unit10>
156 <Filename Value="Board.pas"/>
157 <IsPartOfProject Value="True"/>
158 </Unit10>
159 <Unit11>
160 <Filename Value="History.pas"/>
161 <IsPartOfProject Value="True"/>
162 </Unit11>
163 <Unit12>
164 <Filename Value="Score.pas"/>
165 <IsPartOfProject Value="True"/>
166 </Unit12>
167 <Unit13>
168 <Filename Value="Forms/FormScore.pas"/>
169 <IsPartOfProject Value="True"/>
170 <ComponentName Value="FormScore"/>
171 <HasResources Value="True"/>
172 <ResourceBaseClass Value="Form"/>
173 </Unit13>
174 </Units>
175 </ProjectOptions>
176 <CompilerOptions>
177 <Version Value="11"/>
178 <Target>
179 <Filename Value="Game2048"/>
180 </Target>
181 <SearchPaths>
182 <IncludeFiles Value="$(ProjOutDir)"/>
183 <OtherUnitFiles Value="Forms"/>
184 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
185 </SearchPaths>
186 <Parsing>
187 <SyntaxOptions>
188 <SyntaxMode Value="Delphi"/>
189 <CStyleOperator Value="False"/>
190 <IncludeAssertionCode Value="True"/>
191 <AllowLabel Value="False"/>
192 <CPPInline Value="False"/>
193 </SyntaxOptions>
194 </Parsing>
195 <CodeGeneration>
196 <Checks>
197 <IOChecks Value="True"/>
198 <RangeChecks Value="True"/>
199 <OverflowChecks Value="True"/>
200 </Checks>
201 <VerifyObjMethodCallValidity Value="True"/>
202 </CodeGeneration>
203 <Linking>
204 <Debugging>
205 <DebugInfoType Value="dsDwarf2Set"/>
206 <UseHeaptrc Value="True"/>
207 <UseExternalDbgSyms Value="True"/>
208 </Debugging>
209 <Options>
210 <Win32>
211 <GraphicApplication Value="True"/>
212 </Win32>
213 </Options>
214 </Linking>
215 <Other>
216 <CustomOptions Value="-dDEBUG"/>
217 </Other>
218 </CompilerOptions>
219 <Debugging>
220 <Exceptions Count="3">
221 <Item1>
222 <Name Value="EAbort"/>
223 </Item1>
224 <Item2>
225 <Name Value="ECodetoolError"/>
226 </Item2>
227 <Item3>
228 <Name Value="EFOpenError"/>
229 </Item3>
230 </Exceptions>
231 </Debugging>
232</CONFIG>
Note: See TracBrowser for help on using the repository browser.