source: branches/test1/Server/ChronisAppServer.lpi

Last change on this file was 54, checked in by chronos, 12 years ago
  • Added: ChronisAppServer base project.
  • Modified: Changes in client virtual database layer handling.
File size: 2.7 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="project1"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <i18n>
15 <EnableI18N LFM="False"/>
16 </i18n>
17 <VersionInfo>
18 <StringTable ProductVersion=""/>
19 </VersionInfo>
20 <BuildModes Count="1">
21 <Item1 Name="Default" Default="True"/>
22 </BuildModes>
23 <PublishOptions>
24 <Version Value="2"/>
25 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
26 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
27 </PublishOptions>
28 <RunParams>
29 <local>
30 <FormatVersion Value="1"/>
31 </local>
32 </RunParams>
33 <RequiredPackages Count="2">
34 <Item1>
35 <PackageName Value="indylaz"/>
36 </Item1>
37 <Item2>
38 <PackageName Value="LCL"/>
39 </Item2>
40 </RequiredPackages>
41 <Units Count="3">
42 <Unit0>
43 <Filename Value="ChronisAppServer.lpr"/>
44 <IsPartOfProject Value="True"/>
45 <UnitName Value="ChronisAppServer"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="UFormMain.pas"/>
49 <IsPartOfProject Value="True"/>
50 <ComponentName Value="FormMain"/>
51 <ResourceBaseClass Value="Form"/>
52 <UnitName Value="UFormMain"/>
53 </Unit1>
54 <Unit2>
55 <Filename Value="UDataModuleMain.pas"/>
56 <IsPartOfProject Value="True"/>
57 <ComponentName Value="DataModuleMain"/>
58 <ResourceBaseClass Value="DataModule"/>
59 <UnitName Value="UDataModuleMain"/>
60 </Unit2>
61 </Units>
62 </ProjectOptions>
63 <CompilerOptions>
64 <Version Value="11"/>
65 <PathDelim Value="\"/>
66 <Target>
67 <Filename Value="ChronisAppServer"/>
68 </Target>
69 <SearchPaths>
70 <IncludeFiles Value="$(ProjOutDir)"/>
71 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
72 </SearchPaths>
73 <Linking>
74 <Options>
75 <Win32>
76 <GraphicApplication Value="True"/>
77 </Win32>
78 </Options>
79 </Linking>
80 <Other>
81 <CompilerMessages>
82 <MsgFileName Value=""/>
83 </CompilerMessages>
84 <CompilerPath Value="$(CompPath)"/>
85 </Other>
86 </CompilerOptions>
87 <Debugging>
88 <Exceptions Count="3">
89 <Item1>
90 <Name Value="EAbort"/>
91 </Item1>
92 <Item2>
93 <Name Value="ECodetoolError"/>
94 </Item2>
95 <Item3>
96 <Name Value="EFOpenError"/>
97 </Item3>
98 </Exceptions>
99 </Debugging>
100</CONFIG>
Note: See TracBrowser for help on using the repository browser.