
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6081 8e941d3f-bd1b-0410-a28a-d453659cc2b4
145 lines
4.0 KiB
XML
145 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="10"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<Title Value="ReadWriteTest_Laz"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="14">
|
|
<Unit0>
|
|
<Filename Value="ReadWriteTest_Laz.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="common\rwmain.lfm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="common\rwMain.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="MainForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="..\..\fpeglobal.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeGlobal"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="..\..\fpeutils.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeUtils"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="..\..\fpeexifreadwrite.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeExifReadWrite"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="..\..\fpetags.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeTags"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="..\..\fpexif_fpc.inc"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit7>
|
|
<Unit8>
|
|
<Filename Value="..\..\fpeexifdata.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeExifData"/>
|
|
</Unit8>
|
|
<Unit9>
|
|
<Filename Value="..\..\fpeiptcdata.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeIptcData"/>
|
|
</Unit9>
|
|
<Unit10>
|
|
<Filename Value="..\..\fpeiptcreadwrite.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit10>
|
|
<Unit11>
|
|
<Filename Value="..\..\fpemakernote.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeMakerNote"/>
|
|
</Unit11>
|
|
<Unit12>
|
|
<Filename Value="..\..\fpemetadata.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeMetadata"/>
|
|
</Unit12>
|
|
<Unit13>
|
|
<Filename Value="..\..\fpestrconsts.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="fpeStrConsts"/>
|
|
</Unit13>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="ReadWriteTest_Laz"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir);..\.."/>
|
|
<OtherUnitFiles Value="common;..\.."/>
|
|
<UnitOutputDirectory Value="output\ppu\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Checks>
|
|
<IOChecks Value="True"/>
|
|
<RangeChecks Value="True"/>
|
|
<OverflowChecks Value="True"/>
|
|
<StackChecks Value="True"/>
|
|
</Checks>
|
|
<VerifyObjMethodCallValidity Value="True"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<UseExternalDbgSyms Value="True"/>
|
|
</Debugging>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="3">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|