mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
* Merging revisions 43041 from trunk:
------------------------------------------------------------------------ r43041 | michael | 2019-09-19 19:14:49 +0200 (Thu, 19 Sep 2019) | 1 line * Lazarus project file for json test ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43244 -
This commit is contained in:
parent
bcbe47d0de
commit
afbfdaaf91
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2284,6 +2284,7 @@ packages/fcl-db/tests/testdbbasics.pas svneol=native#text/plain
|
||||
packages/fcl-db/tests/testdbexport.pas svneol=native#text/plain
|
||||
packages/fcl-db/tests/testdddiff.pp svneol=native#text/plain
|
||||
packages/fcl-db/tests/testfieldtypes.pas svneol=native#text/plain
|
||||
packages/fcl-db/tests/testjsondataset.lpi svneol=native#text/plain
|
||||
packages/fcl-db/tests/testjsondataset.pp svneol=native#text/plain
|
||||
packages/fcl-db/tests/testleaks.sh svneol=native#text/plain
|
||||
packages/fcl-db/tests/testspecifictbufdataset.pas svneol=native#text/plain
|
||||
|
64
packages/fcl-db/tests/testjsondataset.lpi
Normal file
64
packages/fcl-db/tests/testjsondataset.lpi
Normal file
@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="11"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
<MainUnitHasTitleStatement Value="False"/>
|
||||
<MainUnitHasScaledStatement Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="testjsondataset"/>
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
</BuildModes>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<UseFileFilters Value="True"/>
|
||||
</PublishOptions>
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="0"/>
|
||||
</RunParams>
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
<Filename Value="testjsondataset.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="devds"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="../src/json/extjsdataset.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="testjsondataset"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<OtherUnitFiles Value="../src/json"/>
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user