mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 13:27:02 +02:00
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="charactermap_ide_pkg"/>
|
|
<Type Value="DesignTime"/>
|
|
<Author Value="Lazarus team"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
|
</SearchPaths>
|
|
</CompilerOptions>
|
|
<Description Value="Displays a character map for ANSI and UTF8 encodings (designtime package for IDE integration). A character can be copied into the source editor by clicking on the character cell."/>
|
|
<License Value=" See the file COPYING.modifiedLGPL, included in this distribution,
|
|
for details about the copyright."/>
|
|
<Version Minor="1"/>
|
|
<Files>
|
|
<Item>
|
|
<Filename Value="charactermap_reg.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="charactermap_reg"/>
|
|
</Item>
|
|
</Files>
|
|
<RequiredPkgs>
|
|
<Item>
|
|
<PackageName Value="SynEdit"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="IdeConfig"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="charactermappkg"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<UseFileFilters Value="True"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|