mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 03:43:53 +02:00
106 lines
2.6 KiB
XML
106 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="12"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
<MainUnitHasScaledStatement Value="False"/>
|
|
<CompatibilityMode Value="True"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<Title Value="TAChart tests"/>
|
|
<ResourceType Value="res"/>
|
|
</General>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
<VersionInfo>
|
|
<Language Value=""/>
|
|
<CharSet Value=""/>
|
|
</VersionInfo>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="1">
|
|
<Mode0 Name="default"/>
|
|
</Modes>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="TAChartLazarusPkg"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="5">
|
|
<Unit0>
|
|
<Filename Value="test.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="UtilsTest.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="SourcesTest.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="AssertHelpers.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="DbTest.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit4>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="test"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<IncludeAssertionCode Value="True"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<CodeGeneration>
|
|
<Checks>
|
|
<RangeChecks Value="True"/>
|
|
<OverflowChecks Value="True"/>
|
|
</Checks>
|
|
</CodeGeneration>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="5">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Name Value="TListChartSource.EYListEmptyError"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Name Value="EListSourceStringError"/>
|
|
</Item5>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|