source: trunk/Packages/lazbarcodes/packages/lazbarcodes.lpk

Last change on this file was 123, checked in by chronos, 3 years ago
  • Added: QR code image visible in contact others tab. It can be saved as image to file.
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="5">
4 <PathDelim Value="\"/>
5 <Name Value="lazbarcodes"/>
6 <Type Value="RunAndDesignTime"/>
7 <Author Value="José Mejuto"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <OtherUnitFiles Value="..\src"/>
13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
14 </SearchPaths>
15 </CompilerOptions>
16 <Description Value="Provides barcode 1D and 2D generation based in the &apos;C&apos; zint library."/>
17 <Version Major="2"/>
18 <Files Count="2">
19 <Item1>
20 <Filename Value="..\src\ubarcodes.pas"/>
21 <HasRegisterProc Value="True"/>
22 <UnitName Value="ubarcodes"/>
23 </Item1>
24 <Item2>
25 <Filename Value="..\src\udrawers.pas"/>
26 <UnitName Value="udrawers"/>
27 </Item2>
28 </Files>
29 <CompatibilityMode Value="True"/>
30 <RequiredPkgs Count="2">
31 <Item1>
32 <PackageName Value="IDEIntf"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="lazbarcodes_runtimeonly"/>
36 <MinVersion Major="1" Valid="True"/>
37 </Item2>
38 </RequiredPkgs>
39 <UsageOptions>
40 <UnitPath Value="$(PkgOutDir)"/>
41 </UsageOptions>
42 <PublishOptions>
43 <Version Value="2"/>
44 </PublishOptions>
45 <CustomOptions Items="ExternHelp" Version="2">
46 <_ExternHelp Items="Count"/>
47 </CustomOptions>
48 </Package>
49</CONFIG>
Note: See TracBrowser for help on using the repository browser.