source: branches/Independent/Independent.lpi

Last change on this file was 67, checked in by chronos, 3 weeks ago
  • Modified: Apps split into separate units.
  • Modified: SystemApi moved into separate unit.
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <Title Value="Independent"/>
8 <Scaled Value="True"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <XPManifest>
12 <DpiAware Value="True"/>
13 </XPManifest>
14 <Icon Value="0"/>
15 </General>
16 <BuildModes>
17 <Item Name="Debug" Default="True"/>
18 <Item Name="Release">
19 <CompilerOptions>
20 <Version Value="11"/>
21 <Target>
22 <Filename Value="Independent"/>
23 </Target>
24 <SearchPaths>
25 <IncludeFiles Value="$(ProjOutDir)"/>
26 <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test"/>
27 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
28 </SearchPaths>
29 <Parsing>
30 <SyntaxOptions>
31 <SyntaxMode Value="Delphi"/>
32 <CStyleOperator Value="False"/>
33 <AllowLabel Value="False"/>
34 <CPPInline Value="False"/>
35 </SyntaxOptions>
36 </Parsing>
37 <CodeGeneration>
38 <SmartLinkUnit Value="True"/>
39 <Optimizations>
40 <OptimizationLevel Value="3"/>
41 </Optimizations>
42 </CodeGeneration>
43 <Linking>
44 <Debugging>
45 <GenerateDebugInfo Value="False"/>
46 <RunWithoutDebug Value="True"/>
47 </Debugging>
48 <LinkSmart Value="True"/>
49 <Options>
50 <Win32>
51 <GraphicApplication Value="True"/>
52 </Win32>
53 </Options>
54 </Linking>
55 </CompilerOptions>
56 </Item>
57 </BuildModes>
58 <PublishOptions>
59 <Version Value="2"/>
60 <UseFileFilters Value="True"/>
61 </PublishOptions>
62 <RunParams>
63 <FormatVersion Value="2"/>
64 </RunParams>
65 <RequiredPackages>
66 <Item>
67 <PackageName Value="LCL"/>
68 </Item>
69 </RequiredPackages>
70 <Units>
71 <Unit>
72 <Filename Value="Independent.lpr"/>
73 <IsPartOfProject Value="True"/>
74 </Unit>
75 <Unit>
76 <Filename Value="Forms/FormMain.pas"/>
77 <IsPartOfProject Value="True"/>
78 <ComponentName Value="FormName"/>
79 <HasResources Value="True"/>
80 <ResourceBaseClass Value="Form"/>
81 </Unit>
82 <Unit>
83 <Filename Value="Os.pas"/>
84 <IsPartOfProject Value="True"/>
85 </Unit>
86 <Unit>
87 <Filename Value="Apps/Test/AppTest.pas"/>
88 <IsPartOfProject Value="True"/>
89 </Unit>
90 <Unit>
91 <Filename Value="Api.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit>
94 <Unit>
95 <Filename Value="Console.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit>
98 <Unit>
99 <Filename Value="FileSystem.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit>
102 <Unit>
103 <Filename Value="Forms/FormConsole.pas"/>
104 <IsPartOfProject Value="True"/>
105 <ComponentName Value="FormConsole"/>
106 <HasResources Value="True"/>
107 <ResourceBaseClass Value="Form"/>
108 </Unit>
109 <Unit>
110 <Filename Value="Forms/FormScreen.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="FormScreen"/>
113 <HasResources Value="True"/>
114 <ResourceBaseClass Value="Form"/>
115 </Unit>
116 <Unit>
117 <Filename Value="Apps/Code/AppCode.pas"/>
118 <IsPartOfProject Value="True"/>
119 </Unit>
120 <Unit>
121 <Filename Value="SystemApi.pas"/>
122 <IsPartOfProject Value="True"/>
123 </Unit>
124 </Units>
125 </ProjectOptions>
126 <CompilerOptions>
127 <Version Value="11"/>
128 <Target>
129 <Filename Value="Independent"/>
130 </Target>
131 <SearchPaths>
132 <IncludeFiles Value="$(ProjOutDir)"/>
133 <OtherUnitFiles Value="Forms;Apps/Code;Apps/Test"/>
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 <DebugInfoType Value="dsDwarf3"/>
157 <UseHeaptrc Value="True"/>
158 </Debugging>
159 <Options>
160 <Win32>
161 <GraphicApplication Value="True"/>
162 </Win32>
163 </Options>
164 </Linking>
165 </CompilerOptions>
166 <Debugging>
167 <Exceptions>
168 <Item>
169 <Name Value="EAbort"/>
170 </Item>
171 <Item>
172 <Name Value="ECodetoolError"/>
173 </Item>
174 <Item>
175 <Name Value="EFOpenError"/>
176 </Item>
177 </Exceptions>
178 </Debugging>
179</CONFIG>
Note: See TracBrowser for help on using the repository browser.