ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/arrays/2Darray/TwoDArrayExample.lpi
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 2128 byte(s)
Log Message:
propset for eol-style

File Contents

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

Properties

Name Value
svn:eol-style native