123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="11"/>
- <General>
- <SessionStorage Value="InProjectDir"/>
- <MainUnit Value="0"/>
- <Title Value="qemutest"/>
- <Scaled Value="True"/>
- <ResourceType Value="res"/>
- <UseXPManifest Value="True"/>
- <XPManifest>
- <DpiAware Value="True"/>
- </XPManifest>
- <Icon Value="0"/>
- </General>
- <BuildModes Count="3">
- <Item1 Name="Default" Default="True"/>
- <Item2 Name="Debug">
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="bin/qemutest"/>
- </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="dsDwarf2Set"/>
- <UseHeaptrc Value="True"/>
- <TrashVariables Value="True"/>
- <UseExternalDbgSyms Value="True"/>
- </Debugging>
- <Options>
- <Win32>
- <GraphicApplication Value="True"/>
- </Win32>
- </Options>
- </Linking>
- </CompilerOptions>
- </Item2>
- <Item3 Name="Release">
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="proj_qemutest1"/>
- </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>
- </Item3>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <UseFileFilters Value="True"/>
- </PublishOptions>
- <RunParams>
- <FormatVersion Value="2"/>
- <Modes Count="0"/>
- </RunParams>
- <RequiredPackages Count="3">
- <Item1>
- <PackageName Value="LazUtils"/>
- </Item1>
- <Item2>
- <PackageName Value="FCL"/>
- </Item2>
- <Item3>
- <PackageName Value="LCL"/>
- </Item3>
- </RequiredPackages>
- <Units Count="3">
- <Unit0>
- <Filename Value="proj_qemutest1.lpr"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="unit1.pas"/>
- <IsPartOfProject Value="True"/>
- <ComponentName Value="Form1"/>
- <HasResources Value="True"/>
- <ResourceBaseClass Value="Form"/>
- <UnitName Value="Unit1"/>
- </Unit1>
- <Unit2>
- <Filename Value="unit_createhd.pas"/>
- <IsPartOfProject Value="True"/>
- <ComponentName Value="frmCreateHD"/>
- <ResourceBaseClass Value="Form"/>
- </Unit2>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="proj_qemutest1"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Linking>
- <Options>
- <Win32>
- <GraphicApplication Value="True"/>
- </Win32>
- </Options>
- </Linking>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|