source: branches/generator/Packages/Common/Demo/PersistentForm/PersistentFormDemo.lpi

Last change on this file was 114, checked in by chronos, 7 years ago
  • Added: Common and TemplateGenerics packages.
  • Added: Remember main and rules form dimensions.
File size: 2.1 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="PersistentFormDemo"/>
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="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 <UnitName Value="Unit1"/>
54 </Unit1>
55 </Units>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="11"/>
59 <Target>
60 <Filename Value="PersistentFormDemo"/>
61 </Target>
62 <SearchPaths>
63 <IncludeFiles Value="$(ProjOutDir)"/>
64 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
65 </SearchPaths>
66 <Linking>
67 <Options>
68 <Win32>
69 <GraphicApplication Value="True"/>
70 </Win32>
71 </Options>
72 </Linking>
73 </CompilerOptions>
74 <Debugging>
75 <Exceptions Count="3">
76 <Item1>
77 <Name Value="EAbort"/>
78 </Item1>
79 <Item2>
80 <Name Value="ECodetoolError"/>
81 </Item2>
82 <Item3>
83 <Name Value="EFOpenError"/>
84 </Item3>
85 </Exceptions>
86 </Debugging>
87</CONFIG>
Note: See TracBrowser for help on using the repository browser.