| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="9"/>
- <PathDelim Value="\"/>
- <General>
- <Flags>
- <SaveOnlyProjectUnits Value="True"/>
- <Runnable Value="False"/>
- </Flags>
- <MainUnit Value="0"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- <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"/>
- </local>
- </RunParams>
- <RequiredPackages Count="1">
- <Item1>
- <PackageName Value="BrookRT"/>
- </Item1>
- </RequiredPackages>
- <Units Count="3">
- <Unit0>
- <Filename Value="cgi1.lpr"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="cgi1"/>
- <UsageCount Value="20"/>
- </Unit0>
- <Unit1>
- <Filename Value="test.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="test"/>
- <EditorIndex Value="0"/>
- <WindowIndex Value="0"/>
- <TopLine Value="1"/>
- <CursorPos X="1" Y="1"/>
- <UsageCount Value="20"/>
- <Loaded Value="True"/>
- </Unit1>
- <Unit2>
- <Filename Value="brokers.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="Brokers"/>
- <IsVisibleTab Value="True"/>
- <EditorIndex Value="1"/>
- <WindowIndex Value="0"/>
- <TopLine Value="1"/>
- <CursorPos X="1" Y="1"/>
- <UsageCount Value="20"/>
- <Loaded Value="True"/>
- </Unit2>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <Target>
- <Filename Value="cgi1.fbf" ApplyConventions="False"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- </SearchPaths>
- <CodeGeneration>
- <Optimizations>
- <OptimizationLevel Value="2"/>
- </Optimizations>
- </CodeGeneration>
- <Other>
- <CompilerMessages>
- <MsgFileName Value=""/>
- </CompilerMessages>
- <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>
- <EditorMacros Count="0"/>
- </CONFIG>
|