source: tools/WoWHeadLoader/WoWHeadLoader.lpi

Last change on this file was 617, checked in by maron, 10 years ago
File size: 2.3 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <MainUnitHasCreateFormStatements Value="False"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <MainUnit Value="0"/>
12 <Title Value="WoWHeadLoader"/>
13 <UseAppBundle Value="False"/>
14 <ResourceType Value="res"/>
15 </General>
16 <i18n>
17 <EnableI18N LFM="False"/>
18 </i18n>
19 <VersionInfo>
20 <StringTable ProductVersion=""/>
21 </VersionInfo>
22 <BuildModes Count="1">
23 <Item1 Name="Default" Default="True"/>
24 </BuildModes>
25 <PublishOptions>
26 <Version Value="2"/>
27 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
28 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
29 </PublishOptions>
30 <RunParams>
31 <local>
32 <FormatVersion Value="1"/>
33 </local>
34 </RunParams>
35 <Units Count="2">
36 <Unit0>
37 <Filename Value="WoWHeadLoader.lpr"/>
38 <IsPartOfProject Value="True"/>
39 <UnitName Value="WoWHeadLoader"/>
40 </Unit0>
41 <Unit1>
42 <Filename Value="uglobal.pas"/>
43 <IsPartOfProject Value="True"/>
44 <UnitName Value="Uglobal"/>
45 </Unit1>
46 </Units>
47 </ProjectOptions>
48 <CompilerOptions>
49 <Version Value="11"/>
50 <PathDelim Value="\"/>
51 <Target>
52 <Filename Value="WoWHeadLoader"/>
53 </Target>
54 <SearchPaths>
55 <IncludeFiles Value="$(ProjOutDir)"/>
56 <OtherUnitFiles Value="D:\ProgramFiles\lazarus\units\indy-10.2.0.3\fpc\;D:\ProgramFiles\lazarus\units\zeros\packages\lazarus\"/>
57 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
58 </SearchPaths>
59 <Other>
60 <CompilerMessages>
61 <MsgFileName Value=""/>
62 </CompilerMessages>
63 <CompilerPath Value="$(CompPath)"/>
64 </Other>
65 </CompilerOptions>
66 <Debugging>
67 <Exceptions Count="5">
68 <Item1>
69 <Name Value="EAbort"/>
70 </Item1>
71 <Item2>
72 <Name Value="ECodetoolError"/>
73 </Item2>
74 <Item3>
75 <Name Value="EFOpenError"/>
76 </Item3>
77 <Item4>
78 <Name Value="EIdHTTPProtocolException"/>
79 </Item4>
80 <Item5>
81 <Name Value="EIdSocketError"/>
82 </Item5>
83 </Exceptions>
84 </Debugging>
85</CONFIG>
Note: See TracBrowser for help on using the repository browser.