source: tags/1.2.0/Game2048.lpi

Last change on this file was 61, checked in by chronos, 4 years ago
  • Added: Window installer binary.
  • Modified: Trunk branch pushed to 1.3.0 alfa.
File size: 6.3 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="2"/>
25 <StringTable ProductName="2048" ProductVersion="1.2.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 <StripSymbols Value="True"/>
58 </Debugging>
59 <LinkSmart Value="True"/>
60 <Options>
61 <Win32>
62 <GraphicApplication Value="True"/>
63 </Win32>
64 </Options>
65 </Linking>
66 </CompilerOptions>
67 </Item2>
68 <SharedMatrixOptions Count="2">
69 <Item1 ID="940799555322" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
70 <Item2 ID="173967671653" Targets="Common" Modes="Debug" Value="-CX -XX -O3"/>
71 </SharedMatrixOptions>
72 </BuildModes>
73 <PublishOptions>
74 <Version Value="2"/>
75 </PublishOptions>
76 <RunParams>
77 <FormatVersion Value="2"/>
78 <Modes Count="1">
79 <Mode0 Name="default"/>
80 </Modes>
81 </RunParams>
82 <RequiredPackages Count="2">
83 <Item1>
84 <PackageName Value="Common"/>
85 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
86 </Item1>
87 <Item2>
88 <PackageName Value="LCL"/>
89 </Item2>
90 </RequiredPackages>
91 <Units Count="10">
92 <Unit0>
93 <Filename Value="Game2048.lpr"/>
94 <IsPartOfProject Value="True"/>
95 </Unit0>
96 <Unit1>
97 <Filename Value="UGame.pas"/>
98 <IsPartOfProject Value="True"/>
99 </Unit1>
100 <Unit2>
101 <Filename Value="Forms/UFormAbout.pas"/>
102 <IsPartOfProject Value="True"/>
103 <ComponentName Value="FormAbout"/>
104 <HasResources Value="True"/>
105 <ResourceBaseClass Value="Form"/>
106 </Unit2>
107 <Unit3>
108 <Filename Value="Forms/UFormMain.pas"/>
109 <IsPartOfProject Value="True"/>
110 <ComponentName Value="FormMain"/>
111 <HasResources Value="True"/>
112 <ResourceBaseClass Value="Form"/>
113 </Unit3>
114 <Unit4>
115 <Filename Value="Forms/UFormNew.pas"/>
116 <IsPartOfProject Value="True"/>
117 <ComponentName Value="FormNew"/>
118 <HasResources Value="True"/>
119 <ResourceBaseClass Value="Form"/>
120 </Unit4>
121 <Unit5>
122 <Filename Value="Forms/UFormSettings.pas"/>
123 <IsPartOfProject Value="True"/>
124 <ComponentName Value="FormSettings"/>
125 <HasResources Value="True"/>
126 <ResourceBaseClass Value="Form"/>
127 </Unit5>
128 <Unit6>
129 <Filename Value="UCore.pas"/>
130 <IsPartOfProject Value="True"/>
131 <ComponentName Value="Core"/>
132 <HasResources Value="True"/>
133 <ResourceBaseClass Value="DataModule"/>
134 </Unit6>
135 <Unit7>
136 <Filename Value="Forms/UFormHelp.pas"/>
137 <IsPartOfProject Value="True"/>
138 <ComponentName Value="FormHelp"/>
139 <HasResources Value="True"/>
140 <ResourceBaseClass Value="Form"/>
141 </Unit7>
142 <Unit8>
143 <Filename Value="Forms/UFormComputer.pas"/>
144 <IsPartOfProject Value="True"/>
145 <ComponentName Value="FormComputer"/>
146 <HasResources Value="True"/>
147 <ResourceBaseClass Value="Form"/>
148 </Unit8>
149 <Unit9>
150 <Filename Value="Forms/UFormHistory.pas"/>
151 <IsPartOfProject Value="True"/>
152 <ComponentName Value="FormHistory"/>
153 <HasResources Value="True"/>
154 <ResourceBaseClass Value="Form"/>
155 </Unit9>
156 </Units>
157 </ProjectOptions>
158 <CompilerOptions>
159 <Version Value="11"/>
160 <Target>
161 <Filename Value="Game2048"/>
162 </Target>
163 <SearchPaths>
164 <IncludeFiles Value="$(ProjOutDir)"/>
165 <OtherUnitFiles Value="Forms"/>
166 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
167 </SearchPaths>
168 <Parsing>
169 <SyntaxOptions>
170 <SyntaxMode Value="Delphi"/>
171 <CStyleOperator Value="False"/>
172 <IncludeAssertionCode Value="True"/>
173 <AllowLabel Value="False"/>
174 <CPPInline Value="False"/>
175 </SyntaxOptions>
176 </Parsing>
177 <CodeGeneration>
178 <Checks>
179 <IOChecks Value="True"/>
180 <RangeChecks Value="True"/>
181 <OverflowChecks Value="True"/>
182 </Checks>
183 <VerifyObjMethodCallValidity Value="True"/>
184 </CodeGeneration>
185 <Linking>
186 <Debugging>
187 <UseHeaptrc Value="True"/>
188 <UseExternalDbgSyms Value="True"/>
189 </Debugging>
190 <Options>
191 <Win32>
192 <GraphicApplication Value="True"/>
193 </Win32>
194 </Options>
195 </Linking>
196 <Other>
197 <CustomOptions Value="-dDEBUG"/>
198 </Other>
199 </CompilerOptions>
200 <Debugging>
201 <Exceptions Count="3">
202 <Item1>
203 <Name Value="EAbort"/>
204 </Item1>
205 <Item2>
206 <Name Value="ECodetoolError"/>
207 </Item2>
208 <Item3>
209 <Name Value="EFOpenError"/>
210 </Item3>
211 </Exceptions>
212 </Debugging>
213</CONFIG>
Note: See TracBrowser for help on using the repository browser.