ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/arrays/1Darray/OneDArrayExample.lpi
Revision: 47
Committed: Mon Jan 9 15:31:51 2017 UTC (7 years, 3 months ago) by tony
File size: 2213 byte(s)
Log Message:
Committing updates for Release R2-0-1

File Contents

# User Rev Content
1 tony 45 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4     <Version Value="9"/>
5     <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8     <Title Value="OneDArrayExample"/>
9     <ResourceType Value="res"/>
10     <UseXPManifest Value="True"/>
11     <Icon Value="0"/>
12     </General>
13     <i18n>
14     <EnableI18N LFM="False"/>
15     </i18n>
16     <VersionInfo>
17     <StringTable ProductVersion=""/>
18     </VersionInfo>
19     <BuildModes Count="1">
20     <Item1 Name="Default" Default="True"/>
21     </BuildModes>
22     <PublishOptions>
23     <Version Value="2"/>
24     </PublishOptions>
25     <RunParams>
26     <local>
27     <FormatVersion Value="1"/>
28     </local>
29     </RunParams>
30     <RequiredPackages Count="4">
31     <Item1>
32     <PackageName Value="FCL"/>
33     </Item1>
34     <Item2>
35     <PackageName Value="ibexpress"/>
36     </Item2>
37     <Item3>
38     <PackageName Value="ibcontrols"/>
39     </Item3>
40     <Item4>
41     <PackageName Value="LCL"/>
42     </Item4>
43     </RequiredPackages>
44     <Units Count="2">
45     <Unit0>
46     <Filename Value="OneDArrayExample.lpr"/>
47     <IsPartOfProject Value="True"/>
48     </Unit0>
49     <Unit1>
50     <Filename Value="Unit1.pas"/>
51     <IsPartOfProject Value="True"/>
52     <ComponentName Value="Form1"/>
53     <HasResources Value="True"/>
54     <ResourceBaseClass Value="Form"/>
55     </Unit1>
56     </Units>
57     </ProjectOptions>
58     <CompilerOptions>
59     <Version Value="11"/>
60     <Target>
61     <Filename Value="OneDArrayExample"/>
62     </Target>
63     <SearchPaths>
64     <IncludeFiles Value="$(ProjOutDir)"/>
65     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
66     </SearchPaths>
67     <Linking>
68 tony 47 <Debugging>
69     <UseHeaptrc Value="True"/>
70     </Debugging>
71 tony 45 <Options>
72     <Win32>
73     <GraphicApplication Value="True"/>
74     </Win32>
75     </Options>
76     </Linking>
77     </CompilerOptions>
78     <Debugging>
79     <Exceptions Count="3">
80     <Item1>
81     <Name Value="EAbort"/>
82     </Item1>
83     <Item2>
84     <Name Value="ECodetoolError"/>
85     </Item2>
86     <Item3>
87     <Name Value="EFOpenError"/>
88     </Item3>
89     </Exceptions>
90     </Debugging>
91     </CONFIG>