Files
lazarus-ccr/components/acs/Demos/fileconverter/fileconverter.lpi
christian_u 9423e11d6c fix fileconverter example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-11-01 23:38:17 +00:00

220 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<General>
<Flags>
<LRSInOutputDirectory Value="False"/>
</Flags>
<MainUnit Value="0"/>
<Title Value="Fileconverter Example"/>
<ActiveWindowIndexAtStart Value="0"/>
</General>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<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="2">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="LAZ_ACS"/>
<MinVersion Major="2" Minor="4" Valid="True"/>
</Item2>
</RequiredPackages>
<Units Count="12">
<Unit0>
<Filename Value="fileconverter.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="fileconverter"/>
<EditorIndex Value="1"/>
<WindowIndex Value="1"/>
<TopLine Value="1"/>
<CursorPos X="46" Y="17"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit0>
<Unit1>
<Filename Value="umain.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="fMain"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="uMain"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="0"/>
<WindowIndex Value="1"/>
<TopLine Value="54"/>
<CursorPos X="20" Y="71"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit1>
<Unit2>
<Filename Value="D:\LKomponenten\acs\Src\classes\acs_file.pas"/>
<UnitName Value="acs_file"/>
<WindowIndex Value="1"/>
<TopLine Value="321"/>
<CursorPos X="1" Y="337"/>
<UsageCount Value="10"/>
<LoadedDesigner Value="True"/>
</Unit2>
<Unit3>
<Filename Value="D:\LKomponenten\acs\Src\classes\acs_classes.pas"/>
<UnitName Value="acs_classes"/>
<WindowIndex Value="1"/>
<TopLine Value="712"/>
<CursorPos X="2" Y="724"/>
<UsageCount Value="10"/>
<LoadedDesigner Value="True"/>
</Unit3>
<Unit4>
<Filename Value="D:\lazarus\lcl\include\control.inc"/>
<TopLine Value="2219"/>
<CursorPos X="1" Y="2235"/>
<UsageCount Value="10"/>
</Unit4>
<Unit5>
<Filename Value="D:\lazarus\lcl\EditBtn.pas"/>
<UnitName Value="EditBtn"/>
<TopLine Value="798"/>
<CursorPos X="1" Y="814"/>
<UsageCount Value="10"/>
</Unit5>
<Unit6>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\acs_vorbis.pas"/>
<UnitName Value="acs_vorbis"/>
<WindowIndex Value="1"/>
<TopLine Value="66"/>
<CursorPos X="18" Y="82"/>
<UsageCount Value="10"/>
<LoadedDesigner Value="True"/>
</Unit6>
<Unit7>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\acs_dsfiles.pas"/>
<UnitName Value="acs_dsfiles"/>
<TopLine Value="313"/>
<CursorPos X="22" Y="317"/>
<UsageCount Value="10"/>
</Unit7>
<Unit8>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\ACS_Allformats.pas"/>
<UnitName Value="acs_allformats"/>
<TopLine Value="1"/>
<CursorPos X="8" Y="12"/>
<UsageCount Value="10"/>
</Unit8>
<Unit9>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\acs_lame.pas"/>
<UnitName Value="acs_lame"/>
<WindowIndex Value="1"/>
<TopLine Value="195"/>
<CursorPos X="1" Y="227"/>
<UsageCount Value="10"/>
<LoadedDesigner Value="True"/>
</Unit9>
<Unit10>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\general\lame.pas"/>
<UnitName Value="lame"/>
<TopLine Value="1022"/>
<CursorPos X="1" Y="1038"/>
<UsageCount Value="10"/>
</Unit10>
<Unit11>
<Filename Value="D:\LKomponenten\acs\Src\fileformats\general\vorbiscodec.pas"/>
<UnitName Value="vorbiscodec"/>
<WindowIndex Value="1"/>
<TopLine Value="80"/>
<CursorPos X="3" Y="96"/>
<UsageCount Value="10"/>
<LoadedDesigner Value="True"/>
</Unit11>
</Units>
<JumpHistory Count="4" HistoryIndex="3">
<Position1>
<Filename Value="umain.pas"/>
<Caret Line="66" Column="1" TopLine="50"/>
</Position1>
<Position2>
<Filename Value="umain.pas"/>
<Caret Line="66" Column="1" TopLine="50"/>
</Position2>
<Position3>
<Filename Value="umain.pas"/>
<Caret Line="66" Column="1" TopLine="50"/>
</Position3>
<Position4>
<Filename Value="umain.pas"/>
<Caret Line="66" Column="1" TopLine="50"/>
</Position4>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<SrcPath Value="$(LazarusDir)\lcl;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<BreakPoints Count="3">
<Item1>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsGlobal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="D:\LKomponenten\acs\Demos\Ripper\umain.pas"/>
<Line Value="68"/>
</Item1>
<Item2>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsGlobal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="D:\LKomponenten\acs\Src\fileformats\acs_lame.pas"/>
<Line Value="297"/>
</Item2>
<Item3>
<Kind Value="bpkSource"/>
<WatchScope Value="wpsGlobal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="D:\LKomponenten\acs\Src\fileformats\acs_vorbis.pas"/>
<Line Value="335"/>
</Item3>
</BreakPoints>
<Watches Count="1">
<Item1>
<Expression Value="newfilename"/>
</Item1>
</Watches>
</Debugging>
<EditorMacros Count="0"/>
</CONFIG>