source: trunk/Packages/bgracontrols/9slicescaling/project1.lpi

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 2.6 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="project1"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
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 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
25 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
26 </PublishOptions>
27 <RunParams>
28 <local>
29 <FormatVersion Value="1"/>
30 </local>
31 </RunParams>
32 <RequiredPackages Count="2">
33 <Item1>
34 <PackageName Value="bgracontrols"/>
35 </Item1>
36 <Item2>
37 <PackageName Value="LCL"/>
38 </Item2>
39 </RequiredPackages>
40 <Units Count="3">
41 <Unit0>
42 <Filename Value="project1.lpr"/>
43 <IsPartOfProject Value="True"/>
44 <UnitName Value="project1"/>
45 </Unit0>
46 <Unit1>
47 <Filename Value="unit1.pas"/>
48 <IsPartOfProject Value="True"/>
49 <ComponentName Value="Form1"/>
50 <HasResources Value="True"/>
51 <ResourceBaseClass Value="Form"/>
52 <UnitName Value="Unit1"/>
53 </Unit1>
54 <Unit2>
55 <Filename Value="slicescaling.pas"/>
56 <IsPartOfProject Value="True"/>
57 <UnitName Value="slicescaling"/>
58 </Unit2>
59 </Units>
60 </ProjectOptions>
61 <CompilerOptions>
62 <Version Value="11"/>
63 <PathDelim Value="\"/>
64 <Target>
65 <Filename Value="project1"/>
66 </Target>
67 <SearchPaths>
68 <IncludeFiles Value="$(ProjOutDir)"/>
69 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
70 </SearchPaths>
71 <Linking>
72 <Debugging>
73 <UseHeaptrc Value="True"/>
74 </Debugging>
75 <Options>
76 <Win32>
77 <GraphicApplication Value="True"/>
78 </Win32>
79 </Options>
80 </Linking>
81 <Other>
82 <CompilerMessages>
83 <MsgFileName Value=""/>
84 </CompilerMessages>
85 <CompilerPath Value="$(CompPath)"/>
86 </Other>
87 </CompilerOptions>
88 <Debugging>
89 <Exceptions Count="3">
90 <Item1>
91 <Name Value="EAbort"/>
92 </Item1>
93 <Item2>
94 <Name Value="ECodetoolError"/>
95 </Item2>
96 <Item3>
97 <Name Value="EFOpenError"/>
98 </Item3>
99 </Exceptions>
100 </Debugging>
101</CONFIG>
Note: See TracBrowser for help on using the repository browser.