source: branches/templates/templates.lpi

Last change on this file was 44, checked in by chronos, 8 months ago
  • Added: More devices.
File size: 3.2 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="templates"/>
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="templates.lpr"/>
34 <IsPartOfProject Value="True"/>
35 </Unit>
36 <Unit>
37 <Filename Value="UFormMain.pas"/>
38 <IsPartOfProject Value="True"/>
39 <ComponentName Value="FormMain"/>
40 <ResourceBaseClass Value="Form"/>
41 </Unit>
42 <Unit>
43 <Filename Value="Cpu.pas"/>
44 <IsPartOfProject Value="True"/>
45 </Unit>
46 <Unit>
47 <Filename Value="Cpu.inc"/>
48 <IsPartOfProject Value="True"/>
49 <UnitName Value="Unit1"/>
50 </Unit>
51 <Unit>
52 <Filename Value="AddrChannel.pas"/>
53 <IsPartOfProject Value="True"/>
54 </Unit>
55 <Unit>
56 <Filename Value="Devices/Memory.pas"/>
57 <IsPartOfProject Value="True"/>
58 </Unit>
59 <Unit>
60 <Filename Value="Devices/Memory.inc"/>
61 <IsPartOfProject Value="True"/>
62 <UnitName Value="GenericMemory"/>
63 </Unit>
64 <Unit>
65 <Filename Value="Devices/Device.pas"/>
66 <IsPartOfProject Value="True"/>
67 </Unit>
68 <Unit>
69 <Filename Value="Devices/Device.inc"/>
70 <IsPartOfProject Value="True"/>
71 <UnitName Value="GenericDevice"/>
72 </Unit>
73 <Unit>
74 <Filename Value="Devices/FrameBuffer.pas"/>
75 <IsPartOfProject Value="True"/>
76 </Unit>
77 <Unit>
78 <Filename Value="Devices/FrameBuffer.inc"/>
79 <IsPartOfProject Value="True"/>
80 <UnitName Value="Unit1"/>
81 </Unit>
82 <Unit>
83 <Filename Value="AddrChannel.inc"/>
84 <IsPartOfProject Value="True"/>
85 <UnitName Value="Unit1"/>
86 </Unit>
87 </Units>
88 </ProjectOptions>
89 <CompilerOptions>
90 <Version Value="11"/>
91 <Target>
92 <Filename Value="templates"/>
93 </Target>
94 <SearchPaths>
95 <IncludeFiles Value="$(ProjOutDir)"/>
96 <OtherUnitFiles Value="Devices"/>
97 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
98 </SearchPaths>
99 <Parsing>
100 <SyntaxOptions>
101 <SyntaxMode Value="Delphi"/>
102 </SyntaxOptions>
103 </Parsing>
104 <Linking>
105 <Debugging>
106 <DebugInfoType Value="dsDwarf2Set"/>
107 </Debugging>
108 <Options>
109 <Win32>
110 <GraphicApplication Value="True"/>
111 </Win32>
112 </Options>
113 </Linking>
114 </CompilerOptions>
115 <Debugging>
116 <Exceptions>
117 <Item>
118 <Name Value="EAbort"/>
119 </Item>
120 <Item>
121 <Name Value="ECodetoolError"/>
122 </Item>
123 <Item>
124 <Name Value="EFOpenError"/>
125 </Item>
126 </Exceptions>
127 </Debugging>
128</CONFIG>
Note: See TracBrowser for help on using the repository browser.