source: branches/virtualcpu3/project1.lpi

Last change on this file was 160, checked in by chronos, 6 years ago
  • Added: Unfinished unit for Int128 type.
File size: 2.5 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="project1"/>
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="4">
31 <Unit0>
32 <Filename Value="project1.lpr"/>
33 <IsPartOfProject Value="True"/>
34 </Unit0>
35 <Unit1>
36 <Filename Value="UFormMain.pas"/>
37 <IsPartOfProject Value="True"/>
38 <ComponentName Value="Form1"/>
39 <HasResources Value="True"/>
40 <ResourceBaseClass Value="Form"/>
41 </Unit1>
42 <Unit2>
43 <Filename Value="UMachine.pas"/>
44 <IsPartOfProject Value="True"/>
45 </Unit2>
46 <Unit3>
47 <Filename Value="UInt128.pas"/>
48 <IsPartOfProject Value="True"/>
49 </Unit3>
50 </Units>
51 </ProjectOptions>
52 <CompilerOptions>
53 <Version Value="11"/>
54 <PathDelim Value="\"/>
55 <Target>
56 <Filename Value="project1"/>
57 </Target>
58 <SearchPaths>
59 <IncludeFiles Value="$(ProjOutDir)"/>
60 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
61 </SearchPaths>
62 <Parsing>
63 <SyntaxOptions>
64 <IncludeAssertionCode Value="True"/>
65 </SyntaxOptions>
66 </Parsing>
67 <CodeGeneration>
68 <Checks>
69 <IOChecks Value="True"/>
70 <RangeChecks Value="True"/>
71 <OverflowChecks Value="True"/>
72 <StackChecks Value="True"/>
73 </Checks>
74 <VerifyObjMethodCallValidity Value="True"/>
75 </CodeGeneration>
76 <Linking>
77 <Options>
78 <Win32>
79 <GraphicApplication Value="True"/>
80 </Win32>
81 </Options>
82 </Linking>
83 </CompilerOptions>
84 <Debugging>
85 <Exceptions Count="3">
86 <Item1>
87 <Name Value="EAbort"/>
88 </Item1>
89 <Item2>
90 <Name Value="ECodetoolError"/>
91 </Item2>
92 <Item3>
93 <Name Value="EFOpenError"/>
94 </Item3>
95 </Exceptions>
96 </Debugging>
97</CONFIG>
Note: See TracBrowser for help on using the repository browser.