lazarus/components/memds/memdslaz.lpk
mattias 48b2fb6ea9 memds: clean up
git-svn-id: trunk@47060 -
2014-12-02 12:11:07 +00:00

61 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="MemDSLaz"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Michael Van Canneyt"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="Memory (TMemDataset) dataset package for Lazarus
"/>
<License Value="LGPL
"/>
<Version Major="1" Minor="2" Release="1"/>
<Files Count="3">
<Item1>
<Filename Value="memds.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="memds"/>
</Item1>
<Item2>
<Filename Value="frmselectdataset.lfm"/>
<Type Value="LFM"/>
</Item2>
<Item3>
<Filename Value="frmselectdataset.pp"/>
<HasRegisterProc Value="True"/>
<UnitName Value="frmSelectDataset"/>
</Item3>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>