lazarus-ccr/components/captcha/captcha_pkg.lpk
wp_xxyyzz 0e5f075b8b captcha: Initial commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8111 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-10-01 17:02:14 +00:00

41 lines
1.1 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>
</Package>
</CONFIG>