mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 00:09:25 +02:00
133 lines
3.9 KiB
XML
133 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="7"/>
|
|
<General>
|
|
<Flags>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
</Flags>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
<Title Value="TestXMLReder"/>
|
|
<Icon Value="0"/>
|
|
<UseXPManifest Value="True"/>
|
|
<ActiveEditorIndexAtStart Value="0"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion 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"/>
|
|
<CommandLineParams Value="/home/alexs/work/fpc/demo10-xml/TestXMLReder.lpi"/>
|
|
<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="6">
|
|
<Unit0>
|
|
<Filename Value="TestXMLReder.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestXMLReder"/>
|
|
<UsageCount Value="21"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="testxmlreaderunit.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="XMLRederForm"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="TestXMLReaderUnit"/>
|
|
<CursorPos X="1" Y="135"/>
|
|
<TopLine Value="101"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="21"/>
|
|
<Loaded Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="../../../install/fpcsrc/packages/fcl-xml/src/xmlread.pp"/>
|
|
<UnitName Value="XMLRead"/>
|
|
<CursorPos X="11" Y="3800"/>
|
|
<TopLine Value="3782"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="../../../install/fpcsrc/packages/fcl-xml/src/dom.pp"/>
|
|
<UnitName Value="DOM"/>
|
|
<CursorPos X="3" Y="947"/>
|
|
<TopLine Value="945"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="../../../../../usr/local/share/lazarus/lcl/comctrls.pp"/>
|
|
<UnitName Value="ComCtrls"/>
|
|
<CursorPos X="28" Y="829"/>
|
|
<TopLine Value="811"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="../../../../../usr/local/share/lazarus/lcl/interfaces/gtk/gtkwidgetset.inc"/>
|
|
<CursorPos X="59" Y="4318"/>
|
|
<TopLine Value="4300"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit5>
|
|
</Units>
|
|
<JumpHistory Count="3" HistoryIndex="2">
|
|
<Position1>
|
|
<Filename Value="testxmlreaderunit.pas"/>
|
|
<Caret Line="91" Column="53" TopLine="31"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="testxmlreaderunit.pas"/>
|
|
<Caret Line="124" Column="7" TopLine="92"/>
|
|
</Position2>
|
|
<Position3>
|
|
<Filename Value="testxmlreaderunit.pas"/>
|
|
<Caret Line="69" Column="28" TopLine="34"/>
|
|
</Position3>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<Target>
|
|
<Filename Value="TestXMLReder"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)/"/>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="3">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|