TParadoxDataset: Make demo project compatible to non-trunk Laz versions.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6895 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-07 22:26:28 +00:00
parent ddc824e1cc
commit bc06514531
2 changed files with 13 additions and 9 deletions

View File

@@ -4,6 +4,9 @@
<Version Value="12"/> <Version Value="12"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<General> <General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="InProjectDir"/>
<Title Value="paradox_demo"/> <Title Value="paradox_demo"/>
<Scaled Value="True"/> <Scaled Value="True"/>
@@ -14,8 +17,8 @@
</XPManifest> </XPManifest>
<Icon Value="0"/> <Icon Value="0"/>
</General> </General>
<BuildModes> <BuildModes Count="1">
<Item Name="Default" Default="True"/> <Item1 Name="Default" Default="True"/>
</BuildModes> </BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
@@ -36,17 +39,18 @@
<PackageName Value="LCL"/> <PackageName Value="LCL"/>
</Item3> </Item3>
</RequiredPackages> </RequiredPackages>
<Units> <Units Count="2">
<Unit> <Unit0>
<Filename Value="paradox_demo.lpr"/> <Filename Value="paradox_demo.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
</Unit> </Unit0>
<Unit> <Unit1>
<Filename Value="main.pas"/> <Filename Value="main.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="MainForm"/> <ComponentName Value="MainForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
</Unit> </Unit1>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>

View File

@@ -17,9 +17,9 @@
</SyntaxOptions> </SyntaxOptions>
</Parsing> </Parsing>
</CompilerOptions> </CompilerOptions>
<Description Value="Dataset for Paradox Database files <Description Value="Dataset for Paradox database files
Read-only Read-only
Tested on Windows and Linux, 32- and 64-bit"/> Tested on Windows (32/64 bit) and Linux (32bit)"/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Minor="2"/> <Version Minor="2"/>
<Files Count="2"> <Files Count="2">