2013-12-22 14:02:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-12-07 13:42:22 +00:00
|
|
|
<CONFIG>
|
|
|
|
<ProjectOptions>
|
|
|
|
<Version Value="9"/>
|
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<General>
|
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
|
<MainUnit Value="0"/>
|
|
|
|
<Title Value="spreadtestgui"/>
|
|
|
|
<ResourceType Value="res"/>
|
|
|
|
</General>
|
|
|
|
<i18n>
|
|
|
|
<EnableI18N LFM="False"/>
|
|
|
|
</i18n>
|
|
|
|
<VersionInfo>
|
|
|
|
<StringTable ProductVersion=""/>
|
|
|
|
</VersionInfo>
|
|
|
|
<BuildModes Count="2">
|
|
|
|
<Item1 Name="Release" Default="True"/>
|
|
|
|
<Item2 Name="Debug">
|
|
|
|
<CompilerOptions>
|
|
|
|
<Version Value="11"/>
|
|
|
|
<PathDelim Value="\"/>
|
2013-12-22 14:02:04 +00:00
|
|
|
<Target>
|
|
|
|
<Filename Value="spreadtestgui"/>
|
|
|
|
</Target>
|
2013-12-07 13:42:22 +00:00
|
|
|
<SearchPaths>
|
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
|
<OtherUnitFiles Value=".."/>
|
2013-12-22 14:02:04 +00:00
|
|
|
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
2013-12-07 13:42:22 +00:00
|
|
|
</SearchPaths>
|
|
|
|
<Parsing>
|
|
|
|
<SyntaxOptions>
|
|
|
|
<IncludeAssertionCode Value="True"/>
|
|
|
|
</SyntaxOptions>
|
|
|
|
</Parsing>
|
|
|
|
<CodeGeneration>
|
|
|
|
<Checks>
|
|
|
|
<IOChecks Value="True"/>
|
|
|
|
<RangeChecks Value="True"/>
|
|
|
|
<OverflowChecks Value="True"/>
|
|
|
|
<StackChecks Value="True"/>
|
|
|
|
</Checks>
|
|
|
|
</CodeGeneration>
|
|
|
|
<Linking>
|
|
|
|
<Debugging>
|
|
|
|
<DebugInfoType Value="dsDwarf2Set"/>
|
|
|
|
<UseExternalDbgSyms Value="True"/>
|
|
|
|
</Debugging>
|
|
|
|
</Linking>
|
|
|
|
<Other>
|
|
|
|
<CompilerMessages>
|
|
|
|
<MsgFileName Value=""/>
|
|
|
|
</CompilerMessages>
|
|
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
|
|
</Other>
|
|
|
|
</CompilerOptions>
|
|
|
|
</Item2>
|
|
|
|
</BuildModes>
|
|
|
|
<PublishOptions>
|
|
|
|
<Version Value="2"/>
|
|
|
|
</PublishOptions>
|
|
|
|
<RunParams>
|
|
|
|
<local>
|
|
|
|
<FormatVersion Value="1"/>
|
|
|
|
</local>
|
|
|
|
</RunParams>
|
|
|
|
<RequiredPackages Count="4">
|
|
|
|
<Item1>
|
|
|
|
<PackageName Value="LCLBase"/>
|
|
|
|
</Item1>
|
|
|
|
<Item2>
|
|
|
|
<PackageName Value="FPCUnitTestRunner"/>
|
|
|
|
</Item2>
|
|
|
|
<Item3>
|
|
|
|
<PackageName Value="LCL"/>
|
|
|
|
</Item3>
|
|
|
|
<Item4>
|
|
|
|
<PackageName Value="FCL"/>
|
|
|
|
</Item4>
|
|
|
|
</RequiredPackages>
|
2014-04-23 22:29:32 +00:00
|
|
|
<Units Count="10">
|
2013-12-07 13:42:22 +00:00
|
|
|
<Unit0>
|
|
|
|
<Filename Value="spreadtestgui.lpr"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="spreadtestgui"/>
|
|
|
|
</Unit0>
|
|
|
|
<Unit1>
|
|
|
|
<Filename Value="datetests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="datetests"/>
|
|
|
|
</Unit1>
|
|
|
|
<Unit2>
|
|
|
|
<Filename Value="stringtests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="stringtests"/>
|
|
|
|
</Unit2>
|
|
|
|
<Unit3>
|
|
|
|
<Filename Value="numberstests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="numberstests"/>
|
|
|
|
</Unit3>
|
|
|
|
<Unit4>
|
|
|
|
<Filename Value="manualtests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="manualtests"/>
|
|
|
|
</Unit4>
|
|
|
|
<Unit5>
|
|
|
|
<Filename Value="testsutility.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="testsutility"/>
|
|
|
|
</Unit5>
|
|
|
|
<Unit6>
|
|
|
|
<Filename Value="internaltests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="internaltests"/>
|
|
|
|
</Unit6>
|
2013-12-22 14:02:04 +00:00
|
|
|
<Unit7>
|
|
|
|
<Filename Value="formattests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="formattests"/>
|
|
|
|
</Unit7>
|
2014-04-23 22:29:32 +00:00
|
|
|
<Unit8>
|
|
|
|
<Filename Value="colortests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="colortests"/>
|
|
|
|
</Unit8>
|
|
|
|
<Unit9>
|
|
|
|
<Filename Value="fonttests.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
<UnitName Value="fonttests"/>
|
|
|
|
</Unit9>
|
2013-12-07 13:42:22 +00:00
|
|
|
</Units>
|
|
|
|
</ProjectOptions>
|
|
|
|
<CompilerOptions>
|
|
|
|
<Version Value="11"/>
|
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<SearchPaths>
|
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
|
<OtherUnitFiles Value=".."/>
|
|
|
|
</SearchPaths>
|
|
|
|
<CodeGeneration>
|
|
|
|
<Optimizations>
|
|
|
|
<OptimizationLevel Value="0"/>
|
|
|
|
</Optimizations>
|
|
|
|
</CodeGeneration>
|
|
|
|
<Other>
|
|
|
|
<CompilerMessages>
|
|
|
|
<MsgFileName Value=""/>
|
|
|
|
</CompilerMessages>
|
|
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
|
|
</Other>
|
|
|
|
</CompilerOptions>
|
|
|
|
<Debugging>
|
2014-04-23 22:29:32 +00:00
|
|
|
<Exceptions Count="6">
|
2013-12-07 13:42:22 +00:00
|
|
|
<Item1>
|
|
|
|
<Name Value="EAbort"/>
|
2014-03-23 11:34:37 +00:00
|
|
|
<Enabled Value="False"/>
|
2013-12-07 13:42:22 +00:00
|
|
|
</Item1>
|
|
|
|
<Item2>
|
|
|
|
<Name Value="ECodetoolError"/>
|
2014-03-23 11:34:37 +00:00
|
|
|
<Enabled Value="False"/>
|
2013-12-07 13:42:22 +00:00
|
|
|
</Item2>
|
|
|
|
<Item3>
|
|
|
|
<Name Value="EFOpenError"/>
|
2014-03-23 11:34:37 +00:00
|
|
|
<Enabled Value="False"/>
|
2013-12-07 13:42:22 +00:00
|
|
|
</Item3>
|
2013-12-22 14:02:04 +00:00
|
|
|
<Item4>
|
|
|
|
<Name Value="EAssertionFailedError"/>
|
|
|
|
</Item4>
|
2014-04-18 13:17:22 +00:00
|
|
|
<Item5>
|
|
|
|
<Name Value="EIgnoredTest"/>
|
|
|
|
</Item5>
|
2014-04-23 22:29:32 +00:00
|
|
|
<Item6>
|
|
|
|
<Name Value="EConvertError"/>
|
|
|
|
<Enabled Value="False"/>
|
|
|
|
</Item6>
|
2013-12-07 13:42:22 +00:00
|
|
|
</Exceptions>
|
|
|
|
</Debugging>
|
|
|
|
</CONFIG>
|