123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="12"/>
- <General>
- <Flags>
- <SaveOnlyProjectUnits Value="True"/>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- <CompatibilityMode Value="True"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <Title Value="fclbase-unittests"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <i18n>
- <EnableI18N LFM="False"/>
- </i18n>
- <BuildModes Count="1">
- <Item1 Name="Default" Default="True"/>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- <RunParams>
- <local>
- <CommandLineParams Value="--suite=TTestCSVReadWrite.TestInlineQuotedLine"/>
- </local>
- <FormatVersion Value="2"/>
- <Modes Count="1">
- <Mode0 Name="default">
- <local>
- <CommandLineParams Value="--suite=TTestCSVReadWrite.TestInlineQuotedLine"/>
- </local>
- </Mode0>
- </Modes>
- </RunParams>
- <Units Count="11">
- <Unit0>
- <Filename Value="fclbase-unittests.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="tchashlist.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit1>
- <Unit2>
- <Filename Value="testexprpars.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit2>
- <Unit3>
- <Filename Value="tcmaskutils.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit3>
- <Unit4>
- <Filename Value="tcinifile.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit4>
- <Unit5>
- <Filename Value="tccsvreadwrite.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit5>
- <Unit6>
- <Filename Value="tcbufferedfilestream.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit6>
- <Unit7>
- <Filename Value="tccsvdocument.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit7>
- <Unit8>
- <Filename Value="utcchainstream.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit8>
- <Unit9>
- <Filename Value="utclzw.pas"/>
- <IsPartOfProject Value="True"/>
- </Unit9>
- <Unit10>
- <Filename Value="utdirwatch.pas"/>
- <IsPartOfProject Value="True"/>
- </Unit10>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="fclbase-unittests"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="../src"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|