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 / examples / dockmanager / ide_demo / MiniIDE.lpi
Size: Mime:
<?xml version="1.0"?>
<CONFIG>
  <ProjectOptions>
    <PathDelim Value="\"/>
    <Version Value="7"/>
    <General>
      <SessionStorage Value="InIDEConfig"/>
      <MainUnit Value="0"/>
      <AutoCreateForms Value="False"/>
      <TargetFileExt Value=".exe"/>
      <UseXPManifest Value="True"/>
      <Icon Value="0"/>
    </General>
    <VersionInfo>
      <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
    </VersionInfo>
    <PublishOptions>
      <Version Value="2"/>
      <IgnoreBinaries Value="False"/>
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
    </PublishOptions>
    <RunParams>
      <local>
        <FormatVersion Value="1"/>
        <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
      </local>
    </RunParams>
    <RequiredPackages Count="3">
      <Item1>
        <PackageName Value="SynEdit"/>
      </Item1>
      <Item2>
        <PackageName Value="EasyDockMgr"/>
      </Item2>
      <Item3>
        <PackageName Value="LCL"/>
      </Item3>
    </RequiredPackages>
    <Units Count="4">
      <Unit0>
        <Filename Value="MiniIDE.lpr"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="MiniIDE"/>
      </Unit0>
      <Unit1>
        <Filename Value="fminiide.pas"/>
        <IsPartOfProject Value="True"/>
        <ComponentName Value="MainBar"/>
        <HasResources Value="True"/>
        <ResourceBaseClass Value="Form"/>
        <UnitName Value="fMiniIde"/>
      </Unit1>
      <Unit2>
        <Filename Value="feditbook.pas"/>
        <IsPartOfProject Value="True"/>
        <ComponentName Value="EditBook"/>
        <HasResources Value="True"/>
        <ResourceBaseClass Value="Form"/>
        <UnitName Value="fEditBook"/>
      </Unit2>
      <Unit3>
        <Filename Value="fclientform.pas"/>
        <IsPartOfProject Value="True"/>
        <ComponentName Value="ViewWindow"/>
        <HasResources Value="True"/>
        <ResourceBaseClass Value="Form"/>
        <UnitName Value="fClientForm"/>
      </Unit3>
    </Units>
  </ProjectOptions>
  <CompilerOptions>
    <Version Value="8"/>
    <PathDelim Value="\"/>
    <Target>
      <Filename Value="MiniIDE"/>
    </Target>
    <SearchPaths>
      <IncludeFiles Value="$(ProjOutDir)\"/>
      <OtherUnitFiles Value="..\easyedit\"/>
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    </SearchPaths>
    <Other>
      <CompilerMessages>
        <UseMsgFile Value="True"/>
      </CompilerMessages>
      <CompilerPath Value="$(CompPath)"/>
    </Other>
  </CompilerOptions>
</CONFIG>