source: trunk/Packages/bgracontrols/tachartslicescaling/animatedemo.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="TAChart animated source demo"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
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 </local>
31 </RunParams>
32 <RequiredPackages Count="4">
33 <Item1>
34 <PackageName Value="bgracontrols"/>
35 </Item1>
36 <Item2>
37 <PackageName Value="BGRABitmapPack"/>
38 </Item2>
39 <Item3>
40 <PackageName Value="TAChartLazarusPkg"/>
41 </Item3>
42 <Item4>
43 <PackageName Value="LCL"/>
44 </Item4>
45 </RequiredPackages>
46 <Units Count="2">
47 <Unit0>
48 <Filename Value="animatedemo.lpr"/>
49 <IsPartOfProject Value="True"/>
50 <UnitName Value="animatedemo"/>
51 </Unit0>
52 <Unit1>
53 <Filename Value="Main.pas"/>
54 <IsPartOfProject Value="True"/>
55 <ComponentName Value="Form1"/>
56 <HasResources Value="True"/>
57 <ResourceBaseClass Value="Form"/>
58 <UnitName Value="Main"/>
59 </Unit1>
60 </Units>
61 </ProjectOptions>
62 <CompilerOptions>
63 <Version Value="11"/>
64 <PathDelim Value="\"/>
65 <Target>
66 <Filename Value="animatedemo"/>
67 </Target>
68 <SearchPaths>
69 <IncludeFiles Value="$(ProjOutDir)"/>
70 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
71 </SearchPaths>
72 <Linking>
73 <Options>
74 <Win32>
75 <GraphicApplication Value="True"/>
76 </Win32>
77 </Options>
78 </Linking>
79 <Other>
80 <CompilerMessages>
81 <UseMsgFile Value="True"/>
82 </CompilerMessages>
83 <CompilerPath Value="$(CompPath)"/>
84 </Other>
85 </CompilerOptions>
86 <Debugging>
87 <Exceptions Count="3">
88 <Item1>
89 <Name Value="EAbort"/>
90 </Item1>
91 <Item2>
92 <Name Value="ECodetoolError"/>
93 </Item2>
94 <Item3>
95 <Name Value="EFOpenError"/>
96 </Item3>
97 </Exceptions>
98 </Debugging>
99</CONFIG>
Note: See TracBrowser for help on using the repository browser.