You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9103 8e941d3f-bd1b-0410-a28a-d453659cc2b4
45 lines
1.3 KiB
XML
45 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="NiceChartLaz"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Priyatna"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value="..\..\source"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
</CompilerOptions>
|
|
<Description Value="Light-weight chart component with basic functionality (bar series, line series, smooth spline series)"/>
|
|
<License Value="MPL"/>
|
|
<Version Major="2" Release="1"/>
|
|
<Files Count="2">
|
|
<Item1>
|
|
<Filename Value="..\..\source\nicechart.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="NiceChart"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="..\..\source\nicesplines.pas"/>
|
|
<UnitName Value="NiceSplines"/>
|
|
</Item2>
|
|
</Files>
|
|
<CompatibilityMode Value="True"/>
|
|
<RequiredPkgs Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<UseFileFilters Value="True"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|