Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / todolist / todolistlaz.lpk
Size: Mime:
<?xml version="1.0"?>
<CONFIG>
  <Package Version="4">
    <Name Value="ToDoListLaz"/>
    <AddToProjectUsesSection Value="True"/>
    <Author Value="Olivier GUILBAUD &lt;golivier@free.fr>, Gerard Visent &lt;gerardusmercator@gmail.com>, Mattias Gaertner, Alexander du Plessis
"/>
    <CompilerOptions>
      <Version Value="11"/>
      <SearchPaths>
        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
      </SearchPaths>
      <Other>
        <CompilerPath Value="$(CompPath)"/>
      </Other>
    </CompilerOptions>
    <Description Value="A todo list window for the Lazarus IDE
"/>
    <License Value="GPL-2
"/>
    <Version Major="1" Release="2"/>
    <Files Count="5">
      <Item1>
        <Filename Value="tododlg.lfm"/>
        <Type Value="LFM"/>
      </Item1>
      <Item2>
        <Filename Value="tododlg.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="ToDoDlg"/>
      </Item2>
      <Item3>
        <Filename Value="todolist.lfm"/>
        <Type Value="LFM"/>
      </Item3>
      <Item4>
        <Filename Value="todolist.pas"/>
        <UnitName Value="TodoList"/>
      </Item4>
      <Item5>
        <Filename Value="todoliststrconsts.pas"/>
        <UnitName Value="ToDoListStrConsts"/>
      </Item5>
    </Files>
    <i18n>
      <EnableI18N Value="True"/>
      <OutDir Value="languages"/>
    </i18n>
    <Type Value="DesignTime"/>
    <RequiredPkgs Count="3">
      <Item1>
        <PackageName Value="IDEIntf"/>
      </Item1>
      <Item2>
        <PackageName Value="CodeTools"/>
      </Item2>
      <Item3>
        <PackageName Value="FCL"/>
        <MinVersion Major="1" Valid="True"/>
      </Item3>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
      <IgnoreBinaries Value="False"/>
    </PublishOptions>
  </Package>
</CONFIG>