2023-06-23 15:21:39 +00:00
< ? xml version= "1.0" encoding= "UTF-8" ? >
< CONFIG>
< Package Version= "5" >
< PathDelim Value= "\" / >
< Name Value= "NiceGridLaz" / >
< Type Value= "RunAndDesignTime" / >
2023-06-26 21:02:46 +00:00
< Author Value= "Original Delphi code by Priyatna, Lazarus port by Leledumbo" / >
2023-06-23 15:21:39 +00:00
< CompilerOptions>
< Version Value= "11" / >
< PathDelim Value= "\" / >
< SearchPaths>
2023-06-24 09:43:29 +00:00
< IncludeFiles Value= "..\..\source" / >
< OtherUnitFiles Value= "..\..\source" / >
2023-06-23 15:21:39 +00:00
< 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" / >
2023-07-25 08:16:13 +00:00
< Version Major= "3" Release= "1" / >
2023-06-23 15:21:39 +00:00
< Files Count= "2" >
< Item1>
2023-06-24 09:43:29 +00:00
< Filename Value= "..\..\source\nicegrid.pas" / >
2023-06-23 15:21:39 +00:00
< UnitName Value= "NiceGrid" / >
< / Item1>
< Item2>
2023-06-24 09:43:29 +00:00
< Filename Value= "..\..\source\nicegridreg.pas" / >
2023-06-23 15:21:39 +00:00
< 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>