source: branches/lazarus/wowpanel.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.3 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="0"/>
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 <RequiredPackages Count="1">
30 <Item1>
31 <PackageName Value="LCL"/>
32 </Item1>
33 </RequiredPackages>
34 <Units Count="2">
35 <Unit0>
36 <Filename Value="wowpanel.lpr"/>
37 <IsPartOfProject Value="True"/>
38 <UnitName Value="wowpanel"/>
39 <UsageCount Value="20"/>
40 </Unit0>
41 <Unit1>
42 <Filename Value="UMainUnit.pas"/>
43 <ComponentName Value="Form1"/>
44 <IsPartOfProject Value="True"/>
45 <ResourceBaseClass Value="Form"/>
46 <UnitName Value="UMainUnit"/>
47 <CursorPos X="20" Y="24"/>
48 <TopLine Value="1"/>
49 <EditorIndex Value="0"/>
50 <UsageCount Value="20"/>
51 <Loaded Value="True"/>
52 </Unit1>
53 </Units>
54 <JumpHistory Count="0" HistoryIndex="-1"/>
55 </ProjectOptions>
56 <CompilerOptions>
57 <Version Value="8"/>
58 <SearchPaths>
59 <IncludeFiles Value="$(ProjOutDir)/"/>
60 </SearchPaths>
61 <Linking>
62 <Options>
63 <Win32>
64 <GraphicApplication Value="True"/>
65 </Win32>
66 </Options>
67 </Linking>
68 <Other>
69 <CompilerPath Value="$(CompPath)"/>
70 </Other>
71 </CompilerOptions>
72 <Debugging>
73 <Exceptions Count="3">
74 <Item1>
75 <Name Value="EAbort"/>
76 </Item1>
77 <Item2>
78 <Name Value="ECodetoolError"/>
79 </Item2>
80 <Item3>
81 <Name Value="EFOpenError"/>
82 </Item3>
83 </Exceptions>
84 </Debugging>
85</CONFIG>
Note: See TracBrowser for help on using the repository browser.