lazarus/components/tachart/demo/multi/multidemo.lpi

131 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<Title Value="Multi-Valued Series Demo"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default"/>
</Modes>
</RunParams>
<RequiredPackages Count="3">
<Item1>
<PackageName Value="LCLBase"/>
<MinVersion Major="1" Release="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="TAChartLazarusPkg"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>
</Item3>
</RequiredPackages>
<Units Count="7">
<Unit0>
<Filename Value="multidemo.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="Main.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="MainForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit1>
<Unit2>
<Filename Value="frmbubble.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="BubbleFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="frmBubble"/>
</Unit2>
<Unit3>
<Filename Value="frmstacked.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="StackedFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="frmStacked"/>
</Unit3>
<Unit4>
<Filename Value="frmboxwhisker.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="BoxWhiskerFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="frmBoxWhisker"/>
</Unit4>
<Unit5>
<Filename Value="frmohlc.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="OHLCFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="frmOHLC"/>
</Unit5>
<Unit6>
<Filename Value="frmfield.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="FieldFrame"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="frmField"/>
</Unit6>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="multidemo"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>