source: BigInt/Int128Demo.lpi

Last change on this file was 514, checked in by chronos, 6 years ago
  • Modified: Updated BigInt classes for Int128 a UInt128.
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="Int128Demo"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <BuildModes Count="1">
15 <Item1 Name="Default" Default="True"/>
16 </BuildModes>
17 <PublishOptions>
18 <Version Value="2"/>
19 </PublishOptions>
20 <RunParams>
21 <local>
22 <FormatVersion Value="1"/>
23 </local>
24 </RunParams>
25 <RequiredPackages Count="1">
26 <Item1>
27 <PackageName Value="LCL"/>
28 </Item1>
29 </RequiredPackages>
30 <Units Count="3">
31 <Unit0>
32 <Filename Value="Int128Demo.lpr"/>
33 <IsPartOfProject Value="True"/>
34 </Unit0>
35 <Unit1>
36 <Filename Value="UFormMain.pas"/>
37 <IsPartOfProject Value="True"/>
38 <ComponentName Value="FormMain"/>
39 <HasResources Value="True"/>
40 <ResourceBaseClass Value="Form"/>
41 </Unit1>
42 <Unit2>
43 <Filename Value="UInt128.pas"/>
44 <IsPartOfProject Value="True"/>
45 </Unit2>
46 </Units>
47 </ProjectOptions>
48 <CompilerOptions>
49 <Version Value="11"/>
50 <PathDelim Value="\"/>
51 <Target>
52 <Filename Value="Int128Demo"/>
53 </Target>
54 <SearchPaths>
55 <IncludeFiles Value="$(ProjOutDir)"/>
56 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
57 </SearchPaths>
58 <Parsing>
59 <SyntaxOptions>
60 <IncludeAssertionCode Value="True"/>
61 </SyntaxOptions>
62 </Parsing>
63 <CodeGeneration>
64 <Checks>
65 <IOChecks Value="True"/>
66 <RangeChecks Value="True"/>
67 <OverflowChecks Value="True"/>
68 <StackChecks Value="True"/>
69 </Checks>
70 <VerifyObjMethodCallValidity Value="True"/>
71 </CodeGeneration>
72 <Linking>
73 <Options>
74 <Win32>
75 <GraphicApplication Value="True"/>
76 </Win32>
77 </Options>
78 </Linking>
79 </CompilerOptions>
80 <Debugging>
81 <Exceptions Count="3">
82 <Item1>
83 <Name Value="EAbort"/>
84 </Item1>
85 <Item2>
86 <Name Value="ECodetoolError"/>
87 </Item2>
88 <Item3>
89 <Name Value="EFOpenError"/>
90 </Item3>
91 </Exceptions>
92 </Debugging>
93</CONFIG>
Note: See TracBrowser for help on using the repository browser.