source: branches/lazarus/wowhosting.lpi

Last change on this file was 61, checked in by george, 15 years ago
  • Přidáno: Další chybějící soubory s vývojové větve ve Free Pascalu.
File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="7"/>
5 <General>
6 <MainUnit Value="0"/>
7 <TargetFileExt Value=""/>
8 <Icon Value="0"/>
9 <UseXPManifest Value="True"/>
10 <ActiveEditorIndexAtStart Value="1"/>
11 </General>
12 <VersionInfo>
13 <ProjectVersion Value=""/>
14 <Language Value=""/>
15 <CharSet Value=""/>
16 </VersionInfo>
17 <PublishOptions>
18 <Version Value="2"/>
19 <IgnoreBinaries Value="False"/>
20 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
22 </PublishOptions>
23 <RunParams>
24 <local>
25 <FormatVersion Value="1"/>
26 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
27 </local>
28 </RunParams>
29 <Units Count="2">
30 <Unit0>
31 <Filename Value="wowhosting.lpr"/>
32 <IsPartOfProject Value="True"/>
33 <UnitName Value="wowhosting"/>
34 <CursorPos X="42" Y="10"/>
35 <TopLine Value="1"/>
36 <EditorIndex Value="0"/>
37 <UsageCount Value="20"/>
38 <Loaded Value="True"/>
39 </Unit0>
40 <Unit1>
41 <Filename Value="UCore.pas"/>
42 <UnitName Value="UCore"/>
43 <CursorPos X="5" Y="28"/>
44 <TopLine Value="22"/>
45 <EditorIndex Value="1"/>
46 <UsageCount Value="10"/>
47 <Loaded Value="True"/>
48 </Unit1>
49 </Units>
50 <JumpHistory Count="1" HistoryIndex="0">
51 <Position1>
52 <Filename Value="UCore.pas"/>
53 <Caret Line="1" Column="1" TopLine="1"/>
54 </Position1>
55 </JumpHistory>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="8"/>
59 <SearchPaths>
60 <IncludeFiles Value="$(ProjOutDir)/"/>
61 </SearchPaths>
62 <Other>
63 <CompilerPath Value="$(CompPath)"/>
64 </Other>
65 </CompilerOptions>
66 <Debugging>
67 <Exceptions Count="3">
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 </Exceptions>
78 </Debugging>
79</CONFIG>
Note: See TracBrowser for help on using the repository browser.