source: trunk/EdcStats.lpi

Last change on this file was 6, checked in by chronos, 2 weeks ago
  • Modified: EDC related code split into EdcProject unit.
  • Added: Partial loading of spot prices.
File size: 4.9 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="EdcStats"/>
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 <i18n>
17 <EnableI18N Value="True"/>
18 <OutDir Value="Languages"/>
19 </i18n>
20 <BuildModes>
21 <Item Name="Debug" Default="True"/>
22 <Item Name="Release">
23 <CompilerOptions>
24 <Version Value="11"/>
25 <Target>
26 <Filename Value="EdcStats"/>
27 </Target>
28 <SearchPaths>
29 <IncludeFiles Value="$(ProjOutDir)"/>
30 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
31 </SearchPaths>
32 <Parsing>
33 <SyntaxOptions>
34 <SyntaxMode Value="Delphi"/>
35 <CStyleOperator Value="False"/>
36 <AllowLabel Value="False"/>
37 <CPPInline Value="False"/>
38 </SyntaxOptions>
39 </Parsing>
40 <CodeGeneration>
41 <SmartLinkUnit Value="True"/>
42 <Optimizations>
43 <OptimizationLevel Value="3"/>
44 </Optimizations>
45 </CodeGeneration>
46 <Linking>
47 <Debugging>
48 <GenerateDebugInfo Value="False"/>
49 <RunWithoutDebug Value="True"/>
50 <DebugInfoType Value="dsDwarf3"/>
51 </Debugging>
52 <LinkSmart Value="True"/>
53 <Options>
54 <Win32>
55 <GraphicApplication Value="True"/>
56 </Win32>
57 </Options>
58 </Linking>
59 </CompilerOptions>
60 </Item>
61 <SharedMatrixOptions Count="2">
62 <Item1 ID="360354175411" Targets="CoolStreaming,csvdocument,Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
63 <Item2 ID="906254739821" Targets="CoolStreaming,csvdocument,Common" Modes="Release" Value="-CX -XX -O3"/>
64 </SharedMatrixOptions>
65 </BuildModes>
66 <PublishOptions>
67 <Version Value="2"/>
68 <UseFileFilters Value="True"/>
69 </PublishOptions>
70 <RunParams>
71 <FormatVersion Value="2"/>
72 </RunParams>
73 <RequiredPackages>
74 <Item>
75 <PackageName Value="CoolStreaming"/>
76 <DefaultFilename Value="Packages/CoolStreaming/CoolStreaming.lpk" Prefer="True"/>
77 </Item>
78 <Item>
79 <PackageName Value="Common"/>
80 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
81 </Item>
82 <Item>
83 <PackageName Value="TAChartLazarusPkg"/>
84 </Item>
85 <Item>
86 <PackageName Value="csvdocument_package"/>
87 <DefaultFilename Value="Packages/csvdocument/csvdocument_package.lpk" Prefer="True"/>
88 </Item>
89 <Item>
90 <PackageName Value="LCL"/>
91 </Item>
92 </RequiredPackages>
93 <Units>
94 <Unit>
95 <Filename Value="EdcStats.lpr"/>
96 <IsPartOfProject Value="True"/>
97 </Unit>
98 <Unit>
99 <Filename Value="FormMain.pas"/>
100 <IsPartOfProject Value="True"/>
101 <ComponentName Value="FormMain"/>
102 <HasResources Value="True"/>
103 <ResourceBaseClass Value="Form"/>
104 </Unit>
105 <Unit>
106 <Filename Value="Ean.pas"/>
107 <IsPartOfProject Value="True"/>
108 </Unit>
109 <Unit>
110 <Filename Value="EdcProject.pas"/>
111 <IsPartOfProject Value="True"/>
112 </Unit>
113 <Unit>
114 <Filename Value="SpotPrice.pas"/>
115 <IsPartOfProject Value="True"/>
116 </Unit>
117 </Units>
118 </ProjectOptions>
119 <CompilerOptions>
120 <Version Value="11"/>
121 <Target>
122 <Filename Value="EdcStats"/>
123 </Target>
124 <SearchPaths>
125 <IncludeFiles Value="$(ProjOutDir)"/>
126 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
127 </SearchPaths>
128 <Parsing>
129 <SyntaxOptions>
130 <SyntaxMode Value="Delphi"/>
131 <CStyleOperator Value="False"/>
132 <IncludeAssertionCode Value="True"/>
133 <AllowLabel Value="False"/>
134 <CPPInline Value="False"/>
135 </SyntaxOptions>
136 </Parsing>
137 <CodeGeneration>
138 <Checks>
139 <IOChecks Value="True"/>
140 <RangeChecks Value="True"/>
141 <OverflowChecks Value="True"/>
142 <StackChecks Value="True"/>
143 </Checks>
144 <VerifyObjMethodCallValidity Value="True"/>
145 </CodeGeneration>
146 <Linking>
147 <Debugging>
148 <DebugInfoType Value="dsDwarf3"/>
149 <UseHeaptrc Value="True"/>
150 <UseExternalDbgSyms Value="True"/>
151 </Debugging>
152 <Options>
153 <Win32>
154 <GraphicApplication Value="True"/>
155 </Win32>
156 </Options>
157 </Linking>
158 </CompilerOptions>
159 <Debugging>
160 <Exceptions>
161 <Item>
162 <Name Value="EAbort"/>
163 </Item>
164 <Item>
165 <Name Value="ECodetoolError"/>
166 </Item>
167 <Item>
168 <Name Value="EFOpenError"/>
169 </Item>
170 </Exceptions>
171 </Debugging>
172</CONFIG>
Note: See TracBrowser for help on using the repository browser.