|
@@ -0,0 +1,77 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<CONFIG>
|
|
|
+ <ProjectOptions>
|
|
|
+ <Version Value="12"/>
|
|
|
+ <General>
|
|
|
+ <Flags>
|
|
|
+ <SaveOnlyProjectUnits Value="True"/>
|
|
|
+ <MainUnitHasCreateFormStatements Value="False"/>
|
|
|
+ <MainUnitHasTitleStatement Value="False"/>
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
|
+ <LRSInOutputDirectory Value="False"/>
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
|
+ </Flags>
|
|
|
+ <SessionStorage Value="InProjectDir"/>
|
|
|
+ </General>
|
|
|
+ <BuildModes Count="1">
|
|
|
+ <Item1 Name="default" Default="True"/>
|
|
|
+ </BuildModes>
|
|
|
+ <PublishOptions>
|
|
|
+ <Version Value="2"/>
|
|
|
+ </PublishOptions>
|
|
|
+ <RunParams>
|
|
|
+ <local>
|
|
|
+ <CommandLineParams Value="--suite=TXMLReaderTest.Read"/>
|
|
|
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
|
+ </local>
|
|
|
+ <FormatVersion Value="2"/>
|
|
|
+ <Modes Count="1">
|
|
|
+ <Mode0 Name="default">
|
|
|
+ <local>
|
|
|
+ <CommandLineParams Value="--suite=TXMLReaderTest.Read"/>
|
|
|
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
|
+ </local>
|
|
|
+ </Mode0>
|
|
|
+ </Modes>
|
|
|
+ </RunParams>
|
|
|
+ <Units Count="3">
|
|
|
+ <Unit0>
|
|
|
+ <Filename Value="testxml.pp"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit0>
|
|
|
+ <Unit1>
|
|
|
+ <Filename Value="readertest.pp"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit1>
|
|
|
+ <Unit2>
|
|
|
+ <Filename Value="readerunit.pp"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit2>
|
|
|
+ </Units>
|
|
|
+ </ProjectOptions>
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <SearchPaths>
|
|
|
+ <OtherUnitFiles Value="../src"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <UseHeaptrc Value="True"/>
|
|
|
+ <TrashVariables Value="True"/>
|
|
|
+ </Debugging>
|
|
|
+ </Linking>
|
|
|
+ <Other>
|
|
|
+ <CustomOptions Value="-tunicodertl"/>
|
|
|
+ </Other>
|
|
|
+ </CompilerOptions>
|
|
|
+ <Debugging>
|
|
|
+ <Exceptions Count="2">
|
|
|
+ <Item1>
|
|
|
+ <Name Value="EConvertError"/>
|
|
|
+ </Item1>
|
|
|
+ <Item2>
|
|
|
+ <Name Value="EJSON"/>
|
|
|
+ </Item2>
|
|
|
+ </Exceptions>
|
|
|
+ </Debugging>
|
|
|
+</CONFIG>
|