mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 15:23:46 +02:00
87 lines
2.5 KiB
XML
87 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="8"/>
|
|
<General>
|
|
<Flags>
|
|
<SaveOnlyProjectUnits Value="True"/>
|
|
</Flags>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
<Title Value="FPC/Lazarus debug message server"/>
|
|
<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="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="4">
|
|
<Unit0>
|
|
<Filename Value="debugserver.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="debugserver"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="frmmain.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="MainForm"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmmain"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="frmoptions.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="OptionsForm"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmOptions"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="README.txt"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit3>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="9"/>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)/"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<UseAnsiStrings Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerMessages>
|
|
<UseMsgFile Value="True"/>
|
|
</CompilerMessages>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|