source: tags/1.2.0/BigMetro.lpi

Last change on this file was 64, checked in by chronos, 3 years ago
  • Added: Support for dark mode.
  • Added: Top left back button to exit from game to game menu. Allow to restart game and continue with playing.
  • Added: Support for Escape key for exiting game and menu.
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="BigMetro"/>
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="BigMetro"/>
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 <Other>
60 <CompilerMessages>
61 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True"/>
62 </CompilerMessages>
63 </Other>
64 </CompilerOptions>
65 </Item2>
66 <SharedMatrixOptions Count="2">
67 <Item1 ID="868434151589" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
68 <Item2 ID="229230957858" Targets="Common" Modes="Release" Value="-CX -XX -O3"/>
69 </SharedMatrixOptions>
70 </BuildModes>
71 <PublishOptions>
72 <Version Value="2"/>
73 </PublishOptions>
74 <RunParams>
75 <FormatVersion Value="2"/>
76 <Modes Count="1">
77 <Mode0 Name="default"/>
78 </Modes>
79 </RunParams>
80 <RequiredPackages Count="2">
81 <Item1>
82 <PackageName Value="Common"/>
83 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
84 </Item1>
85 <Item2>
86 <PackageName Value="LCL"/>
87 </Item2>
88 </RequiredPackages>
89 <Units Count="7">
90 <Unit0>
91 <Filename Value="BigMetro.lpr"/>
92 <IsPartOfProject Value="True"/>
93 </Unit0>
94 <Unit1>
95 <Filename Value="UEngine.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit1>
98 <Unit2>
99 <Filename Value="UTrack.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit2>
102 <Unit3>
103 <Filename Value="Forms/UFormImages.pas"/>
104 <IsPartOfProject Value="True"/>
105 <ComponentName Value="FormImages"/>
106 <HasResources Value="True"/>
107 <ResourceBaseClass Value="Form"/>
108 </Unit3>
109 <Unit4>
110 <Filename Value="Forms/UFormMain.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="FormMain"/>
113 <HasResources Value="True"/>
114 <ResourceBaseClass Value="Form"/>
115 </Unit4>
116 <Unit5>
117 <Filename Value="UMenu.pas"/>
118 <IsPartOfProject Value="True"/>
119 </Unit5>
120 <Unit6>
121 <Filename Value="UControls.pas"/>
122 <IsPartOfProject Value="True"/>
123 </Unit6>
124 </Units>
125 </ProjectOptions>
126 <CompilerOptions>
127 <Version Value="11"/>
128 <Target>
129 <Filename Value="BigMetro"/>
130 </Target>
131 <SearchPaths>
132 <IncludeFiles Value="$(ProjOutDir)"/>
133 <OtherUnitFiles Value="Forms"/>
134 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
135 </SearchPaths>
136 <Parsing>
137 <SyntaxOptions>
138 <SyntaxMode Value="Delphi"/>
139 <CStyleOperator Value="False"/>
140 <IncludeAssertionCode Value="True"/>
141 <AllowLabel Value="False"/>
142 <CPPInline Value="False"/>
143 </SyntaxOptions>
144 </Parsing>
145 <CodeGeneration>
146 <Checks>
147 <IOChecks Value="True"/>
148 <RangeChecks Value="True"/>
149 <OverflowChecks Value="True"/>
150 <StackChecks Value="True"/>
151 </Checks>
152 <VerifyObjMethodCallValidity Value="True"/>
153 </CodeGeneration>
154 <Linking>
155 <Debugging>
156 <UseHeaptrc Value="True"/>
157 <UseExternalDbgSyms Value="True"/>
158 </Debugging>
159 <Options>
160 <Win32>
161 <GraphicApplication Value="True"/>
162 </Win32>
163 </Options>
164 </Linking>
165 <Other>
166 <CompilerMessages>
167 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True"/>
168 </CompilerMessages>
169 <CustomOptions Value="-dDEBUG"/>
170 </Other>
171 </CompilerOptions>
172 <Debugging>
173 <Exceptions Count="3">
174 <Item1>
175 <Name Value="EAbort"/>
176 </Item1>
177 <Item2>
178 <Name Value="ECodetoolError"/>
179 </Item2>
180 <Item3>
181 <Name Value="EFOpenError"/>
182 </Item3>
183 </Exceptions>
184 </Debugging>
185</CONFIG>
Note: See TracBrowser for help on using the repository browser.