mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
75 lines
2.1 KiB
XML
75 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<Name Value="KASComp"/>
|
|
<Author Value="Alexander Koblov"/>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<DelphiCompat Value="True"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDebugInfo Value="True"/>
|
|
</Debugging>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="ToolBar that loading from *.ini file. Format of *.ini file
|
|
KASEdit include popup menu with operations such as cut, copy, paste, delete, etc.
|
|
KASBarMenu is popupmenu read *.bar file and uses *.bar buttons as menu items.
|
|
"/>
|
|
<License Value="GNU GPL 2
|
|
"/>
|
|
<Version Major="1" Release="4" Build="1"/>
|
|
<Files Count="4">
|
|
<Item1>
|
|
<Filename Value="kasedit.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="KASEdit"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="kastoolbar.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="KAStoolBar"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="kasbarmenu.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="KASBarMenu"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="kasbarfiles.pas"/>
|
|
<UnitName Value="KASBarFiles"/>
|
|
</Item4>
|
|
</Files>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<RequiredPkgs Count="2">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="FCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item2>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)/"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|