2
0

captchapkg.lpk 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <PathDelim Value="\"/>
  5. <Name Value="CaptchaPkg"/>
  6. <Author Value="Silvio Clecio - http://silvioprog.com.br"/>
  7. <CompilerOptions>
  8. <Version Value="11"/>
  9. <PathDelim Value="\"/>
  10. <SearchPaths>
  11. <OtherUnitFiles Value="..\src"/>
  12. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  13. </SearchPaths>
  14. <Other>
  15. <CompilerMessages>
  16. <MsgFileName Value=""/>
  17. </CompilerMessages>
  18. <CompilerPath Value="$(CompPath)"/>
  19. </Other>
  20. </CompilerOptions>
  21. <Description Value="Nowadays, Pascal is fully immersed in web development world. Therefore, it faces the severe issue of spams.
  22. This plugin provides the handling of verification images, usually to block the free and automatic access in login pages."/>
  23. <License Value="Please see the LICENSE file."/>
  24. <Version Major="1"/>
  25. <Files Count="1">
  26. <Item1>
  27. <Filename Value="..\src\captcha.pas"/>
  28. <UnitName Value="Captcha"/>
  29. </Item1>
  30. </Files>
  31. <Type Value="RunTimeOnly"/>
  32. <RequiredPkgs Count="1">
  33. <Item1>
  34. <PackageName Value="FCL"/>
  35. </Item1>
  36. </RequiredPkgs>
  37. <UsageOptions>
  38. <UnitPath Value="$(PkgOutDir)"/>
  39. </UsageOptions>
  40. <PublishOptions>
  41. <Version Value="2"/>
  42. </PublishOptions>
  43. </Package>
  44. </CONFIG>