Files
2023-07-25 08:16:13 +00:00

49 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="NiceGridLaz"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Original Delphi code by Priyatna, Lazarus port by Leledumbo"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\..\source"/>
<OtherUnitFiles Value="..\..\source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="A component that is aimed to be a standard string grid replacement. It is written from scratch, not descended from TStringGrid. Originally written for Delphi, it is adapted to Lazarus here."/>
<License Value="MPL 1.1"/>
<Version Major="3" Release="1"/>
<Files Count="2">
<Item1>
<Filename Value="..\..\source\nicegrid.pas"/>
<UnitName Value="NiceGrid"/>
</Item1>
<Item2>
<Filename Value="..\..\source\nicegridreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="NiceGridReg"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>