source: trunk/Packages/lazbarcodes/demo/LazBarcodeDemo.lpi

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: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <Title Value="LazBarcodeDemo"/>
9 <Scaled Value="True"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 </General>
16 <BuildModes>
17 <Item Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 <UseFileFilters Value="True"/>
22 </PublishOptions>
23 <RunParams>
24 <FormatVersion Value="2"/>
25 </RunParams>
26 <RequiredPackages>
27 <Item>
28 <PackageName Value="lazbarcodes"/>
29 </Item>
30 <Item>
31 <PackageName Value="LCL"/>
32 </Item>
33 </RequiredPackages>
34 <Units>
35 <Unit>
36 <Filename Value="LazBarcodeDemo.lpr"/>
37 <IsPartOfProject Value="True"/>
38 </Unit>
39 <Unit>
40 <Filename Value="main.pas"/>
41 <IsPartOfProject Value="True"/>
42 <ComponentName Value="MainForm"/>
43 <HasResources Value="True"/>
44 <ResourceBaseClass Value="Form"/>
45 </Unit>
46 </Units>
47 </ProjectOptions>
48 <CompilerOptions>
49 <Version Value="11"/>
50 <PathDelim Value="\"/>
51 <Target>
52 <Filename Value="LazBarcodeDemo"/>
53 </Target>
54 <SearchPaths>
55 <IncludeFiles Value="$(ProjOutDir)"/>
56 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
57 </SearchPaths>
58 <Linking>
59 <Debugging>
60 <DebugInfoType Value="dsDwarf2Set"/>
61 </Debugging>
62 <Options>
63 <Win32>
64 <GraphicApplication Value="True"/>
65 </Win32>
66 </Options>
67 </Linking>
68 </CompilerOptions>
69 <Debugging>
70 <Exceptions>
71 <Item>
72 <Name Value="EAbort"/>
73 </Item>
74 <Item>
75 <Name Value="ECodetoolError"/>
76 </Item>
77 <Item>
78 <Name Value="EFOpenError"/>
79 </Item>
80 <Item>
81 <Name Value="FPImageException"/>
82 <Enabled Value="False"/>
83 </Item>
84 <Item>
85 <Name Value="EInvalidGraphic"/>
86 <Enabled Value="False"/>
87 </Item>
88 </Exceptions>
89 </Debugging>
90</CONFIG>
Note: See TracBrowser for help on using the repository browser.