source: tags/1.0.0/Game2048.lpi

Last change on this file was 8, checked in by chronos, 5 years ago
  • Added: About application dialog.
File size: 5.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="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="7">
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 </Units>
129 </ProjectOptions>
130 <CompilerOptions>
131 <Version Value="11"/>
132 <Target>
133 <Filename Value="Game2048"/>
134 </Target>
135 <SearchPaths>
136 <IncludeFiles Value="$(ProjOutDir)"/>
137 <OtherUnitFiles Value="Forms"/>
138 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
139 </SearchPaths>
140 <Parsing>
141 <SyntaxOptions>
142 <SyntaxMode Value="Delphi"/>
143 <CStyleOperator Value="False"/>
144 <IncludeAssertionCode Value="True"/>
145 <AllowLabel Value="False"/>
146 <CPPInline Value="False"/>
147 </SyntaxOptions>
148 </Parsing>
149 <CodeGeneration>
150 <Checks>
151 <IOChecks Value="True"/>
152 <RangeChecks Value="True"/>
153 <OverflowChecks Value="True"/>
154 <StackChecks Value="True"/>
155 </Checks>
156 <VerifyObjMethodCallValidity Value="True"/>
157 </CodeGeneration>
158 <Linking>
159 <Debugging>
160 <UseHeaptrc Value="True"/>
161 <UseExternalDbgSyms Value="True"/>
162 </Debugging>
163 <Options>
164 <Win32>
165 <GraphicApplication Value="True"/>
166 </Win32>
167 </Options>
168 </Linking>
169 </CompilerOptions>
170 <Debugging>
171 <Exceptions Count="3">
172 <Item1>
173 <Name Value="EAbort"/>
174 </Item1>
175 <Item2>
176 <Name Value="ECodetoolError"/>
177 </Item2>
178 <Item3>
179 <Name Value="EFOpenError"/>
180 </Item3>
181 </Exceptions>
182 </Debugging>
183</CONFIG>
Note: See TracBrowser for help on using the repository browser.