source: trunk/StudioPackage/Demo/Demo.lpi

Last change on this file was 1, checked in by chronos, 12 years ago
File size: 2.4 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="Demo"/>
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="LibreDevelopStudio"/>
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="UCore.pas"/>
49 <IsPartOfProject Value="True"/>
50 <ComponentName Value="Core"/>
51 <HasResources Value="True"/>
52 <ResourceBaseClass Value="DataModule"/>
53 <UnitName Value="UCore"/>
54 </Unit1>
55 </Units>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="11"/>
59 <PathDelim Value="\"/>
60 <Target>
61 <Filename Value="Demo"/>
62 </Target>
63 <SearchPaths>
64 <IncludeFiles Value="$(ProjOutDir)"/>
65 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
66 </SearchPaths>
67 <Linking>
68 <Options>
69 <Win32>
70 <GraphicApplication Value="True"/>
71 </Win32>
72 </Options>
73 </Linking>
74 <Other>
75 <CompilerMessages>
76 <MsgFileName Value=""/>
77 </CompilerMessages>
78 <CompilerPath Value="$(CompPath)"/>
79 </Other>
80 </CompilerOptions>
81 <Debugging>
82 <Exceptions Count="3">
83 <Item1>
84 <Name Value="EAbort"/>
85 </Item1>
86 <Item2>
87 <Name Value="ECodetoolError"/>
88 </Item2>
89 <Item3>
90 <Name Value="EFOpenError"/>
91 </Item3>
92 </Exceptions>
93 </Debugging>
94</CONFIG>
Note: See TracBrowser for help on using the repository browser.