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

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