2014-08-03 13:16:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-02-19 18:37:25 +00:00
|
|
|
<CONFIG>
|
2013-09-07 19:08:28 +00:00
|
|
|
<Package Version="4">
|
2007-02-19 18:37:25 +00:00
|
|
|
<Name Value="virtualtreeview_package"/>
|
2015-11-22 15:12:08 +00:00
|
|
|
<Type Value="RunAndDesignTime"/>
|
2013-09-07 19:08:28 +00:00
|
|
|
<AddToProjectUsesSection Value="True"/>
|
2014-08-03 13:16:13 +00:00
|
|
|
<Author Value="Mike Lischke (LCL Port: Luiz Américo)"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
<CompilerOptions>
|
2013-09-07 19:08:28 +00:00
|
|
|
<Version Value="11"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
<SearchPaths>
|
2013-09-07 19:08:28 +00:00
|
|
|
<IncludeFiles Value="include/intf/$(LCLWidgetType);units;include/intf"/>
|
|
|
|
<OtherUnitFiles Value="units/$(LCLWidgetType)"/>
|
2008-04-12 22:07:46 +00:00
|
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
</SearchPaths>
|
2015-11-22 15:12:08 +00:00
|
|
|
<Conditionals Value="if VirtualTreeView_Debug = 'True' then
|
|
|
|
begin
|
|
|
|
CustomOptions := '-dDEBUG_VTV';
|
|
|
|
UnitPath += ';$PkgOutDir(multiloglaz)';
|
|
|
|
UsageUnitPath += ';$PkgOutDir(multiloglaz)';
|
|
|
|
end;"/>
|
|
|
|
<BuildMacros>
|
|
|
|
<Count Value="1"/>
|
|
|
|
<Item1>
|
|
|
|
<Identifier Value="VirtualTreeView_Debug"/>
|
|
|
|
<Description Value="Enables debugging of VTV. Requires MultiLog package"/>
|
|
|
|
<Values Count="2">
|
|
|
|
<Item1 Value="True"/>
|
|
|
|
<Item2 Value="False"/>
|
|
|
|
</Values>
|
|
|
|
<ValueDescriptions Count="2"/>
|
|
|
|
</Item1>
|
|
|
|
</BuildMacros>
|
2013-09-07 19:08:28 +00:00
|
|
|
<Parsing>
|
|
|
|
<SyntaxOptions>
|
2014-12-11 11:38:01 +00:00
|
|
|
<CStyleMacros Value="True"/>
|
2013-09-07 19:08:28 +00:00
|
|
|
<UseAnsiStrings Value="False"/>
|
|
|
|
</SyntaxOptions>
|
|
|
|
</Parsing>
|
2007-02-19 18:37:25 +00:00
|
|
|
</CompilerOptions>
|
2014-08-03 13:16:13 +00:00
|
|
|
<Description Value="Virtual Treeview is an advanced TreeView component
|
2007-07-01 01:41:55 +00:00
|
|
|
"/>
|
2013-09-07 19:08:28 +00:00
|
|
|
<License Value=" Mozilla Public License 1.1 (MPL 1.1) or GNU Lesser General Public License
|
2007-07-01 01:41:55 +00:00
|
|
|
"/>
|
2014-08-03 13:16:13 +00:00
|
|
|
<Version Major="5" Minor="3" Release="2" Build="1"/>
|
2009-12-28 15:43:43 +00:00
|
|
|
<Files Count="7">
|
2007-02-19 18:37:25 +00:00
|
|
|
<Item1>
|
2007-03-15 12:22:59 +00:00
|
|
|
<Filename Value="virtualtrees.lrs"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
<Type Value="LRS"/>
|
|
|
|
</Item1>
|
|
|
|
<Item2>
|
|
|
|
<Filename Value="VirtualTrees.pas"/>
|
|
|
|
<UnitName Value="VirtualTrees"/>
|
|
|
|
</Item2>
|
2007-02-25 01:24:00 +00:00
|
|
|
<Item3>
|
|
|
|
<Filename Value="VTHeaderPopup.pas"/>
|
|
|
|
<UnitName Value="VTHeaderPopup"/>
|
|
|
|
</Item3>
|
2007-05-01 01:41:35 +00:00
|
|
|
<Item4>
|
|
|
|
<Filename Value="registervirtualtreeview.pas"/>
|
|
|
|
<HasRegisterProc Value="True"/>
|
|
|
|
<UnitName Value="registervirtualtreeview"/>
|
|
|
|
</Item4>
|
|
|
|
<Item5>
|
|
|
|
<Filename Value="ideicons.lrs"/>
|
|
|
|
<Type Value="LRS"/>
|
|
|
|
</Item5>
|
2009-12-15 19:24:25 +00:00
|
|
|
<Item6>
|
|
|
|
<Filename Value="VTConfig.inc"/>
|
|
|
|
<Type Value="Include"/>
|
|
|
|
</Item6>
|
2009-12-28 15:43:43 +00:00
|
|
|
<Item7>
|
|
|
|
<Filename Value="VTGraphics.pas"/>
|
|
|
|
<UnitName Value="VTGraphics"/>
|
|
|
|
</Item7>
|
2007-02-19 18:37:25 +00:00
|
|
|
</Files>
|
2013-09-07 19:08:28 +00:00
|
|
|
<RequiredPkgs Count="2">
|
2007-02-19 18:37:25 +00:00
|
|
|
<Item1>
|
2013-09-07 19:08:28 +00:00
|
|
|
<PackageName Value="lclextensions_package"/>
|
|
|
|
<MinVersion Minor="5" Valid="True"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
</Item1>
|
|
|
|
<Item2>
|
2013-09-07 18:51:06 +00:00
|
|
|
<PackageName Value="LCL"/>
|
2013-09-07 19:08:28 +00:00
|
|
|
</Item2>
|
2007-02-19 18:37:25 +00:00
|
|
|
</RequiredPkgs>
|
|
|
|
<UsageOptions>
|
2013-09-07 19:08:28 +00:00
|
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
2007-02-19 18:37:25 +00:00
|
|
|
</UsageOptions>
|
|
|
|
<PublishOptions>
|
|
|
|
<Version Value="2"/>
|
|
|
|
<IgnoreBinaries Value="False"/>
|
|
|
|
</PublishOptions>
|
2014-08-03 13:16:13 +00:00
|
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
|
|
<_ExternHelp Items="Count"/>
|
|
|
|
</CustomOptions>
|
2007-02-19 18:37:25 +00:00
|
|
|
</Package>
|
|
|
|
</CONFIG>
|