source: branches/test3/Project1.lpi

Last change on this file was 16, checked in by chronos, 2 weeks ago
  • Added: Test virtual machine implemented with generics to specify custom data and address bit width.
File size: 2.0 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 <ResourceBaseClass Value="Form"/>
41 </Unit>
42 <Unit>
43 <Filename Value="Cpu.pas"/>
44 <IsPartOfProject Value="True"/>
45 </Unit>
46 </Units>
47 </ProjectOptions>
48 <CompilerOptions>
49 <Version Value="11"/>
50 <Target>
51 <Filename Value="Project1"/>
52 </Target>
53 <SearchPaths>
54 <IncludeFiles Value="$(ProjOutDir)"/>
55 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
56 </SearchPaths>
57 <Parsing>
58 <SyntaxOptions>
59 <SyntaxMode Value="Delphi"/>
60 </SyntaxOptions>
61 </Parsing>
62 <Linking>
63 <Debugging>
64 <DebugInfoType Value="dsDwarf3"/>
65 </Debugging>
66 <Options>
67 <Win32>
68 <GraphicApplication Value="True"/>
69 </Win32>
70 </Options>
71 </Linking>
72 </CompilerOptions>
73 <Debugging>
74 <Exceptions>
75 <Item>
76 <Name Value="EAbort"/>
77 </Item>
78 <Item>
79 <Name Value="ECodetoolError"/>
80 </Item>
81 <Item>
82 <Name Value="EFOpenError"/>
83 </Item>
84 </Exceptions>
85 </Debugging>
86</CONFIG>
Note: See TracBrowser for help on using the repository browser.