mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 07:52:42 +02:00
89 lines
2.7 KiB
XML
89 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="7"/>
|
|
<General>
|
|
<Flags>
|
|
<AlwaysBuild Value="False"/>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<Title Value="EasyDocking"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
|
</VersionInfo>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="D:\Tests\dockmanager"/>
|
|
<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="2">
|
|
<Item1>
|
|
<PackageName Value="EasyDockMgr"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LCL"/>
|
|
</Item2>
|
|
</RequiredPackages>
|
|
<Units Count="5">
|
|
<Unit0>
|
|
<Filename Value="easydocking.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="EasyDocking"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="fdockable.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="Dockable"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="fDockable"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="fmain.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="EasyDockMain"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="fMain"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="ftree.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="DumpBox"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="fTree"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="BUGS.txt"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit4>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<PathDelim Value="\"/>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<CStyleOperator Value="False"/>
|
|
<IncludeAssertionCode Value="True"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|