1<?xml version="1.0" encoding="UTF-8"?> 2<CONFIG> 3 <Package Version="4"> 4 <PathDelim Value="\"/> 5 <Name Value="bgrapascalscriptcomponent"/> 6 <Type Value="RunAndDesignTime"/> 7 <CompilerOptions> 8 <Version Value="11"/> 9 <PathDelim Value="\"/> 10 <SearchPaths> 11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 12 </SearchPaths> 13 </CompilerOptions> 14 <Version Major="7" Minor="1"/> 15 <Files Count="3"> 16 <Item1> 17 <Filename Value="bgrapascalscript.pas"/> 18 <AddToUsesPkgSection Value="False"/> 19 <UnitName Value="BGRAPascalScript"/> 20 </Item1> 21 <Item2> 22 <Filename Value="upsi_bgrapascalscript.pas"/> 23 <HasRegisterProc Value="True"/> 24 <UnitName Value="uPSI_BGRAPascalScript"/> 25 </Item2> 26 <Item3> 27 <Filename Value="bgrascript.pas"/> 28 <AddToUsesPkgSection Value="False"/> 29 <UnitName Value="BGRAScript"/> 30 </Item3> 31 </Files> 32 <RequiredPkgs Count="3"> 33 <Item1> 34 <PackageName Value="BGRABitmapPack"/> 35 </Item1> 36 <Item2> 37 <PackageName Value="pascalscript"/> 38 </Item2> 39 <Item3> 40 <PackageName Value="FCL"/> 41 </Item3> 42 </RequiredPkgs> 43 <UsageOptions> 44 <UnitPath Value="$(PkgOutDir)"/> 45 </UsageOptions> 46 <PublishOptions> 47 <Version Value="2"/> 48 </PublishOptions> 49 </Package> 50</CONFIG> 51