ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/examples/employee/project1.lpi
Revision: 88
Committed: Mon Jan 1 11:31:29 2018 UTC (6 years, 3 months ago) by tony
Original Path: ibx/trunk/examples/employee/project1.lpi
File size: 3221 byte(s)
Log Message:
Tidy up examples

File Contents

# User Rev Content
1 tony 68 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4     <Version Value="10"/>
5     <General>
6     <MainUnit Value="0"/>
7     <ResourceType Value="res"/>
8     <UseXPManifest Value="True"/>
9     <Icon Value="0"/>
10     </General>
11     <i18n>
12     <EnableI18N LFM="False"/>
13     </i18n>
14     <BuildModes Count="1" Active="Default">
15     <Item1 Name="Default" Default="True"/>
16     </BuildModes>
17     <PublishOptions>
18     <Version Value="2"/>
19     <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
20     <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
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     <MinVersion Major="1" Valid="True"/>
34     </Item2>
35     <Item3>
36     <PackageName Value="ibexpress"/>
37     <MinVersion Minor="9" Valid="True"/>
38     </Item3>
39     <Item4>
40     <PackageName Value="LCL"/>
41     </Item4>
42     </RequiredPackages>
43 tony 86 <Units Count="4">
44 tony 68 <Unit0>
45     <Filename Value="project1.lpr"/>
46     <IsPartOfProject Value="True"/>
47     <EditorIndex Value="-1"/>
48     <CursorPos X="33" Y="10"/>
49     <UsageCount Value="183"/>
50     </Unit0>
51     <Unit1>
52     <Filename Value="unit1.pas"/>
53     <IsPartOfProject Value="True"/>
54     <ComponentName Value="Form1"/>
55     <HasResources Value="True"/>
56     <ResourceBaseClass Value="Form"/>
57     <UnitName Value="Unit1"/>
58 tony 88 <IsVisibleTab Value="True"/>
59 tony 86 <CursorPos X="53" Y="15"/>
60 tony 68 <UsageCount Value="183"/>
61     <Loaded Value="True"/>
62     <LoadedDesigner Value="True"/>
63     </Unit1>
64 tony 86 <Unit2>
65     <Filename Value="unit2.pas"/>
66     <IsPartOfProject Value="True"/>
67     <ComponentName Value="SelectDeptDlg"/>
68     <HasResources Value="True"/>
69     <ResourceBaseClass Value="Form"/>
70     <UnitName Value="Unit2"/>
71 tony 88 <EditorIndex Value="-1"/>
72 tony 86 <CursorPos X="39" Y="9"/>
73     <UsageCount Value="20"/>
74     </Unit2>
75     <Unit3>
76     <Filename Value="../../runtime/IBDatabase.pas"/>
77 tony 88 <EditorIndex Value="-1"/>
78 tony 86 <TopLine Value="1000"/>
79     <CursorPos X="78" Y="1003"/>
80     <UsageCount Value="10"/>
81     </Unit3>
82 tony 68 </Units>
83 tony 88 <JumpHistory HistoryIndex="-1"/>
84 tony 68 </ProjectOptions>
85     <CompilerOptions>
86     <Version Value="11"/>
87     <Target>
88     <Filename Value="project1"/>
89     </Target>
90     <SearchPaths>
91     <IncludeFiles Value="$(ProjOutDir)"/>
92     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
93     </SearchPaths>
94     <Linking>
95     <Options>
96     <Win32>
97     <GraphicApplication Value="True"/>
98     </Win32>
99     </Options>
100     </Linking>
101     <Other>
102     <CustomOptions Value="-dUseCThreads"/>
103     </Other>
104     </CompilerOptions>
105     <Debugging>
106     <Exceptions Count="3">
107     <Item1>
108     <Name Value="EAbort"/>
109     </Item1>
110     <Item2>
111     <Name Value="ECodetoolError"/>
112     </Item2>
113     <Item3>
114     <Name Value="EFOpenError"/>
115     </Item3>
116     </Exceptions>
117     </Debugging>
118     </CONFIG>