mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
104 lines
3.0 KiB
XML
104 lines
3.0 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="7"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
</Flags>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
<UseAppBundle Value="False"/>
|
|
<ActiveEditorIndexAtStart Value="0"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion Value=""/>
|
|
</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>
|
|
<Units Count="3">
|
|
<Unit0>
|
|
<Filename Value="SimpleMessaging.dpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="SimpleMessaging"/>
|
|
<CursorPos X="22" Y="13"/>
|
|
<TopLine Value="3"/>
|
|
<EditorIndex Value="0"/>
|
|
<UsageCount Value="20"/>
|
|
<Loaded Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="../../StompClient.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="StompClient"/>
|
|
<CursorPos X="15" Y="2"/>
|
|
<TopLine Value="15"/>
|
|
<UsageCount Value="20"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="../../StompTypes.pas"/>
|
|
<UnitName Value="StompTypes"/>
|
|
<CursorPos X="1" Y="1"/>
|
|
<TopLine Value="1"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit2>
|
|
</Units>
|
|
<JumpHistory Count="4" HistoryIndex="3">
|
|
<Position1>
|
|
<Filename Value="SimpleMessaging.dpr"/>
|
|
<Caret Line="102" Column="5" TopLine="85"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="SimpleMessaging.dpr"/>
|
|
<Caret Line="14" Column="39" TopLine="1"/>
|
|
</Position2>
|
|
<Position3>
|
|
<Filename Value="SimpleMessaging.dpr"/>
|
|
<Caret Line="12" Column="3" TopLine="3"/>
|
|
</Position3>
|
|
<Position4>
|
|
<Filename Value="SimpleMessaging.dpr"/>
|
|
<Caret Line="5" Column="20" TopLine="1"/>
|
|
</Position4>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<Target>
|
|
<Filename Value="SimpleMessaging"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)/"/>
|
|
<OtherUnitFiles Value="../../;../../lib/synapse/"/>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="3">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|