source: Common/Demo/JobProgressView/JobProgressViewDemo.lpi

Last change on this file was 563, checked in by chronos, 13 months ago
  • Modified: Removed U prefix from all Common package units.
File size: 3.8 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 <CompatibilityMode Value="True"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <Title Value="JobProgressViewDemo"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <Icon Value="0"/>
15 </General>
16 <BuildModes Count="2">
17 <Item1 Name="Debug" Default="True"/>
18 <Item2 Name="Release">
19 <CompilerOptions>
20 <Version Value="11"/>
21 <PathDelim Value="\"/>
22 <Target>
23 <Filename Value="JobProgressViewDemo"/>
24 </Target>
25 <SearchPaths>
26 <IncludeFiles Value="$(ProjOutDir)"/>
27 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
28 </SearchPaths>
29 <Parsing>
30 <SyntaxOptions>
31 <SyntaxMode Value="Delphi"/>
32 </SyntaxOptions>
33 </Parsing>
34 <CodeGeneration>
35 <Optimizations>
36 <OptimizationLevel Value="4"/>
37 </Optimizations>
38 </CodeGeneration>
39 <Linking>
40 <Debugging>
41 <GenerateDebugInfo Value="False"/>
42 </Debugging>
43 <Options>
44 <Win32>
45 <GraphicApplication Value="True"/>
46 </Win32>
47 </Options>
48 </Linking>
49 </CompilerOptions>
50 </Item2>
51 <SharedMatrixOptions Count="2">
52 <Item1 ID="005129258505" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
53 <Item2 ID="563615520261" Targets="Common" Modes="Release" Value="-CX -XX -O3"/>
54 </SharedMatrixOptions>
55 </BuildModes>
56 <PublishOptions>
57 <Version Value="2"/>
58 </PublishOptions>
59 <RunParams>
60 <FormatVersion Value="2"/>
61 <Modes Count="1">
62 <Mode0 Name="default"/>
63 </Modes>
64 </RunParams>
65 <RequiredPackages Count="2">
66 <Item1>
67 <PackageName Value="Common"/>
68 <DefaultFilename Value="..\..\Common.lpk" Prefer="True"/>
69 </Item1>
70 <Item2>
71 <PackageName Value="LCL"/>
72 </Item2>
73 </RequiredPackages>
74 <Units Count="2">
75 <Unit0>
76 <Filename Value="JobProgressViewDemo.lpr"/>
77 <IsPartOfProject Value="True"/>
78 </Unit0>
79 <Unit1>
80 <Filename Value="UFormMain.pas"/>
81 <IsPartOfProject Value="True"/>
82 <ComponentName Value="FormMain"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 </Unit1>
86 </Units>
87 </ProjectOptions>
88 <CompilerOptions>
89 <Version Value="11"/>
90 <PathDelim Value="\"/>
91 <Target>
92 <Filename Value="JobProgressViewDemo"/>
93 </Target>
94 <SearchPaths>
95 <IncludeFiles Value="$(ProjOutDir)"/>
96 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
97 </SearchPaths>
98 <Parsing>
99 <SyntaxOptions>
100 <SyntaxMode Value="Delphi"/>
101 <IncludeAssertionCode Value="True"/>
102 </SyntaxOptions>
103 </Parsing>
104 <CodeGeneration>
105 <Checks>
106 <IOChecks Value="True"/>
107 <RangeChecks Value="True"/>
108 <OverflowChecks Value="True"/>
109 <StackChecks Value="True"/>
110 </Checks>
111 <VerifyObjMethodCallValidity Value="True"/>
112 </CodeGeneration>
113 <Linking>
114 <Options>
115 <Win32>
116 <GraphicApplication Value="True"/>
117 </Win32>
118 </Options>
119 </Linking>
120 </CompilerOptions>
121 <Debugging>
122 <Exceptions Count="3">
123 <Item1>
124 <Name Value="EAbort"/>
125 </Item1>
126 <Item2>
127 <Name Value="ECodetoolError"/>
128 </Item2>
129 <Item3>
130 <Name Value="EFOpenError"/>
131 </Item3>
132 </Exceptions>
133 </Debugging>
134</CONFIG>
Note: See TracBrowser for help on using the repository browser.