source: DpiControls/DpiControls.lpk

Last change on this file was 532, checked in by chronos, 5 years ago
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
4 <Name Value="DpiControls"/>
5 <Type Value="RunAndDesignTime"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <SearchPaths>
10 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
11 </SearchPaths>
12 </CompilerOptions>
13 <Description Value="Controls with dimensions independent to screen DPI setting. The controls use internally VCL controls. All positions and sizes are scaled from DPI independent values."/>
14 <License Value="Copyleft, public domain"/>
15 <Version Minor="1"/>
16 <Files Count="1">
17 <Item1>
18 <Filename Value="UDpiControls.pas"/>
19 <HasRegisterProc Value="True"/>
20 <UnitName Value="UDpiControls"/>
21 </Item1>
22 </Files>
23 <RequiredPkgs Count="3">
24 <Item1>
25 <PackageName Value="IDEIntf"/>
26 </Item1>
27 <Item2>
28 <PackageName Value="LCL"/>
29 </Item2>
30 <Item3>
31 <PackageName Value="FCL"/>
32 </Item3>
33 </RequiredPkgs>
34 <UsageOptions>
35 <UnitPath Value="$(PkgOutDir)"/>
36 </UsageOptions>
37 <PublishOptions>
38 <Version Value="2"/>
39 <UseFileFilters Value="True"/>
40 </PublishOptions>
41 <CustomOptions Items="ExternHelp" Version="2">
42 <_ExternHelp Items="Count"/>
43 </CustomOptions>
44 </Package>
45</CONFIG>
Note: See TracBrowser for help on using the repository browser.