ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/project1.lpi
Revision: 263
Committed: Thu Dec 6 15:55:01 2018 UTC (5 years, 4 months ago) by tony
File size: 2735 byte(s)
Log Message:
Release 2.3.2 committed

File Contents

# User Rev Content
1 tony 37 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 263 <Version Value="11"/>
5 tony 37 <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8     <Title Value="project1"/>
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 tony 47 <CommandLineParams Value="-a -u SYSDBA -p masterkey employee"/>
25 tony 37 </local>
26 tony 263 <FormatVersion Value="2"/>
27     <Modes Count="1">
28     <Mode0 Name="default">
29     <local>
30     <CommandLineParams Value="-a -u SYSDBA -p masterkey employee"/>
31     </local>
32     </Mode0>
33     </Modes>
34 tony 37 </RunParams>
35     <RequiredPackages Count="4">
36     <Item1>
37     <PackageName Value="FCL"/>
38     </Item1>
39     <Item2>
40     <PackageName Value="ibcontrols"/>
41     </Item2>
42     <Item3>
43     <PackageName Value="ibexpress"/>
44     </Item3>
45     <Item4>
46     <PackageName Value="LCL"/>
47     </Item4>
48     </RequiredPackages>
49     <Units Count="4">
50     <Unit0>
51     <Filename Value="project1.lpr"/>
52     <IsPartOfProject Value="True"/>
53     </Unit0>
54     <Unit1>
55     <Filename Value="unit1.pas"/>
56     <IsPartOfProject Value="True"/>
57     <ComponentName Value="Form1"/>
58     <HasResources Value="True"/>
59     <ResourceBaseClass Value="Form"/>
60     <UnitName Value="Unit1"/>
61     </Unit1>
62     <Unit2>
63     <Filename Value="unit2.pas"/>
64     <IsPartOfProject Value="True"/>
65     <ComponentName Value="SelectSQLResults"/>
66     <HasResources Value="True"/>
67     <ResourceBaseClass Value="Form"/>
68     <UnitName Value="Unit2"/>
69     </Unit2>
70     <Unit3>
71     <Filename Value="tests/SelectQuery.sql"/>
72     <IsPartOfProject Value="True"/>
73     </Unit3>
74     </Units>
75     </ProjectOptions>
76     <CompilerOptions>
77     <Version Value="11"/>
78     <Target>
79     <Filename Value="project1"/>
80     </Target>
81     <SearchPaths>
82     <IncludeFiles Value="$(ProjOutDir)"/>
83     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
84     </SearchPaths>
85     <Linking>
86     <Options>
87     <Win32>
88     <GraphicApplication Value="True"/>
89     </Win32>
90     </Options>
91     </Linking>
92     </CompilerOptions>
93     <Debugging>
94     <Exceptions Count="3">
95     <Item1>
96     <Name Value="EAbort"/>
97     </Item1>
98     <Item2>
99     <Name Value="ECodetoolError"/>
100     </Item2>
101     <Item3>
102     <Name Value="EFOpenError"/>
103     </Item3>
104     </Exceptions>
105     </Debugging>
106     </CONFIG>