source: trunk/Packages/bgracontrols/testbgraneobutton/testbgraneobutton.lpi

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 2.3 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 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 </General>
12 <i18n>
13 <EnableI18N LFM="False"/>
14 </i18n>
15 <VersionInfo>
16 <StringTable ProductVersion=""/>
17 </VersionInfo>
18 <BuildModes Count="1">
19 <Item1 Name="Default" Default="True"/>
20 </BuildModes>
21 <PublishOptions>
22 <Version Value="2"/>
23 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
24 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
25 </PublishOptions>
26 <RunParams>
27 <local>
28 <FormatVersion Value="1"/>
29 </local>
30 </RunParams>
31 <RequiredPackages Count="2">
32 <Item1>
33 <PackageName Value="bgracontrols"/>
34 </Item1>
35 <Item2>
36 <PackageName Value="LCL"/>
37 </Item2>
38 </RequiredPackages>
39 <Units Count="2">
40 <Unit0>
41 <Filename Value="testbgraneobutton.lpr"/>
42 <IsPartOfProject Value="True"/>
43 <UnitName Value="testbgraneobutton"/>
44 </Unit0>
45 <Unit1>
46 <Filename Value="utestbgraneobutton.pas"/>
47 <IsPartOfProject Value="True"/>
48 <ComponentName Value="Form1"/>
49 <ResourceBaseClass Value="Form"/>
50 <UnitName Value="utestbgraneobutton"/>
51 </Unit1>
52 </Units>
53 </ProjectOptions>
54 <CompilerOptions>
55 <Version Value="11"/>
56 <PathDelim Value="\"/>
57 <Target>
58 <Filename Value="testbgraneobutton"/>
59 </Target>
60 <SearchPaths>
61 <IncludeFiles Value="$(ProjOutDir)"/>
62 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
63 </SearchPaths>
64 <Linking>
65 <Options>
66 <Win32>
67 <GraphicApplication Value="True"/>
68 </Win32>
69 </Options>
70 </Linking>
71 <Other>
72 <CompilerMessages>
73 <MsgFileName Value=""/>
74 </CompilerMessages>
75 <CompilerPath Value="$(CompPath)"/>
76 </Other>
77 </CompilerOptions>
78 <Debugging>
79 <Exceptions Count="3">
80 <Item1>
81 <Name Value="EAbort"/>
82 </Item1>
83 <Item2>
84 <Name Value="ECodetoolError"/>
85 </Item2>
86 <Item3>
87 <Name Value="EFOpenError"/>
88 </Item3>
89 </Exceptions>
90 </Debugging>
91</CONFIG>
Note: See TracBrowser for help on using the repository browser.