lazarus/examples/listview/listview.lpi
mattias 77dcb0f8d9 made TListView example lpi publishable
git-svn-id: trunk@8215 -
2005-11-22 19:04:04 +00:00

118 lines
3.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="5"/>
<General>
<Flags>
<SaveClosedFiles Value="False"/>
<SaveOnlyProjectUnits Value="True"/>
</Flags>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=".exe"/>
<ActiveEditorIndexAtStart Value="1"/>
</General>
<LazDoc Paths=""/>
<Units Count="2">
<Unit0>
<CursorPos X="28" Y="11"/>
<EditorIndex Value="0"/>
<Filename Value="listview.lpr"/>
<IsPartOfProject Value="True"/>
<Loaded Value="True"/>
<TopLine Value="1"/>
<UnitName Value="listview"/>
<UsageCount Value="20"/>
</Unit0>
<Unit1>
<CursorPos X="23" Y="99"/>
<EditorIndex Value="1"/>
<Filename Value="testform.pp"/>
<ComponentName Value="Form1"/>
<HasResources Value="True"/>
<IsPartOfProject Value="True"/>
<Loaded Value="True"/>
<ResourceFilename Value="testform.lrs"/>
<TopLine Value="67"/>
<UnitName Value="testform"/>
<UsageCount Value="20"/>
</Unit1>
</Units>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<RequiredPackages Count="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPackages>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<SrcPath Value="$(LazarusDir)/lcl/;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)/"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<BreakPoints Count="3">
<Item1>
<Source Value="C:/lazarus/components/synedit/synedit.pp"/>
<Line Value="2767"/>
</Item1>
<Item2>
<Source Value="C:/Datamodeler/contrib/jedimath/Source/JmFit.pas"/>
<Line Value="134"/>
</Item2>
<Item3>
<Source Value="C:/Datamodeler/contrib/jedimath/Source/JmFit.pas"/>
<Line Value="147"/>
</Item3>
</BreakPoints>
<Watches Count="4">
<Item1>
<Expression Value="tmp"/>
</Item1>
<Item2>
<Expression Value="Path"/>
</Item2>
<Item3>
<Expression Value="CaseNameRow"/>
</Item3>
<Item4>
<Expression Value="col"/>
</Item4>
</Watches>
<Exceptions Count="2">
<Item1>
<Name Value="ECodetoolError"/>
</Item1>
<Item2>
<Name Value="EFOpenError"/>
</Item2>
</Exceptions>
</Debugging>
</CONFIG>