source: ExceptionLogger/ExceptionLogger.lpk

Last change on this file was 343, checked in by chronos, 12 years ago
File size: 2.0 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="ExceptionLogger"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos (robie@centrum.cz)"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Parsing>
15 <SyntaxOptions>
16 <SyntaxMode Value="Delphi"/>
17 </SyntaxOptions>
18 </Parsing>
19 <Other>
20 <CompilerMessages>
21 <UseMsgFile Value="True"/>
22 </CompilerMessages>
23 <CompilerPath Value="$(CompPath)"/>
24 </Other>
25 </CompilerOptions>
26 <Description Value="Component for detailed exception debugging."/>
27 <License Value="GNU/GPL"/>
28 <Version Major="1"/>
29 <Files Count="5">
30 <Item1>
31 <Filename Value="CustomLineInfo.pas"/>
32 <UnitName Value="CustomLineInfo"/>
33 </Item1>
34 <Item2>
35 <Filename Value="UStackTrace.pas"/>
36 <UnitName Value="UStackTrace"/>
37 </Item2>
38 <Item3>
39 <Filename Value="UExceptionForm.pas"/>
40 <UnitName Value="UExceptionForm"/>
41 </Item3>
42 <Item4>
43 <Filename Value="UExceptionLogger.pas"/>
44 <HasRegisterProc Value="True"/>
45 <UnitName Value="UExceptionLogger"/>
46 </Item4>
47 <Item5>
48 <Filename Value="ReadMe.txt"/>
49 <Type Value="Binary"/>
50 </Item5>
51 </Files>
52 <i18n>
53 <EnableI18N Value="True"/>
54 <OutDir Value="languages"/>
55 </i18n>
56 <Type Value="RunAndDesignTime"/>
57 <RequiredPkgs Count="2">
58 <Item1>
59 <PackageName Value="LCL"/>
60 </Item1>
61 <Item2>
62 <PackageName Value="FCL"/>
63 <MinVersion Major="1" Valid="True"/>
64 </Item2>
65 </RequiredPkgs>
66 <UsageOptions>
67 <UnitPath Value="$(PkgOutDir)"/>
68 </UsageOptions>
69 <PublishOptions>
70 <Version Value="2"/>
71 </PublishOptions>
72 </Package>
73</CONFIG>
Note: See TracBrowser for help on using the repository browser.