mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 17:42:44 +02:00
86 lines
2.4 KiB
XML
86 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="6"/>
|
|
<General>
|
|
<MainUnit Value="0"/>
|
|
<IconPath Value="./"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<ActiveEditorIndexAtStart Value="0"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion Value=""/>
|
|
<Language Value=""/>
|
|
<CharSet Value=""/>
|
|
</VersionInfo>
|
|
<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>
|
|
<Units Count="2">
|
|
<Unit0>
|
|
<Filename Value="project1.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="project1"/>
|
|
<UsageCount Value="23"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="unit1.pas"/>
|
|
<ComponentName Value="Form1"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<ResourceFilename Value="unit1.lrs"/>
|
|
<UnitName Value="Unit1"/>
|
|
<CursorPos X="43" Y="79"/>
|
|
<TopLine Value="49"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="23"/>
|
|
<Loaded Value="True"/>
|
|
</Unit1>
|
|
</Units>
|
|
<JumpHistory Count="2" HistoryIndex="1">
|
|
<Position1>
|
|
<Filename Value="unit1.pas"/>
|
|
<Caret Line="23" Column="43" TopLine="21"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="unit1.pas"/>
|
|
<Caret Line="24" Column="44" TopLine="22"/>
|
|
</Position2>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<PathDelim Value="\"/>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<CStyleOperator Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|