mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 03:52:43 +02:00
87 lines
2.6 KiB
XML
87 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="7"/>
|
|
<General>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<Title Value="easyeditor"/>
|
|
<UseXPManifest Value="True"/>
|
|
</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="easyeditor.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="easyeditor"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="editmain.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="MainForm"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="EditMain"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="feditform.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="EditPage"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="fEditForm"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="feditbook.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="EditBook"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="fEditBook"/>
|
|
</Unit3>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)\"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|