source: trunk/AboveCompare.lpi

Last change on this file was 1, checked in by chronos, 5 years ago
  • Added: Initial version.
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="AboveCompare"/>
10 <Scaled Value="True"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <XPManifest>
14 <DpiAware Value="True"/>
15 </XPManifest>
16 <Icon Value="0"/>
17 </General>
18 <BuildModes Count="1">
19 <Item1 Name="Default" Default="True"/>
20 </BuildModes>
21 <PublishOptions>
22 <Version Value="2"/>
23 <UseFileFilters Value="True"/>
24 </PublishOptions>
25 <RunParams>
26 <FormatVersion Value="2"/>
27 <Modes Count="0"/>
28 </RunParams>
29 <RequiredPackages Count="1">
30 <Item1>
31 <PackageName Value="LCL"/>
32 </Item1>
33 </RequiredPackages>
34 <Units Count="4">
35 <Unit0>
36 <Filename Value="AboveCompare.lpr"/>
37 <IsPartOfProject Value="True"/>
38 </Unit0>
39 <Unit1>
40 <Filename Value="UFormMain.pas"/>
41 <IsPartOfProject Value="True"/>
42 <ComponentName Value="FormMain"/>
43 <ResourceBaseClass Value="Form"/>
44 </Unit1>
45 <Unit2>
46 <Filename Value="UCompare.pas"/>
47 <IsPartOfProject Value="True"/>
48 </Unit2>
49 <Unit3>
50 <Filename Value="UFormPanel.pas"/>
51 <IsPartOfProject Value="True"/>
52 <ComponentName Value="FormPanel"/>
53 <ResourceBaseClass Value="Form"/>
54 </Unit3>
55 </Units>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="11"/>
59 <PathDelim Value="\"/>
60 <Target>
61 <Filename Value="AboveCompare"/>
62 </Target>
63 <SearchPaths>
64 <IncludeFiles Value="$(ProjOutDir)"/>
65 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
66 </SearchPaths>
67 <Linking>
68 <Options>
69 <Win32>
70 <GraphicApplication Value="True"/>
71 </Win32>
72 </Options>
73 </Linking>
74 </CompilerOptions>
75 <Debugging>
76 <Exceptions Count="3">
77 <Item1>
78 <Name Value="EAbort"/>
79 </Item1>
80 <Item2>
81 <Name Value="ECodetoolError"/>
82 </Item2>
83 <Item3>
84 <Name Value="EFOpenError"/>
85 </Item3>
86 </Exceptions>
87 </Debugging>
88</CONFIG>
Note: See TracBrowser for help on using the repository browser.