source: trunk/Game2048.lpi

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