source: trunk/AI Template/AIProject.lpi

Last change on this file was 583, checked in by chronos, 6 months ago
  • Modified: Code cleanup.
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <MainUnitHasCreateFormStatements Value="False"/>
9 <MainUnitHasTitleStatement Value="False"/>
10 <MainUnitHasScaledStatement Value="False"/>
11 </Flags>
12 <SessionStorage Value="InProjectDir"/>
13 <Title Value="AIProject"/>
14 <UseAppBundle Value="False"/>
15 <ResourceType Value="res"/>
16 </General>
17 <BuildModes>
18 <Item Name="Release" Default="True"/>
19 <Item Name="Debug">
20 <CompilerOptions>
21 <Version Value="11"/>
22 <PathDelim Value="\"/>
23 <SearchPaths>
24 <IncludeFiles Value="$(ProjOutDir)"/>
25 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
26 </SearchPaths>
27 <Parsing>
28 <SyntaxOptions>
29 <SyntaxMode Value="Delphi"/>
30 <CStyleOperator Value="False"/>
31 <IncludeAssertionCode Value="True"/>
32 <AllowLabel Value="False"/>
33 <CPPInline Value="False"/>
34 </SyntaxOptions>
35 </Parsing>
36 <CodeGeneration>
37 <Checks>
38 <IOChecks Value="True"/>
39 <RangeChecks Value="True"/>
40 <OverflowChecks Value="True"/>
41 <StackChecks Value="True"/>
42 </Checks>
43 <VerifyObjMethodCallValidity Value="True"/>
44 </CodeGeneration>
45 <Linking>
46 <Options>
47 <Win32>
48 <GraphicApplication Value="True"/>
49 </Win32>
50 <ExecutableType Value="Library"/>
51 </Options>
52 </Linking>
53 <Other>
54 <CustomOptions Value="-dDEBUG"/>
55 </Other>
56 </CompilerOptions>
57 </Item>
58 </BuildModes>
59 <PublishOptions>
60 <Version Value="2"/>
61 <UseFileFilters Value="True"/>
62 </PublishOptions>
63 <RunParams>
64 <FormatVersion Value="2"/>
65 </RunParams>
66 <RequiredPackages>
67 <Item>
68 <PackageName Value="LCL"/>
69 </Item>
70 </RequiredPackages>
71 <Units>
72 <Unit>
73 <Filename Value="AIProject.lpr"/>
74 <IsPartOfProject Value="True"/>
75 </Unit>
76 <Unit>
77 <Filename Value="Protocol.pas"/>
78 <IsPartOfProject Value="True"/>
79 </Unit>
80 <Unit>
81 <Filename Value="CustomAI.pas"/>
82 <IsPartOfProject Value="True"/>
83 </Unit>
84 <Unit>
85 <Filename Value="AI.pas"/>
86 <IsPartOfProject Value="True"/>
87 </Unit>
88 <Unit>
89 <Filename Value="Pile.pas"/>
90 <IsPartOfProject Value="True"/>
91 </Unit>
92 <Unit>
93 <Filename Value="ToolAI.pas"/>
94 <IsPartOfProject Value="True"/>
95 </Unit>
96 <Unit>
97 <Filename Value="Switches.inc"/>
98 <IsPartOfProject Value="True"/>
99 </Unit>
100 <Unit>
101 <Filename Value="Names.pas"/>
102 <IsPartOfProject Value="True"/>
103 </Unit>
104 </Units>
105 </ProjectOptions>
106 <CompilerOptions>
107 <Version Value="11"/>
108 <PathDelim Value="\"/>
109 <SearchPaths>
110 <IncludeFiles Value="$(ProjOutDir)"/>
111 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
112 </SearchPaths>
113 <Parsing>
114 <SyntaxOptions>
115 <SyntaxMode Value="Delphi"/>
116 <CStyleOperator Value="False"/>
117 <AllowLabel Value="False"/>
118 <UseAnsiStrings Value="False"/>
119 </SyntaxOptions>
120 </Parsing>
121 <CodeGeneration>
122 <SmartLinkUnit Value="True"/>
123 <Optimizations>
124 <OptimizationLevel Value="3"/>
125 </Optimizations>
126 </CodeGeneration>
127 <Linking>
128 <Debugging>
129 <GenerateDebugInfo Value="False"/>
130 <RunWithoutDebug Value="True"/>
131 <UseLineInfoUnit Value="False"/>
132 </Debugging>
133 <LinkSmart Value="True"/>
134 <Options>
135 <Win32>
136 <GraphicApplication Value="True"/>
137 </Win32>
138 <ExecutableType Value="Library"/>
139 </Options>
140 </Linking>
141 </CompilerOptions>
142 <Debugging>
143 <Exceptions>
144 <Item>
145 <Name Value="EAbort"/>
146 </Item>
147 <Item>
148 <Name Value="ECodetoolError"/>
149 </Item>
150 <Item>
151 <Name Value="EFOpenError"/>
152 </Item>
153 </Exceptions>
154 </Debugging>
155</CONFIG>
Note: See TracBrowser for help on using the repository browser.