source: trunk/AI/StdAI/StdAI.lpi

Last change on this file was 289, checked in by chronos, 3 years ago
  • Modified: Code formatted using JEDI code formatter.
  • Modified: Protocol copied from main game.
  • Modified: Added Barbarina into project tree.
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <MainUnitHasUsesSectionForAllUnits Value="False"/>
9 <MainUnitHasCreateFormStatements Value="False"/>
10 <MainUnitHasTitleStatement Value="False"/>
11 </Flags>
12 <SessionStorage Value="InProjectDir"/>
13 <MainUnit Value="0"/>
14 <Title Value="StdAI"/>
15 <UseAppBundle Value="False"/>
16 <ResourceType Value="res"/>
17 </General>
18 <i18n>
19 <EnableI18N LFM="False"/>
20 </i18n>
21 <BuildModes Count="2">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Release">
24 <CompilerOptions>
25 <Version Value="11"/>
26 <PathDelim Value="\"/>
27 <Target>
28 <Filename Value="StdAI"/>
29 </Target>
30 <SearchPaths>
31 <IncludeFiles Value="$(ProjOutDir)"/>
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 <Optimizations>
44 <OptimizationLevel Value="3"/>
45 </Optimizations>
46 </CodeGeneration>
47 <Linking>
48 <Debugging>
49 <GenerateDebugInfo Value="False"/>
50 </Debugging>
51 <Options>
52 <Win32>
53 <GraphicApplication Value="True"/>
54 </Win32>
55 <ExecutableType Value="Library"/>
56 </Options>
57 </Linking>
58 <Other>
59 <CompilerMessages>
60 <IgnoredMessages idx5024="True"/>
61 </CompilerMessages>
62 </Other>
63 </CompilerOptions>
64 </Item2>
65 </BuildModes>
66 <PublishOptions>
67 <Version Value="2"/>
68 </PublishOptions>
69 <RunParams>
70 <FormatVersion Value="2"/>
71 <Modes Count="0"/>
72 </RunParams>
73 <RequiredPackages Count="1">
74 <Item1>
75 <PackageName Value="LCL"/>
76 </Item1>
77 </RequiredPackages>
78 <Units Count="8">
79 <Unit0>
80 <Filename Value="StdAI.lpr"/>
81 <IsPartOfProject Value="True"/>
82 </Unit0>
83 <Unit1>
84 <Filename Value="Protocol.pas"/>
85 <IsPartOfProject Value="True"/>
86 </Unit1>
87 <Unit2>
88 <Filename Value="CustomAI.pas"/>
89 <IsPartOfProject Value="True"/>
90 </Unit2>
91 <Unit3>
92 <Filename Value="AI.pas"/>
93 <IsPartOfProject Value="True"/>
94 </Unit3>
95 <Unit4>
96 <Filename Value="ToolAI.pas"/>
97 <IsPartOfProject Value="True"/>
98 </Unit4>
99 <Unit5>
100 <Filename Value="Names.pas"/>
101 <IsPartOfProject Value="True"/>
102 </Unit5>
103 <Unit6>
104 <Filename Value="Pile.pas"/>
105 <IsPartOfProject Value="True"/>
106 </Unit6>
107 <Unit7>
108 <Filename Value="Barbarina.pas"/>
109 <IsPartOfProject Value="True"/>
110 </Unit7>
111 </Units>
112 </ProjectOptions>
113 <CompilerOptions>
114 <Version Value="11"/>
115 <PathDelim Value="\"/>
116 <Target>
117 <Filename Value="StdAI"/>
118 </Target>
119 <SearchPaths>
120 <IncludeFiles Value="$(ProjOutDir)"/>
121 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
122 </SearchPaths>
123 <Parsing>
124 <SyntaxOptions>
125 <SyntaxMode Value="Delphi"/>
126 <CStyleOperator Value="False"/>
127 <IncludeAssertionCode Value="True"/>
128 <AllowLabel Value="False"/>
129 <CPPInline Value="False"/>
130 </SyntaxOptions>
131 </Parsing>
132 <CodeGeneration>
133 <Checks>
134 <IOChecks Value="True"/>
135 <RangeChecks Value="True"/>
136 <OverflowChecks Value="True"/>
137 <StackChecks Value="True"/>
138 </Checks>
139 <VerifyObjMethodCallValidity Value="True"/>
140 </CodeGeneration>
141 <Linking>
142 <Options>
143 <Win32>
144 <GraphicApplication Value="True"/>
145 </Win32>
146 <ExecutableType Value="Library"/>
147 </Options>
148 </Linking>
149 <Other>
150 <CompilerMessages>
151 <IgnoredMessages idx5024="True"/>
152 </CompilerMessages>
153 </Other>
154 </CompilerOptions>
155 <Debugging>
156 <Exceptions Count="3">
157 <Item1>
158 <Name Value="EAbort"/>
159 </Item1>
160 <Item2>
161 <Name Value="ECodetoolError"/>
162 </Item2>
163 <Item3>
164 <Name Value="EFOpenError"/>
165 </Item3>
166 </Exceptions>
167 </Debugging>
168</CONFIG>
Note: See TracBrowser for help on using the repository browser.