source: tags/1.0.0/vCardStudio.lpi

Last change on this file was 22, checked in by chronos, 3 years ago
  • Modified: Updated Common package.
  • Removed: CoolTranslator is now part of Common package.
  • Modified: Replaced custom about dialog with the one from Common package.
File size: 6.6 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="vCard Studio"/>
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 <i18n>
19 <EnableI18N Value="True"/>
20 <OutDir Value="Languages"/>
21 </i18n>
22 <VersionInfo>
23 <UseVersionInfo Value="True"/>
24 <MajorVersionNr Value="1"/>
25 <StringTable FileDescription="vCard Studio" ProductName="vCard Studio"/>
26 </VersionInfo>
27 <BuildModes Count="2">
28 <Item1 Name="Debug" Default="True"/>
29 <Item2 Name="Release">
30 <CompilerOptions>
31 <Version Value="11"/>
32 <PathDelim Value="\"/>
33 <Target>
34 <Filename Value="vCardStudio"/>
35 </Target>
36 <SearchPaths>
37 <IncludeFiles Value="$(ProjOutDir)"/>
38 <OtherUnitFiles Value="Forms"/>
39 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
40 </SearchPaths>
41 <Parsing>
42 <SyntaxOptions>
43 <SyntaxMode Value="Delphi"/>
44 <CStyleOperator Value="False"/>
45 <AllowLabel Value="False"/>
46 <CPPInline Value="False"/>
47 </SyntaxOptions>
48 </Parsing>
49 <CodeGeneration>
50 <SmartLinkUnit Value="True"/>
51 <Optimizations>
52 <OptimizationLevel Value="3"/>
53 </Optimizations>
54 </CodeGeneration>
55 <Linking>
56 <Debugging>
57 <GenerateDebugInfo Value="False"/>
58 </Debugging>
59 <LinkSmart Value="True"/>
60 <Options>
61 <Win32>
62 <GraphicApplication Value="True"/>
63 </Win32>
64 </Options>
65 </Linking>
66 <Other>
67 <CompilerMessages>
68 <IgnoredMessages idx5024="True"/>
69 </CompilerMessages>
70 </Other>
71 </CompilerOptions>
72 </Item2>
73 <SharedMatrixOptions Count="2">
74 <Item1 ID="186308868222" Targets="Common,CoolTranslator" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
75 <Item2 ID="035947176865" Targets="Common,CoolTranslator" Modes="Release" Value="-CX -XX -O3"/>
76 </SharedMatrixOptions>
77 </BuildModes>
78 <PublishOptions>
79 <Version Value="2"/>
80 </PublishOptions>
81 <RunParams>
82 <local>
83 <CommandLineParams Value="--data-dir=..\.."/>
84 </local>
85 <FormatVersion Value="2"/>
86 <Modes Count="1">
87 <Mode0 Name="default">
88 <local>
89 <CommandLineParams Value="--data-dir=..\.."/>
90 </local>
91 </Mode0>
92 </Modes>
93 </RunParams>
94 <RequiredPackages Count="2">
95 <Item1>
96 <PackageName Value="Common"/>
97 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
98 </Item1>
99 <Item2>
100 <PackageName Value="LCL"/>
101 </Item2>
102 </RequiredPackages>
103 <Units Count="10">
104 <Unit0>
105 <Filename Value="vCardStudio.lpr"/>
106 <IsPartOfProject Value="True"/>
107 </Unit0>
108 <Unit1>
109 <Filename Value="Forms\UFormMain.pas"/>
110 <IsPartOfProject Value="True"/>
111 <ComponentName Value="FormMain"/>
112 <HasResources Value="True"/>
113 <ResourceBaseClass Value="Form"/>
114 </Unit1>
115 <Unit2>
116 <Filename Value="UCore.pas"/>
117 <IsPartOfProject Value="True"/>
118 <ComponentName Value="Core"/>
119 <HasResources Value="True"/>
120 <ResourceBaseClass Value="DataModule"/>
121 </Unit2>
122 <Unit3>
123 <Filename Value="UDataFile.pas"/>
124 <IsPartOfProject Value="True"/>
125 </Unit3>
126 <Unit4>
127 <Filename Value="Forms\UFormSettings.pas"/>
128 <IsPartOfProject Value="True"/>
129 <ComponentName Value="FormSettings"/>
130 <HasResources Value="True"/>
131 <ResourceBaseClass Value="Form"/>
132 </Unit4>
133 <Unit5>
134 <Filename Value="UContact.pas"/>
135 <IsPartOfProject Value="True"/>
136 </Unit5>
137 <Unit6>
138 <Filename Value="Forms\UFormContacts.pas"/>
139 <IsPartOfProject Value="True"/>
140 <ComponentName Value="FormContacts"/>
141 <HasResources Value="True"/>
142 <ResourceBaseClass Value="Form"/>
143 </Unit6>
144 <Unit7>
145 <Filename Value="Forms\UFormContact.pas"/>
146 <IsPartOfProject Value="True"/>
147 <ComponentName Value="FormContact"/>
148 <HasResources Value="True"/>
149 <ResourceBaseClass Value="Form"/>
150 </Unit7>
151 <Unit8>
152 <Filename Value="Forms\UFormFindDuplicity.pas"/>
153 <IsPartOfProject Value="True"/>
154 <ComponentName Value="FormFindDuplicity"/>
155 <HasResources Value="True"/>
156 <ResourceBaseClass Value="Form"/>
157 </Unit8>
158 <Unit9>
159 <Filename Value="Forms\UFormGenerate.pas"/>
160 <IsPartOfProject Value="True"/>
161 <ComponentName Value="FormGenerate"/>
162 <HasResources Value="True"/>
163 <ResourceBaseClass Value="Form"/>
164 </Unit9>
165 </Units>
166 </ProjectOptions>
167 <CompilerOptions>
168 <Version Value="11"/>
169 <PathDelim Value="\"/>
170 <Target>
171 <Filename Value="vCardStudio"/>
172 </Target>
173 <SearchPaths>
174 <IncludeFiles Value="$(ProjOutDir)"/>
175 <OtherUnitFiles Value="Forms"/>
176 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
177 </SearchPaths>
178 <Parsing>
179 <SyntaxOptions>
180 <SyntaxMode Value="Delphi"/>
181 <CStyleOperator Value="False"/>
182 <IncludeAssertionCode Value="True"/>
183 <AllowLabel Value="False"/>
184 <CPPInline Value="False"/>
185 </SyntaxOptions>
186 </Parsing>
187 <CodeGeneration>
188 <Checks>
189 <IOChecks Value="True"/>
190 <RangeChecks Value="True"/>
191 <OverflowChecks Value="True"/>
192 <StackChecks Value="True"/>
193 </Checks>
194 <VerifyObjMethodCallValidity Value="True"/>
195 </CodeGeneration>
196 <Linking>
197 <Debugging>
198 <UseHeaptrc Value="True"/>
199 </Debugging>
200 <Options>
201 <Win32>
202 <GraphicApplication Value="True"/>
203 </Win32>
204 </Options>
205 </Linking>
206 <Other>
207 <CompilerMessages>
208 <IgnoredMessages idx5024="True"/>
209 </CompilerMessages>
210 </Other>
211 </CompilerOptions>
212 <Debugging>
213 <Exceptions Count="3">
214 <Item1>
215 <Name Value="EAbort"/>
216 </Item1>
217 <Item2>
218 <Name Value="ECodetoolError"/>
219 </Item2>
220 <Item3>
221 <Name Value="EFOpenError"/>
222 </Item3>
223 </Exceptions>
224 </Debugging>
225</CONFIG>
Note: See TracBrowser for help on using the repository browser.