123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="9"/>
- <PathDelim Value="\"/>
- <General>
- <SessionStorage Value="InProjectDir"/>
- <MainUnit Value="0"/>
- <Title Value="fpcunithpack"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <i18n>
- <EnableI18N LFM="False"/>
- </i18n>
- <VersionInfo>
- <StringTable ProductVersion=""/>
- </VersionInfo>
- <BuildModes Count="3">
- <Item1 Name="Default" Default="True"/>
- <Item2 Name="Debug">
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <Target>
- <Filename Value="fpcunithpack"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="..\src"/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <IncludeAssertionCode Value="True"/>
- </SyntaxOptions>
- </Parsing>
- <CodeGeneration>
- <Checks>
- <IOChecks Value="True"/>
- <RangeChecks Value="True"/>
- <OverflowChecks Value="True"/>
- <StackChecks Value="True"/>
- </Checks>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <UseHeaptrc Value="True"/>
- <UseExternalDbgSyms Value="True"/>
- </Debugging>
- </Linking>
- </CompilerOptions>
- </Item2>
- <Item3 Name="Release">
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="..\src"/>
- </SearchPaths>
- <CodeGeneration>
- <SmartLinkUnit Value="True"/>
- <Optimizations>
- <OptimizationLevel Value="3"/>
- </Optimizations>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- <LinkSmart Value="True"/>
- </Linking>
- </CompilerOptions>
- </Item3>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- <RunParams>
- <local>
- <FormatVersion Value="1"/>
- <CommandLineParams Value="--all"/>
- </local>
- </RunParams>
- <RequiredPackages Count="1">
- <Item1>
- <PackageName Value="FCL"/>
- </Item1>
- </RequiredPackages>
- <Units Count="2">
- <Unit0>
- <Filename Value="fpcunithpack.lpr"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="uhpacktest1.pas"/>
- <IsPartOfProject Value="True"/>
- </Unit1>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="..\src"/>
- </SearchPaths>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|