lazarus/components/todolist/todolistlaz.lpk

80 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="ToDoListLaz"/>
<Type Value="DesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Olivier GUILBAUD &lt;golivier@free.fr>, Gerard Visent &lt;gerardusmercator@gmail.com>, Mattias Gaertner, Alexander du Plessis, Silvio Clecio, Kevin Jesshope &lt;KevinOfOz@gmail.com>"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="A todo/done/note list window for the Lazarus IDE"/>
<License Value="GPL-2
"/>
<Version Major="1" Release="3"/>
<Files>
<Item>
<Filename Value="tododlg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ToDoDlg"/>
</Item>
<Item>
<Filename Value="tododlg.lfm"/>
<Type Value="LFM"/>
</Item>
<Item>
<Filename Value="todolist.pas"/>
<UnitName Value="ToDoList"/>
</Item>
<Item>
<Filename Value="todolist.lfm"/>
<Type Value="LFM"/>
</Item>
<Item>
<Filename Value="todolistcore.pas"/>
<UnitName Value="ToDoListCore"/>
</Item>
<Item>
<Filename Value="todoliststrconsts.pas"/>
<UnitName Value="ToDoListStrConsts"/>
</Item>
<Item>
<Filename Value="todosynmarkup.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="todosynmarkup"/>
</Item>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs>
<Item>
<PackageName Value="SynEdit"/>
</Item>
<Item>
<PackageName Value="IDEIntf"/>
</Item>
<Item>
<PackageName Value="CodeTools"/>
</Item>
<Item>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>