lazarus/examples/stock_images/project1.lpi
paul 97ab0c3f82 examples: fix lpi to use default widgetset
git-svn-id: trunk@19783 -
2009-05-03 13:07:17 +00:00

150 lines
4.3 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<Version Value="7"/>
<General>
<MainUnit Value="0"/>
<TargetFileExt Value=".exe"/>
<Icon Value="0"/>
<UseXPManifest Value="True"/>
<ActiveEditorIndexAtStart Value="0"/>
</General>
<VersionInfo>
<ProjectVersion Value=""/>
<Language Value=""/>
<CharSet 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>
<RequiredPackages Count="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPackages>
<Units Count="10">
<Unit0>
<Filename Value="project1.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="project1"/>
<CursorPos X="28" Y="6"/>
<TopLine Value="1"/>
<UsageCount Value="22"/>
</Unit0>
<Unit1>
<Filename Value="unit1.pas"/>
<ComponentName Value="Form1"/>
<IsPartOfProject Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<CursorPos X="66" Y="29"/>
<TopLine Value="21"/>
<EditorIndex Value="0"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
</Unit1>
<Unit2>
<Filename Value="..\..\lcl\lcltype.pp"/>
<UnitName Value="LCLType"/>
<CursorPos X="15" Y="1604"/>
<TopLine Value="1585"/>
<UsageCount Value="11"/>
</Unit2>
<Unit3>
<Filename Value="..\..\lcl\interfaces\gtk2\gtk2themes.pas"/>
<UnitName Value="Gtk2Themes"/>
<CursorPos X="39" Y="166"/>
<TopLine Value="151"/>
<UsageCount Value="11"/>
</Unit3>
<Unit4>
<Filename Value="..\..\lcl\interfaces\win32\win32themes.pas"/>
<UnitName Value="Win32Themes"/>
<CursorPos X="37" Y="176"/>
<TopLine Value="153"/>
<UsageCount Value="11"/>
<Bookmarks Count="1">
<Item0 X="15" Y="163" ID="1"/>
</Bookmarks>
</Unit4>
<Unit5>
<Filename Value="..\..\lcl\interfaces\win32\win32extra.pas"/>
<UnitName Value="Win32Extra"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="1"/>
<UsageCount Value="11"/>
</Unit5>
<Unit6>
<Filename Value="..\..\..\fpc\rtl\win\wininc\func.inc"/>
<CursorPos X="10" Y="61"/>
<TopLine Value="42"/>
<UsageCount Value="11"/>
</Unit6>
<Unit7>
<Filename Value="..\..\lcl\interfaces\qt\qtthemes.pas"/>
<UnitName Value="QtThemes"/>
<CursorPos X="55" Y="359"/>
<TopLine Value="338"/>
<UsageCount Value="11"/>
</Unit7>
<Unit8>
<Filename Value="..\..\lcl\interfaces\qt\qt45.pas"/>
<UnitName Value="qt45"/>
<CursorPos X="5" Y="10499"/>
<TopLine Value="10480"/>
<UsageCount Value="11"/>
<Bookmarks Count="1">
<Item0 X="35" Y="10466" ID="2"/>
</Bookmarks>
</Unit8>
<Unit9>
<Filename Value="..\..\lcl\interfaces\qt\qtwinapi.inc"/>
<CursorPos X="70" Y="4875"/>
<TopLine Value="4865"/>
<UsageCount Value="11"/>
</Unit9>
</Units>
<JumpHistory Count="0" HistoryIndex="-1"/>
</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>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>