source: trunk/Packages/Common/Demo/ScaleDPI/ScaleDPI.lpi

Last change on this file was 6, checked in by chronos, 10 years ago
  • Added: Now opened projects are remembered between application restarts.
  • Added: Show basic list of files in selected project.
  • Added: Packages Common and TemplateGenerics.
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ScaleDPI"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <VersionInfo>
17 <StringTable ProductVersion=""/>
18 </VersionInfo>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 </PublishOptions>
25 <RunParams>
26 <local>
27 <FormatVersion Value="1"/>
28 </local>
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 <UnitName Value="ScaleDPI"/>
44 </Unit0>
45 <Unit1>
46 <Filename Value="UFormMain.pas"/>
47 <IsPartOfProject Value="True"/>
48 <ComponentName Value="Form1"/>
49 <ResourceBaseClass Value="Form"/>
50 <UnitName Value="UFormMain"/>
51 </Unit1>
52 <Unit2>
53 <Filename Value="UFormTest.pas"/>
54 <IsPartOfProject Value="True"/>
55 <ComponentName Value="Form2"/>
56 <ResourceBaseClass Value="Form"/>
57 <UnitName Value="UFormTest"/>
58 </Unit2>
59 </Units>
60 </ProjectOptions>
61 <CompilerOptions>
62 <Version Value="11"/>
63 <Target>
64 <Filename Value="ScaleDPI"/>
65 </Target>
66 <SearchPaths>
67 <IncludeFiles Value="$(ProjOutDir)"/>
68 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
69 </SearchPaths>
70 <Linking>
71 <Options>
72 <Win32>
73 <GraphicApplication Value="True"/>
74 </Win32>
75 </Options>
76 </Linking>
77 </CompilerOptions>
78 <Debugging>
79 <Exceptions Count="3">
80 <Item1>
81 <Name Value="EAbort"/>
82 </Item1>
83 <Item2>
84 <Name Value="ECodetoolError"/>
85 </Item2>
86 <Item3>
87 <Name Value="EFOpenError"/>
88 </Item3>
89 </Exceptions>
90 </Debugging>
91</CONFIG>
Note: See TracBrowser for help on using the repository browser.