source: tags/1.1.0/Game2048.lpi

Last change on this file was 36, checked in by chronos, 5 years ago
  • Fixed: Missing UFormHistory files.
  • Added: Allow to disable moves history recording.
File size: 6.0 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="Game2048"/>
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 <i18n>
18 <EnableI18N Value="True"/>
19 <OutDir Value="Languages"/>
20 </i18n>
21 <BuildModes Count="2">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Release">
24 <CompilerOptions>
25 <Version Value="11"/>
26 <Target>
27 <Filename Value="Game2048"/>
28 </Target>
29 <SearchPaths>
30 <IncludeFiles Value="$(ProjOutDir)"/>
31 <OtherUnitFiles Value="Forms"/>
32 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
33 </SearchPaths>
34 <Parsing>
35 <SyntaxOptions>
36 <SyntaxMode Value="Delphi"/>
37 <CStyleOperator Value="False"/>
38 <AllowLabel Value="False"/>
39 <CPPInline Value="False"/>
40 </SyntaxOptions>
41 </Parsing>
42 <CodeGeneration>
43 <SmartLinkUnit Value="True"/>
44 <Optimizations>
45 <OptimizationLevel Value="3"/>
46 </Optimizations>
47 </CodeGeneration>
48 <Linking>
49 <Debugging>
50 <GenerateDebugInfo Value="False"/>
51 </Debugging>
52 <LinkSmart Value="True"/>
53 <Options>
54 <Win32>
55 <GraphicApplication Value="True"/>
56 </Win32>
57 </Options>
58 </Linking>
59 </CompilerOptions>
60 </Item2>
61 <SharedMatrixOptions Count="2">
62 <Item1 ID="940799555322" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
63 <Item2 ID="173967671653" Targets="Common" Modes="Debug" Value="-CX -XX -O3"/>
64 </SharedMatrixOptions>
65 </BuildModes>
66 <PublishOptions>
67 <Version Value="2"/>
68 </PublishOptions>
69 <RunParams>
70 <FormatVersion Value="2"/>
71 <Modes Count="1">
72 <Mode0 Name="default"/>
73 </Modes>
74 </RunParams>
75 <RequiredPackages Count="2">
76 <Item1>
77 <PackageName Value="Common"/>
78 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
79 </Item1>
80 <Item2>
81 <PackageName Value="LCL"/>
82 </Item2>
83 </RequiredPackages>
84 <Units Count="10">
85 <Unit0>
86 <Filename Value="Game2048.lpr"/>
87 <IsPartOfProject Value="True"/>
88 </Unit0>
89 <Unit1>
90 <Filename Value="UGame.pas"/>
91 <IsPartOfProject Value="True"/>
92 </Unit1>
93 <Unit2>
94 <Filename Value="Forms/UFormAbout.pas"/>
95 <IsPartOfProject Value="True"/>
96 <ComponentName Value="FormAbout"/>
97 <HasResources Value="True"/>
98 <ResourceBaseClass Value="Form"/>
99 </Unit2>
100 <Unit3>
101 <Filename Value="Forms/UFormMain.pas"/>
102 <IsPartOfProject Value="True"/>
103 <ComponentName Value="FormMain"/>
104 <HasResources Value="True"/>
105 <ResourceBaseClass Value="Form"/>
106 </Unit3>
107 <Unit4>
108 <Filename Value="Forms/UFormNew.pas"/>
109 <IsPartOfProject Value="True"/>
110 <ComponentName Value="FormNew"/>
111 <HasResources Value="True"/>
112 <ResourceBaseClass Value="Form"/>
113 </Unit4>
114 <Unit5>
115 <Filename Value="Forms/UFormSettings.pas"/>
116 <IsPartOfProject Value="True"/>
117 <ComponentName Value="FormSettings"/>
118 <HasResources Value="True"/>
119 <ResourceBaseClass Value="Form"/>
120 </Unit5>
121 <Unit6>
122 <Filename Value="UCore.pas"/>
123 <IsPartOfProject Value="True"/>
124 <ComponentName Value="Core"/>
125 <HasResources Value="True"/>
126 <ResourceBaseClass Value="DataModule"/>
127 </Unit6>
128 <Unit7>
129 <Filename Value="Forms/UFormHelp.pas"/>
130 <IsPartOfProject Value="True"/>
131 <ComponentName Value="FormHelp"/>
132 <HasResources Value="True"/>
133 <ResourceBaseClass Value="Form"/>
134 </Unit7>
135 <Unit8>
136 <Filename Value="Forms/UFormComputer.pas"/>
137 <IsPartOfProject Value="True"/>
138 <ComponentName Value="FormComputer"/>
139 <HasResources Value="True"/>
140 <ResourceBaseClass Value="Form"/>
141 </Unit8>
142 <Unit9>
143 <Filename Value="Forms/UFormHistory.pas"/>
144 <IsPartOfProject Value="True"/>
145 <ComponentName Value="FormHistory"/>
146 <HasResources Value="True"/>
147 <ResourceBaseClass Value="Form"/>
148 </Unit9>
149 </Units>
150 </ProjectOptions>
151 <CompilerOptions>
152 <Version Value="11"/>
153 <Target>
154 <Filename Value="Game2048"/>
155 </Target>
156 <SearchPaths>
157 <IncludeFiles Value="$(ProjOutDir)"/>
158 <OtherUnitFiles Value="Forms"/>
159 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
160 </SearchPaths>
161 <Parsing>
162 <SyntaxOptions>
163 <SyntaxMode Value="Delphi"/>
164 <CStyleOperator Value="False"/>
165 <IncludeAssertionCode Value="True"/>
166 <AllowLabel Value="False"/>
167 <CPPInline Value="False"/>
168 </SyntaxOptions>
169 </Parsing>
170 <CodeGeneration>
171 <Checks>
172 <IOChecks Value="True"/>
173 <RangeChecks Value="True"/>
174 <OverflowChecks Value="True"/>
175 </Checks>
176 <VerifyObjMethodCallValidity Value="True"/>
177 </CodeGeneration>
178 <Linking>
179 <Debugging>
180 <UseHeaptrc Value="True"/>
181 <UseExternalDbgSyms Value="True"/>
182 </Debugging>
183 <Options>
184 <Win32>
185 <GraphicApplication Value="True"/>
186 </Win32>
187 </Options>
188 </Linking>
189 <Other>
190 <CustomOptions Value="-dDEBUG"/>
191 </Other>
192 </CompilerOptions>
193 <Debugging>
194 <Exceptions Count="3">
195 <Item1>
196 <Name Value="EAbort"/>
197 </Item1>
198 <Item2>
199 <Name Value="ECodetoolError"/>
200 </Item2>
201 <Item3>
202 <Name Value="EFOpenError"/>
203 </Item3>
204 </Exceptions>
205 </Debugging>
206</CONFIG>
Note: See TracBrowser for help on using the repository browser.