source: branches/virt simple/project1.lpi

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