mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-24 16:04:18 +02:00
117 lines
3.2 KiB
XML
117 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="5"/>
|
|
</General>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
<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>
|
|
<Units Count="2">
|
|
<Unit0>
|
|
<Filename Value="listview.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="listview"/>
|
|
<CursorPos X="28" Y="11"/>
|
|
<TopLine Value="1"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="22"/>
|
|
<Loaded Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="testform.pp"/>
|
|
<ComponentName Value="Form1"/>
|
|
<HasResources Value="True"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="testform.lrs"/>
|
|
<UnitName Value="testform"/>
|
|
<CursorPos X="39" Y="28"/>
|
|
<TopLine Value="1"/>
|
|
<EditorIndex Value="1"/>
|
|
<UsageCount Value="22"/>
|
|
<Loaded Value="True"/>
|
|
</Unit1>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<UseHeaptrc Value="True"/>
|
|
</Debugging>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<BreakPoints Count="3">
|
|
<Item1>
|
|
<Source Value="..\..\..\..\components\synedit\synedit.pp"/>
|
|
<Line Value="2767"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Source Value="..\..\..\..\..\Datamodeler\contrib\jedimath\Source\JmFit.pas"/>
|
|
<Line Value="134"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Source Value="..\..\..\..\..\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>
|