mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-24 11:26:09 +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>
|
|
<MainUnit Value="0"/>
|
|
<IconPath Value="./"/>
|
|
<TargetFileExt Value=""/>
|
|
<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="2">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="TAChartLazarusPkg"/>
|
|
<MinVersion Valid="True"/>
|
|
</Item2>
|
|
</RequiredPackages>
|
|
<Units Count="5">
|
|
<Unit0>
|
|
<Filename Value="demo.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="demo"/>
|
|
<UsageCount Value="20"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="unit1.pas"/>
|
|
<ComponentName Value="Form1"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="unit1.lrs"/>
|
|
<UnitName Value="unit1"/>
|
|
<CursorPos X="14" Y="76"/>
|
|
<TopLine Value="73"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="20"/>
|
|
<Loaded Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="../../lcl/buttons.pp"/>
|
|
<UnitName Value="Buttons"/>
|
|
<CursorPos X="12" Y="11"/>
|
|
<TopLine Value="1"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="../../lcl/lresources.pp"/>
|
|
<UnitName Value="LResources"/>
|
|
<CursorPos X="31" Y="10"/>
|
|
<TopLine Value="1"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="unit1.lfm"/>
|
|
<CursorPos X="13" Y="198"/>
|
|
<TopLine Value="181"/>
|
|
<UsageCount Value="10"/>
|
|
<SyntaxHighlighter Value="LFM"/>
|
|
</Unit4>
|
|
</Units>
|
|
<JumpHistory Count="2" HistoryIndex="1">
|
|
<Position1>
|
|
<Filename Value="unit1.pas"/>
|
|
<Caret Line="172" Column="6" TopLine="154"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="unit1.pas"/>
|
|
<Caret Line="33" Column="5" TopLine="32"/>
|
|
</Position2>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="2">
|
|
<Item1>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="EFOpenError"/>
|
|
</Item2>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|