lazarus-ccr/components/captcha/captcha_pkg.lpk

42 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="captcha_pkg"/>
<Type Value="RunAndDesignTime"/>
<Author Value="W. Pamler"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="A visual component which displays a CAPTCHA"/>
<License Value="LGPL with linking exception (like Lazarus LCL)"/>
<Version Minor="1"/>
<Files Count="1">
<Item1>
<Filename Value="source\captchactrl.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="CaptchaCtrl"/>
</Item1>
</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>
<ExamplesDirectory Value="demos\"/>
</Package>
</CONFIG>