source: trunk/ChronISPlatform.lpk

Last change on this file was 59, checked in by chronos, 12 years ago
  • Fixed: Store module settings in system registry.
File size: 2.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="ChronISPlatform"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <OtherUnitFiles Value="Forms;Application"/>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerMessages>
16 <MsgFileName Value=""/>
17 </CompilerMessages>
18 <CompilerPath Value="$(CompPath)"/>
19 </Other>
20 </CompilerOptions>
21 <Description Value="Chronis
22General purpose information system platform"/>
23 <License Value="GNU/LGPLv3"/>
24 <Version Minor="1"/>
25 <Files Count="9">
26 <Item1>
27 <Filename Value="UCore.pas"/>
28 <HasRegisterProc Value="True"/>
29 <UnitName Value="UCore"/>
30 </Item1>
31 <Item2>
32 <Filename Value="Forms\UFormSetting.pas"/>
33 <UnitName Value="UFormSetting"/>
34 </Item2>
35 <Item3>
36 <Filename Value="Forms\UFormConnection.pas"/>
37 <UnitName Value="UFormConnection"/>
38 </Item3>
39 <Item4>
40 <Filename Value="Forms\UFormEdit.pas"/>
41 <UnitName Value="UFormEdit"/>
42 </Item4>
43 <Item5>
44 <Filename Value="Forms\UFormList.pas"/>
45 <UnitName Value="UFormList"/>
46 </Item5>
47 <Item6>
48 <Filename Value="Forms\UFormMain.pas"/>
49 <UnitName Value="UFormMain"/>
50 </Item6>
51 <Item7>
52 <Filename Value="Tasks.txt"/>
53 <Type Value="Text"/>
54 </Item7>
55 <Item8>
56 <Filename Value="Application\UDataModel.pas"/>
57 <UnitName Value="UDataModel"/>
58 </Item8>
59 <Item9>
60 <Filename Value="Application\UDataView.pas"/>
61 <UnitName Value="UDataView"/>
62 </Item9>
63 </Files>
64 <Type Value="RunAndDesignTime"/>
65 <RequiredPkgs Count="7">
66 <Item1>
67 <PackageName Value="CoolWeb"/>
68 </Item1>
69 <Item2>
70 <PackageName Value="TEditExtensions"/>
71 </Item2>
72 <Item3>
73 <PackageName Value="synapse"/>
74 </Item3>
75 <Item4>
76 <PackageName Value="ModularSystem"/>
77 </Item4>
78 <Item5>
79 <PackageName Value="CoolTranslator"/>
80 </Item5>
81 <Item6>
82 <PackageName Value="Common"/>
83 </Item6>
84 <Item7>
85 <PackageName Value="FCL"/>
86 </Item7>
87 </RequiredPkgs>
88 <UsageOptions>
89 <UnitPath Value="$(PkgOutDir)"/>
90 </UsageOptions>
91 <PublishOptions>
92 <Version Value="2"/>
93 </PublishOptions>
94 </Package>
95</CONFIG>
Note: See TracBrowser for help on using the repository browser.