mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-15 21:36:15 +02:00
132 lines
4.0 KiB
XML
132 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="12"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<Flags>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
<CompatibilityMode Value="True"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<Title Value="TAChart Function Series Demo"/>
|
|
<Scaled Value="True"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<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="4">
|
|
<Item1>
|
|
<PackageName Value="RunTimeTypeInfoControls"/>
|
|
<MinVersion Valid="True"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LCLBase"/>
|
|
<MinVersion Valid="True"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="TAChartLazarusPkg"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item3>
|
|
<Item4>
|
|
<PackageName Value="LCL"/>
|
|
</Item4>
|
|
</RequiredPackages>
|
|
<Units Count="8">
|
|
<Unit0>
|
|
<Filename Value="funcdemo.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="frmdomain.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="DomainFrame"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmDomain"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="frmcolormap.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="ColorMapFrame"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmColorMap"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="frmspline.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="SplineFrame"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmSpline"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="frmautoyextent.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="AutoYExtentFrame"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmAutoYExtent"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="frmparametric.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="ParametricFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmParametric"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="frmexpression.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="ExpressionFrame"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="frmExpression"/>
|
|
</Unit7>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<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>
|
|
</CONFIG>
|