source: branches/AS8051toC/AS8051toC.lpi

Last change on this file was 25, checked in by chronos, 12 years ago
  • Upraveno: Rozšířeno převádění kódu na další případy.
File size: 3.2 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <VersionInfo>
17 <StringTable ProductVersion=""/>
18 </VersionInfo>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
25 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
26 </PublishOptions>
27 <RunParams>
28 <local>
29 <FormatVersion Value="1"/>
30 </local>
31 </RunParams>
32 <RequiredPackages Count="3">
33 <Item1>
34 <PackageName Value="TemplateGenerics"/>
35 <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
36 </Item1>
37 <Item2>
38 <PackageName Value="SynEdit"/>
39 </Item2>
40 <Item3>
41 <PackageName Value="LCL"/>
42 </Item3>
43 </RequiredPackages>
44 <Units Count="6">
45 <Unit0>
46 <Filename Value="AS8051toC.lpr"/>
47 <IsPartOfProject Value="True"/>
48 <UnitName Value="AS8051toC"/>
49 </Unit0>
50 <Unit1>
51 <Filename Value="UMainForm.pas"/>
52 <IsPartOfProject Value="True"/>
53 <ComponentName Value="FormMain"/>
54 <HasResources Value="True"/>
55 <ResourceBaseClass Value="Form"/>
56 <UnitName Value="UMainForm"/>
57 </Unit1>
58 <Unit2>
59 <Filename Value="Common\UFindFile.pas"/>
60 <IsPartOfProject Value="True"/>
61 <UnitName Value="UFindFile"/>
62 </Unit2>
63 <Unit3>
64 <Filename Value="UParser.pas"/>
65 <IsPartOfProject Value="True"/>
66 <UnitName Value="UParser"/>
67 </Unit3>
68 <Unit4>
69 <Filename Value="USource.pas"/>
70 <IsPartOfProject Value="True"/>
71 <UnitName Value="USource"/>
72 </Unit4>
73 <Unit5>
74 <Filename Value="UCompiler.pas"/>
75 <IsPartOfProject Value="True"/>
76 <UnitName Value="UCompiler"/>
77 </Unit5>
78 </Units>
79 </ProjectOptions>
80 <CompilerOptions>
81 <Version Value="11"/>
82 <PathDelim Value="\"/>
83 <Target>
84 <Filename Value="AS8051toC"/>
85 </Target>
86 <SearchPaths>
87 <IncludeFiles Value="$(ProjOutDir)"/>
88 <OtherUnitFiles Value="Common"/>
89 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
90 </SearchPaths>
91 <Parsing>
92 <SyntaxOptions>
93 <SyntaxMode Value="Delphi"/>
94 </SyntaxOptions>
95 </Parsing>
96 <Linking>
97 <Options>
98 <Win32>
99 <GraphicApplication Value="True"/>
100 </Win32>
101 </Options>
102 </Linking>
103 <Other>
104 <CompilerPath Value="$(CompPath)"/>
105 </Other>
106 </CompilerOptions>
107 <Debugging>
108 <Exceptions Count="3">
109 <Item1>
110 <Name Value="EAbort"/>
111 </Item1>
112 <Item2>
113 <Name Value="ECodetoolError"/>
114 </Item2>
115 <Item3>
116 <Name Value="EFOpenError"/>
117 </Item3>
118 </Exceptions>
119 </Debugging>
120</CONFIG>
Note: See TracBrowser for help on using the repository browser.