|
|
@@ -0,0 +1,130 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<CONFIG>
|
|
|
+ <ProjectOptions>
|
|
|
+ <Version Value="12"/>
|
|
|
+ <PathDelim Value="\"/>
|
|
|
+ <General>
|
|
|
+ <SessionStorage Value="InProjectDir"/>
|
|
|
+ <Title Value="project1"/>
|
|
|
+ <Scaled Value="True"/>
|
|
|
+ <ResourceType Value="res"/>
|
|
|
+ <UseXPManifest Value="True"/>
|
|
|
+ <XPManifest>
|
|
|
+ <DpiAware Value="True"/>
|
|
|
+ </XPManifest>
|
|
|
+ <Icon Value="0"/>
|
|
|
+ </General>
|
|
|
+ <BuildModes>
|
|
|
+ <Item Name="Debug" Default="True"/>
|
|
|
+ <Item Name="Release">
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <PathDelim Value="\"/>
|
|
|
+ <Target>
|
|
|
+ <Filename Value="project1"/>
|
|
|
+ </Target>
|
|
|
+ <SearchPaths>
|
|
|
+ <IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <CodeGeneration>
|
|
|
+ <SmartLinkUnit Value="True"/>
|
|
|
+ <Optimizations>
|
|
|
+ <OptimizationLevel Value="3"/>
|
|
|
+ </Optimizations>
|
|
|
+ </CodeGeneration>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <GenerateDebugInfo Value="False"/>
|
|
|
+ </Debugging>
|
|
|
+ <LinkSmart Value="True"/>
|
|
|
+ <Options>
|
|
|
+ <Win32>
|
|
|
+ <GraphicApplication Value="True"/>
|
|
|
+ </Win32>
|
|
|
+ </Options>
|
|
|
+ </Linking>
|
|
|
+ </CompilerOptions>
|
|
|
+ </Item>
|
|
|
+ </BuildModes>
|
|
|
+ <PublishOptions>
|
|
|
+ <Version Value="2"/>
|
|
|
+ <UseFileFilters Value="True"/>
|
|
|
+ </PublishOptions>
|
|
|
+ <RunParams>
|
|
|
+ <FormatVersion Value="2"/>
|
|
|
+ </RunParams>
|
|
|
+ <RequiredPackages>
|
|
|
+ <Item>
|
|
|
+ <PackageName Value="bgracontrols"/>
|
|
|
+ </Item>
|
|
|
+ <Item>
|
|
|
+ <PackageName Value="LCL"/>
|
|
|
+ </Item>
|
|
|
+ </RequiredPackages>
|
|
|
+ <Units>
|
|
|
+ <Unit>
|
|
|
+ <Filename Value="project1.lpr"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit>
|
|
|
+ <Unit>
|
|
|
+ <Filename Value="unit1.pas"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ <ComponentName Value="Form1"/>
|
|
|
+ <ResourceBaseClass Value="Form"/>
|
|
|
+ <UnitName Value="Unit1"/>
|
|
|
+ </Unit>
|
|
|
+ </Units>
|
|
|
+ </ProjectOptions>
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <PathDelim Value="\"/>
|
|
|
+ <Target>
|
|
|
+ <Filename Value="project1"/>
|
|
|
+ </Target>
|
|
|
+ <SearchPaths>
|
|
|
+ <IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <Parsing>
|
|
|
+ <SyntaxOptions>
|
|
|
+ <IncludeAssertionCode Value="True"/>
|
|
|
+ </SyntaxOptions>
|
|
|
+ </Parsing>
|
|
|
+ <CodeGeneration>
|
|
|
+ <Checks>
|
|
|
+ <IOChecks Value="True"/>
|
|
|
+ <RangeChecks Value="True"/>
|
|
|
+ <OverflowChecks Value="True"/>
|
|
|
+ <StackChecks Value="True"/>
|
|
|
+ </Checks>
|
|
|
+ <VerifyObjMethodCallValidity Value="True"/>
|
|
|
+ </CodeGeneration>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <DebugInfoType Value="dsDwarf3"/>
|
|
|
+ <UseHeaptrc Value="True"/>
|
|
|
+ <TrashVariables Value="True"/>
|
|
|
+ <UseExternalDbgSyms Value="True"/>
|
|
|
+ </Debugging>
|
|
|
+ <Options>
|
|
|
+ <Win32>
|
|
|
+ <GraphicApplication Value="True"/>
|
|
|
+ </Win32>
|
|
|
+ </Options>
|
|
|
+ </Linking>
|
|
|
+ </CompilerOptions>
|
|
|
+ <Debugging>
|
|
|
+ <Exceptions>
|
|
|
+ <Item>
|
|
|
+ <Name Value="EAbort"/>
|
|
|
+ </Item>
|
|
|
+ <Item>
|
|
|
+ <Name Value="ECodetoolError"/>
|
|
|
+ </Item>
|
|
|
+ <Item>
|
|
|
+ <Name Value="EFOpenError"/>
|
|
|
+ </Item>
|
|
|
+ </Exceptions>
|
|
|
+ </Debugging>
|
|
|
+</CONFIG>
|