|
@@ -0,0 +1,75 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<CONFIG>
|
|
|
+ <ProjectOptions>
|
|
|
+ <Version Value="12"/>
|
|
|
+ <General>
|
|
|
+ <Flags>
|
|
|
+ <MainUnitHasCreateFormStatements Value="False"/>
|
|
|
+ <MainUnitHasTitleStatement Value="False"/>
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
|
+ </Flags>
|
|
|
+ <SessionStorage Value="InProjectDir"/>
|
|
|
+ <Title Value="ScrollBoxDemo1"/>
|
|
|
+ <UseAppBundle Value="False"/>
|
|
|
+ <ResourceType Value="res"/>
|
|
|
+ </General>
|
|
|
+ <BuildModes>
|
|
|
+ <Item Name="Default" Default="True"/>
|
|
|
+ </BuildModes>
|
|
|
+ <PublishOptions>
|
|
|
+ <Version Value="2"/>
|
|
|
+ <UseFileFilters Value="True"/>
|
|
|
+ </PublishOptions>
|
|
|
+ <RunParams>
|
|
|
+ <FormatVersion Value="2"/>
|
|
|
+ </RunParams>
|
|
|
+ <RequiredPackages>
|
|
|
+ <Item>
|
|
|
+ <PackageName Value="Fresnel"/>
|
|
|
+ <DefaultFilename Value="../../src/fresnel.lpk" Prefer="True"/>
|
|
|
+ </Item>
|
|
|
+ </RequiredPackages>
|
|
|
+ <Units>
|
|
|
+ <Unit>
|
|
|
+ <Filename Value="ScrollBoxDemo1.lpr"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit>
|
|
|
+ <Unit>
|
|
|
+ <Filename Value="MainUnit.pas"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ <ComponentName Value="MainForm"/>
|
|
|
+ <HasResources Value="True"/>
|
|
|
+ <ResourceBaseClass Value="Other"/>
|
|
|
+ <ResourceBaseClassname Value="TFresnelForm"/>
|
|
|
+ </Unit>
|
|
|
+ </Units>
|
|
|
+ </ProjectOptions>
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <Target>
|
|
|
+ <Filename Value="ScrollBoxDemo1"/>
|
|
|
+ </Target>
|
|
|
+ <SearchPaths>
|
|
|
+ <IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <DebugInfoType Value="dsDwarf2"/>
|
|
|
+ </Debugging>
|
|
|
+ </Linking>
|
|
|
+ </CompilerOptions>
|
|
|
+ <Debugging>
|
|
|
+ <Exceptions>
|
|
|
+ <Item>
|
|
|
+ <Name Value="EAbort"/>
|
|
|
+ </Item>
|
|
|
+ <Item>
|
|
|
+ <Name Value="ECodetoolError"/>
|
|
|
+ </Item>
|
|
|
+ <Item>
|
|
|
+ <Name Value="EFOpenError"/>
|
|
|
+ </Item>
|
|
|
+ </Exceptions>
|
|
|
+ </Debugging>
|
|
|
+</CONFIG>
|