source: Common/Demo/ScaleDPI/ScaleDPI.lpi

Last change on this file was 563, checked in by chronos, 18 months ago
  • Modified: Removed U prefix from all Common package units.
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="ScaleDPI"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <Icon Value="0"/>
14 </General>
15 <i18n>
16 <EnableI18N LFM="False"/>
17 </i18n>
18 <BuildModes Count="1">
19 <Item1 Name="Default" Default="True"/>
20 </BuildModes>
21 <PublishOptions>
22 <Version Value="2"/>
23 </PublishOptions>
24 <RunParams>
25 <FormatVersion Value="2"/>
26 <Modes Count="1">
27 <Mode0 Name="default"/>
28 </Modes>
29 </RunParams>
30 <RequiredPackages Count="2">
31 <Item1>
32 <PackageName Value="Common"/>
33 <DefaultFilename Value="../../Common.lpk" Prefer="True"/>
34 </Item1>
35 <Item2>
36 <PackageName Value="LCL"/>
37 </Item2>
38 </RequiredPackages>
39 <Units Count="3">
40 <Unit0>
41 <Filename Value="ScaleDPI.lpr"/>
42 <IsPartOfProject Value="True"/>
43 </Unit0>
44 <Unit1>
45 <Filename Value="UFormMain.pas"/>
46 <IsPartOfProject Value="True"/>
47 <ComponentName Value="Form1"/>
48 <HasResources Value="True"/>
49 <ResourceBaseClass Value="Form"/>
50 </Unit1>
51 <Unit2>
52 <Filename Value="UFormTest.pas"/>
53 <IsPartOfProject Value="True"/>
54 <ComponentName Value="Form2"/>
55 <HasResources Value="True"/>
56 <ResourceBaseClass Value="Form"/>
57 </Unit2>
58 </Units>
59 </ProjectOptions>
60 <CompilerOptions>
61 <Version Value="11"/>
62 <Target>
63 <Filename Value="ScaleDPI"/>
64 </Target>
65 <SearchPaths>
66 <IncludeFiles Value="$(ProjOutDir)"/>
67 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
68 </SearchPaths>
69 <Linking>
70 <Debugging>
71 <DebugInfoType Value="dsDwarf2Set"/>
72 </Debugging>
73 <Options>
74 <Win32>
75 <GraphicApplication Value="True"/>
76 </Win32>
77 </Options>
78 </Linking>
79 </CompilerOptions>
80 <Debugging>
81 <Exceptions Count="3">
82 <Item1>
83 <Name Value="EAbort"/>
84 </Item1>
85 <Item2>
86 <Name Value="ECodetoolError"/>
87 </Item2>
88 <Item3>
89 <Name Value="EFOpenError"/>
90 </Item3>
91 </Exceptions>
92 </Debugging>
93</CONFIG>
Note: See TracBrowser for help on using the repository browser.