mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-18 13:45:55 +02:00
144 lines
4.2 KiB
XML
144 lines
4.2 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="TAChart LineSeries Demo"/>
|
|
<Scaled Value="True"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<Language Value=""/>
|
|
<CharSet Value=""/>
|
|
</VersionInfo>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="1">
|
|
<Mode0 Name="default">
|
|
<local>
|
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</Mode0>
|
|
</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="8">
|
|
<Unit0>
|
|
<Filename Value="linedemo.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="frmfast.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="FastDrawingFrame"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmFast"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="frmpointers.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="PointersFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmPointers"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="frmcustomdrawpointer.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="CustomDrawPointerFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmCustomDrawPointer"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="frmgetpointerstyle.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="GetPointerStyleFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmGetPointerStyle"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="frmoscilloscope.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="OscilloscopeFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmOscilloscope"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="frmcoloreach.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="ColorEachDatapointFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmColorEach"/>
|
|
</Unit7>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="linedemo"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<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>
|