source: Common/Demo/PersistentForm/PersistentFormDemo.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.1 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="PersistentFormDemo"/>
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="3">
31 <Item1>
32 <PackageName Value="FCL"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="Common"/>
36 <DefaultFilename Value="../../Common.lpk" Prefer="True"/>
37 </Item2>
38 <Item3>
39 <PackageName Value="LCL"/>
40 </Item3>
41 </RequiredPackages>
42 <Units Count="2">
43 <Unit0>
44 <Filename Value="PersistentFormDemo.lpr"/>
45 <IsPartOfProject Value="True"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="Unit1.pas"/>
49 <IsPartOfProject Value="True"/>
50 <ComponentName Value="Form1"/>
51 <HasResources Value="True"/>
52 <ResourceBaseClass Value="Form"/>
53 </Unit1>
54 </Units>
55 </ProjectOptions>
56 <CompilerOptions>
57 <Version Value="11"/>
58 <Target>
59 <Filename Value="PersistentFormDemo"/>
60 </Target>
61 <SearchPaths>
62 <IncludeFiles Value="$(ProjOutDir)"/>
63 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
64 </SearchPaths>
65 <Linking>
66 <Options>
67 <Win32>
68 <GraphicApplication Value="True"/>
69 </Win32>
70 </Options>
71 </Linking>
72 </CompilerOptions>
73 <Debugging>
74 <Exceptions Count="3">
75 <Item1>
76 <Name Value="EAbort"/>
77 </Item1>
78 <Item2>
79 <Name Value="ECodetoolError"/>
80 </Item2>
81 <Item3>
82 <Name Value="EFOpenError"/>
83 </Item3>
84 </Exceptions>
85 </Debugging>
86</CONFIG>
Note: See TracBrowser for help on using the repository browser.