mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-23 01:24:14 +02:00
106 lines
2.9 KiB
XML
106 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="5"/>
|
|
<General>
|
|
<MainUnit Value="0"/>
|
|
<IconPath Value=".\"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<Title Value="Test cursors"/>
|
|
<ActiveEditorIndexAtStart Value="1"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion Value=""/>
|
|
</VersionInfo>
|
|
<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="project1.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="project1"/>
|
|
<CursorPos X="3" Y="6"/>
|
|
<TopLine Value="1"/>
|
|
<EditorIndex Value="1"/>
|
|
<UsageCount Value="95"/>
|
|
<Loaded Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="unit1.pas"/>
|
|
<ComponentName Value="Form1"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="unit1.lrs"/>
|
|
<UnitName Value="Unit1"/>
|
|
<CursorPos X="13" Y="45"/>
|
|
<TopLine Value="39"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="95"/>
|
|
<Loaded Value="True"/>
|
|
</Unit1>
|
|
</Units>
|
|
<JumpHistory Count="1" HistoryIndex="0">
|
|
<Position1>
|
|
<Filename Value="project1.lpr"/>
|
|
<Caret Line="15" Column="15" TopLine="1"/>
|
|
</Position1>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDebugInfo Value="True"/>
|
|
<UseLineInfoUnit Value="False"/>
|
|
</Debugging>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Watches Count="1">
|
|
<Item1>
|
|
<Expression Value="LineBuf"/>
|
|
<Enabled Value="False"/>
|
|
</Item1>
|
|
</Watches>
|
|
<Exceptions Count="2">
|
|
<Item1>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="EFOpenError"/>
|
|
</Item2>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|