source: tags/1.3.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.2 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="10">
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/UFormAbout.pas"/>
101 <IsPartOfProject Value="True"/>
102 <ComponentName Value="FormAbout"/>
103 <HasResources Value="True"/>
104 <ResourceBaseClass Value="Form"/>
105 </Unit2>
106 <Unit3>
107 <Filename Value="Forms/UFormMain.pas"/>
108 <IsPartOfProject Value="True"/>
109 <ComponentName Value="FormMain"/>
110 <HasResources Value="True"/>
111 <ResourceBaseClass Value="Form"/>
112 </Unit3>
113 <Unit4>
114 <Filename Value="Forms/UFormNew.pas"/>
115 <IsPartOfProject Value="True"/>
116 <ComponentName Value="FormNew"/>
117 <HasResources Value="True"/>
118 <ResourceBaseClass Value="Form"/>
119 </Unit4>
120 <Unit5>
121 <Filename Value="Forms/UFormSettings.pas"/>
122 <IsPartOfProject Value="True"/>
123 <ComponentName Value="FormSettings"/>
124 <HasResources Value="True"/>
125 <ResourceBaseClass Value="Form"/>
126 </Unit5>
127 <Unit6>
128 <Filename Value="UCore.pas"/>
129 <IsPartOfProject Value="True"/>
130 <ComponentName Value="Core"/>
131 <HasResources Value="True"/>
132 <ResourceBaseClass Value="DataModule"/>
133 </Unit6>
134 <Unit7>
135 <Filename Value="Forms/UFormHelp.pas"/>
136 <IsPartOfProject Value="True"/>
137 <ComponentName Value="FormHelp"/>
138 <HasResources Value="True"/>
139 <ResourceBaseClass Value="Form"/>
140 </Unit7>
141 <Unit8>
142 <Filename Value="Forms/UFormComputer.pas"/>
143 <IsPartOfProject Value="True"/>
144 <ComponentName Value="FormComputer"/>
145 <HasResources Value="True"/>
146 <ResourceBaseClass Value="Form"/>
147 </Unit8>
148 <Unit9>
149 <Filename Value="Forms/UFormHistory.pas"/>
150 <IsPartOfProject Value="True"/>
151 <ComponentName Value="FormHistory"/>
152 <HasResources Value="True"/>
153 <ResourceBaseClass Value="Form"/>
154 </Unit9>
155 </Units>
156 </ProjectOptions>
157 <CompilerOptions>
158 <Version Value="11"/>
159 <Target>
160 <Filename Value="Game2048"/>
161 </Target>
162 <SearchPaths>
163 <IncludeFiles Value="$(ProjOutDir)"/>
164 <OtherUnitFiles Value="Forms"/>
165 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
166 </SearchPaths>
167 <Parsing>
168 <SyntaxOptions>
169 <SyntaxMode Value="Delphi"/>
170 <CStyleOperator Value="False"/>
171 <IncludeAssertionCode Value="True"/>
172 <AllowLabel Value="False"/>
173 <CPPInline Value="False"/>
174 </SyntaxOptions>
175 </Parsing>
176 <CodeGeneration>
177 <Checks>
178 <IOChecks Value="True"/>
179 <RangeChecks Value="True"/>
180 <OverflowChecks Value="True"/>
181 </Checks>
182 <VerifyObjMethodCallValidity Value="True"/>
183 </CodeGeneration>
184 <Linking>
185 <Debugging>
186 <UseHeaptrc Value="True"/>
187 <UseExternalDbgSyms Value="True"/>
188 </Debugging>
189 <Options>
190 <Win32>
191 <GraphicApplication Value="True"/>
192 </Win32>
193 </Options>
194 </Linking>
195 <Other>
196 <CustomOptions Value="-dDEBUG"/>
197 </Other>
198 </CompilerOptions>
199 <Debugging>
200 <Exceptions Count="3">
201 <Item1>
202 <Name Value="EAbort"/>
203 </Item1>
204 <Item2>
205 <Name Value="ECodetoolError"/>
206 </Item2>
207 <Item3>
208 <Name Value="EFOpenError"/>
209 </Item3>
210 </Exceptions>
211 </Debugging>
212</CONFIG>
Note: See TracBrowser for help on using the repository browser.