You've already forked lazarus-ccr
NiceSideBar: Switch package to compatibility mode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8861 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -16,24 +16,25 @@
|
|||||||
<Description Value="NiceSideBar is a visual component for Delphi and Lazarus that can be used as a menu. It mimics a side menu that usually used in websites. It has a flat design and is highly customizable. It supports two menu levels (menu and sub menu). Each menu can have a glyph that is supplied by an image list. It has hover state effect, too."/>
|
<Description Value="NiceSideBar is a visual component for Delphi and Lazarus that can be used as a menu. It mimics a side menu that usually used in websites. It has a flat design and is highly customizable. It supports two menu levels (menu and sub menu). Each menu can have a glyph that is supplied by an image list. It has hover state effect, too."/>
|
||||||
<License Value="MPL 1.1"/>
|
<License Value="MPL 1.1"/>
|
||||||
<Version Major="2"/>
|
<Version Major="2"/>
|
||||||
<Files>
|
<Files Count="2">
|
||||||
<Item>
|
<Item1>
|
||||||
<Filename Value="..\..\source\NiceSideBar.pas"/>
|
<Filename Value="..\..\source\NiceSideBar.pas"/>
|
||||||
<UnitName Value="NiceSideBar"/>
|
<UnitName Value="NiceSideBar"/>
|
||||||
</Item>
|
</Item1>
|
||||||
<Item>
|
<Item2>
|
||||||
<Filename Value="..\..\source\NiceSideBarReg.pas"/>
|
<Filename Value="..\..\source\NiceSideBarReg.pas"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
<UnitName Value="NiceSideBarReg"/>
|
<UnitName Value="NiceSideBarReg"/>
|
||||||
</Item>
|
</Item2>
|
||||||
</Files>
|
</Files>
|
||||||
<RequiredPkgs>
|
<CompatibilityMode Value="True"/>
|
||||||
<Item>
|
<RequiredPkgs Count="2">
|
||||||
|
<Item1>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="IDEIntf"/>
|
||||||
</Item>
|
</Item1>
|
||||||
<Item>
|
<Item2>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item>
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
Reference in New Issue
Block a user