source: branches/configured machine/project1.lpi

Last change on this file was 239, checked in by chronos, 10 months ago
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <Title Value="project1"/>
8 <Scaled Value="True"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <XPManifest>
12 <DpiAware Value="True"/>
13 </XPManifest>
14 <Icon Value="0"/>
15 </General>
16 <BuildModes>
17 <Item Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 <UseFileFilters Value="True"/>
22 </PublishOptions>
23 <RunParams>
24 <FormatVersion Value="2"/>
25 </RunParams>
26 <RequiredPackages>
27 <Item>
28 <PackageName Value="LCL"/>
29 </Item>
30 </RequiredPackages>
31 <Units>
32 <Unit>
33 <Filename Value="project1.lpr"/>
34 <IsPartOfProject Value="True"/>
35 </Unit>
36 <Unit>
37 <Filename Value="FormMain.pas"/>
38 <IsPartOfProject Value="True"/>
39 <ComponentName Value="FormMain"/>
40 <HasResources Value="True"/>
41 <ResourceBaseClass Value="Form"/>
42 </Unit>
43 <Unit>
44 <Filename Value="Machine.pas"/>
45 <IsPartOfProject Value="True"/>
46 </Unit>
47 <Unit>
48 <Filename Value="Cpu.pas"/>
49 <IsPartOfProject Value="True"/>
50 </Unit>
51 <Unit>
52 <Filename Value="Memory.pas"/>
53 <IsPartOfProject Value="True"/>
54 </Unit>
55 <Unit>
56 <Filename Value="SerialPort.pas"/>
57 <IsPartOfProject Value="True"/>
58 </Unit>
59 <Unit>
60 <Filename Value="Cpu2.pas"/>
61 <IsPartOfProject Value="True"/>
62 </Unit>
63 <Unit>
64 <Filename Value="Device.pas"/>
65 <IsPartOfProject Value="True"/>
66 </Unit>
67 <Unit>
68 <Filename Value="CpuLevels.pas"/>
69 <IsPartOfProject Value="True"/>
70 </Unit>
71 <Unit>
72 <Filename Value="AddressableArea.pas"/>
73 <IsPartOfProject Value="True"/>
74 </Unit>
75 <Unit>
76 <Filename Value="CpuBitWidth.pas"/>
77 <IsPartOfProject Value="True"/>
78 </Unit>
79 </Units>
80 </ProjectOptions>
81 <CompilerOptions>
82 <Version Value="11"/>
83 <Target>
84 <Filename Value="project1"/>
85 </Target>
86 <SearchPaths>
87 <IncludeFiles Value="$(ProjOutDir)"/>
88 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
89 </SearchPaths>
90 <Parsing>
91 <SyntaxOptions>
92 <SyntaxMode Value="Delphi"/>
93 </SyntaxOptions>
94 </Parsing>
95 <Linking>
96 <Debugging>
97 <DebugInfoType Value="dsDwarf2Set"/>
98 </Debugging>
99 <Options>
100 <Win32>
101 <GraphicApplication Value="True"/>
102 </Win32>
103 </Options>
104 </Linking>
105 </CompilerOptions>
106 <Debugging>
107 <Exceptions>
108 <Item>
109 <Name Value="EAbort"/>
110 </Item>
111 <Item>
112 <Name Value="ECodetoolError"/>
113 </Item>
114 <Item>
115 <Name Value="EFOpenError"/>
116 </Item>
117 </Exceptions>
118 </Debugging>
119</CONFIG>
Note: See TracBrowser for help on using the repository browser.