source: trunk/linetime.lpi

Last change on this file was 2, checked in by chronos, 9 years ago

Show new line time when new characters are printed on that line.

File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <Flags>
7 <MainUnitHasCreateFormStatements Value="False"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <MainUnit Value="0"/>
11 <Title Value="linetime"/>
12 <UseAppBundle Value="False"/>
13 <ResourceType Value="res"/>
14 </General>
15 <i18n>
16 <EnableI18N LFM="False"/>
17 </i18n>
18 <VersionInfo>
19 <StringTable ProductVersion=""/>
20 </VersionInfo>
21 <BuildModes Count="1">
22 <Item1 Name="Default" Default="True"/>
23 </BuildModes>
24 <PublishOptions>
25 <Version Value="2"/>
26 </PublishOptions>
27 <RunParams>
28 <local>
29 <FormatVersion Value="1"/>
30 </local>
31 </RunParams>
32 <Units Count="1">
33 <Unit0>
34 <Filename Value="linetime.lpr"/>
35 <IsPartOfProject Value="True"/>
36 </Unit0>
37 </Units>
38 </ProjectOptions>
39 <CompilerOptions>
40 <Version Value="11"/>
41 <Target>
42 <Filename Value="linetime"/>
43 </Target>
44 <SearchPaths>
45 <IncludeFiles Value="$(ProjOutDir)"/>
46 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
47 </SearchPaths>
48 <Parsing>
49 <SyntaxOptions>
50 <SyntaxMode Value="Delphi"/>
51 </SyntaxOptions>
52 </Parsing>
53 </CompilerOptions>
54 <Debugging>
55 <Exceptions Count="3">
56 <Item1>
57 <Name Value="EAbort"/>
58 </Item1>
59 <Item2>
60 <Name Value="ECodetoolError"/>
61 </Item2>
62 <Item3>
63 <Name Value="EFOpenError"/>
64 </Item3>
65 </Exceptions>
66 </Debugging>
67</CONFIG>
Note: See TracBrowser for help on using the repository browser.