source: branches/textos/textos.lpi

Last change on this file was 53, checked in by chronos, 6 months ago
  • Added: Experimental textos computer.
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 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="textos"/>
11 <Scaled Value="True"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <XPManifest>
15 <DpiAware Value="True"/>
16 </XPManifest>
17 <Icon Value="0"/>
18 </General>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 <UseFileFilters Value="True"/>
25 </PublishOptions>
26 <RunParams>
27 <FormatVersion Value="2"/>
28 </RunParams>
29 <RequiredPackages Count="1">
30 <Item1>
31 <PackageName Value="LCL"/>
32 </Item1>
33 </RequiredPackages>
34 <Units Count="9">
35 <Unit0>
36 <Filename Value="textos.lpr"/>
37 <IsPartOfProject Value="True"/>
38 </Unit0>
39 <Unit1>
40 <Filename Value="UFormMain.pas"/>
41 <IsPartOfProject Value="True"/>
42 <ComponentName Value="FormMain"/>
43 <HasResources Value="True"/>
44 <ResourceBaseClass Value="Form"/>
45 </Unit1>
46 <Unit2>
47 <Filename Value="Apps/Calculator/UCalculator.pas"/>
48 <IsPartOfProject Value="True"/>
49 </Unit2>
50 <Unit3>
51 <Filename Value="UApi.pas"/>
52 <IsPartOfProject Value="True"/>
53 </Unit3>
54 <Unit4>
55 <Filename Value="UKernel.pas"/>
56 <IsPartOfProject Value="True"/>
57 </Unit4>
58 <Unit5>
59 <Filename Value="UApp.pas"/>
60 <IsPartOfProject Value="True"/>
61 </Unit5>
62 <Unit6>
63 <Filename Value="Apps/Bootloader/UBootLoader.pas"/>
64 <IsPartOfProject Value="True"/>
65 </Unit6>
66 <Unit7>
67 <Filename Value="Apps/Shell/UShell.pas"/>
68 <IsPartOfProject Value="True"/>
69 </Unit7>
70 <Unit8>
71 <Filename Value="UTextBuffer.pas"/>
72 <IsPartOfProject Value="True"/>
73 </Unit8>
74 </Units>
75 </ProjectOptions>
76 <CompilerOptions>
77 <Version Value="11"/>
78 <Target>
79 <Filename Value="textos"/>
80 </Target>
81 <SearchPaths>
82 <IncludeFiles Value="$(ProjOutDir)"/>
83 <OtherUnitFiles Value="Apps/Calculator;Apps/Bootloader;Apps/Shell"/>
84 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
85 </SearchPaths>
86 <Parsing>
87 <SyntaxOptions>
88 <SyntaxMode Value="Delphi"/>
89 </SyntaxOptions>
90 </Parsing>
91 <Linking>
92 <Debugging>
93 <DebugInfoType Value="dsDwarf2Set"/>
94 </Debugging>
95 <Options>
96 <Win32>
97 <GraphicApplication Value="True"/>
98 </Win32>
99 </Options>
100 </Linking>
101 </CompilerOptions>
102 <Debugging>
103 <Exceptions Count="3">
104 <Item1>
105 <Name Value="EAbort"/>
106 </Item1>
107 <Item2>
108 <Name Value="ECodetoolError"/>
109 </Item2>
110 <Item3>
111 <Name Value="EFOpenError"/>
112 </Item3>
113 </Exceptions>
114 </Debugging>
115</CONFIG>
Note: See TracBrowser for help on using the repository browser.