source: PersistentData/Demo/Demo.lpi

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