mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 11:22:42 +02:00
140 lines
4.1 KiB
XML
140 lines
4.1 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="9"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
</Flags>
|
|
<MainUnit Value="0"/>
|
|
<Title Value="fpvmodifytest"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
<ActiveWindowIndexAtStart Value="0"/>
|
|
</General>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
<VersionInfo>
|
|
<StringTable ProductVersion=""/>
|
|
</VersionInfo>
|
|
<BuildModes Count="1" Active="Default">
|
|
<Item1 Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="fpvectorialpkg"/>
|
|
<DefaultFilename Value="../fpvectorialpkg.lpk" Prefer="True"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="6">
|
|
<Unit0>
|
|
<Filename Value="fpvmodifytest.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpvmodifytest"/>
|
|
<IsVisibleTab Value="True"/>
|
|
<EditorIndex Value="0"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="28"/>
|
|
<CursorPos X="26" Y="35"/>
|
|
<UsageCount Value="23"/>
|
|
<Loaded Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="fpvectorial.pas"/>
|
|
<UnitName Value="fpvectorial"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="1267"/>
|
|
<CursorPos X="16" Y="1275"/>
|
|
<UsageCount Value="12"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="svgvectorialwriter.pas"/>
|
|
<UnitName Value="svgvectorialwriter"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="228"/>
|
|
<CursorPos X="19" Y="245"/>
|
|
<UsageCount Value="12"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="svgvectorialreader.pas"/>
|
|
<UnitName Value="svgvectorialreader"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="319"/>
|
|
<CursorPos X="17" Y="352"/>
|
|
<UsageCount Value="12"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="fpvutils.pas"/>
|
|
<UnitName Value="fpvutils"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="2"/>
|
|
<CursorPos X="3" Y="14"/>
|
|
<UsageCount Value="11"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="../fpvectorial.pas"/>
|
|
<UnitName Value="fpvectorial"/>
|
|
<EditorIndex Value="1"/>
|
|
<WindowIndex Value="0"/>
|
|
<TopLine Value="315"/>
|
|
<CursorPos X="17" Y="335"/>
|
|
<UsageCount Value="10"/>
|
|
<Loaded Value="True"/>
|
|
</Unit5>
|
|
</Units>
|
|
<JumpHistory Count="3" HistoryIndex="2">
|
|
<Position1>
|
|
<Filename Value="fpvmodifytest.pas"/>
|
|
<Caret Line="40" Column="1" TopLine="19"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="fpvmodifytest.pas"/>
|
|
<Caret Line="42" Column="1" TopLine="19"/>
|
|
</Position2>
|
|
<Position3>
|
|
<Filename Value="fpvmodifytest.pas"/>
|
|
<Caret Line="35" Column="26" TopLine="19"/>
|
|
</Position3>
|
|
</JumpHistory>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<Target>
|
|
<Filename Value="fpvmodifytest"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<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>
|