Subversion Repositories ExamClock

Rev

Rev 10 | Rev 12 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 ron.wellst 1
<?xml version="1.0" encoding="UTF-8"?>
2
<CONFIG>
3
  <ProjectOptions>
4
    <Version Value="10"/>
5
    <PathDelim Value="\"/>
6
    <General>
7
      <SessionStorage Value="InProjectDir"/>
8
      <MainUnit Value="0"/>
9
      <Title Value="ExamClock"/>
10
      <ResourceType Value="res"/>
11
      <UseXPManifest Value="True"/>
12
      <Icon Value="0"/>
13
    </General>
14
    <i18n>
15
      <EnableI18N LFM="False"/>
16
    </i18n>
17
    <VersionInfo>
18
      <UseVersionInfo Value="True"/>
19
      <AutoIncrementBuild Value="True"/>
10 ron.wellst 20
      <MajorVersionNr Value="2"/>
11 ron.wellst 21
      <BuildNr Value="67"/>
10 ron.wellst 22
      <StringTable CompanyName="Ron Wellsted - M0RNW" LegalCopyright="Copyright (c) 2017, Ron Wellsted" ProductName="ExamClock" ProductVersion="2.0.0"/>
9 ron.wellst 23
    </VersionInfo>
10 ron.wellst 24
    <BuildModes Count="1">
25
      <Item1 Name="default" Default="True"/>
26
    </BuildModes>
9 ron.wellst 27
    <PublishOptions>
28
      <Version Value="2"/>
29
    </PublishOptions>
30
    <RunParams>
31
      <local>
32
        <FormatVersion Value="1"/>
33
      </local>
34
    </RunParams>
35
    <RequiredPackages Count="1">
36
      <Item1>
37
        <PackageName Value="LCL"/>
38
      </Item1>
39
    </RequiredPackages>
40
    <Units Count="4">
41
      <Unit0>
42
        <Filename Value="ExamClock.lpr"/>
43
        <IsPartOfProject Value="True"/>
44
      </Unit0>
45
      <Unit1>
46
        <Filename Value="mainunit.pas"/>
47
        <IsPartOfProject Value="True"/>
48
        <ComponentName Value="MainForm"/>
49
        <HasResources Value="True"/>
50
        <ResourceBaseClass Value="Form"/>
51
      </Unit1>
52
      <Unit2>
53
        <Filename Value="unit1.pas"/>
54
        <IsPartOfProject Value="True"/>
55
        <ComponentName Value="Form1"/>
56
        <HasResources Value="True"/>
57
        <ResourceBaseClass Value="Form"/>
58
        <UnitName Value="Unit1"/>
59
      </Unit2>
60
      <Unit3>
61
        <Filename Value="unit2.pas"/>
62
        <IsPartOfProject Value="True"/>
63
        <ComponentName Value="Form2"/>
64
        <ResourceBaseClass Value="Form"/>
65
        <UnitName Value="Unit2"/>
66
      </Unit3>
67
    </Units>
68
  </ProjectOptions>
69
  <CompilerOptions>
70
    <Version Value="11"/>
71
    <PathDelim Value="\"/>
72
    <Target>
73
      <Filename Value="ExamClock"/>
74
    </Target>
75
    <SearchPaths>
76
      <IncludeFiles Value="$(ProjOutDir)"/>
77
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
78
    </SearchPaths>
79
    <Parsing>
80
      <SyntaxOptions>
81
        <IncludeAssertionCode Value="True"/>
82
      </SyntaxOptions>
83
    </Parsing>
84
    <CodeGeneration>
85
      <Checks>
86
        <IOChecks Value="True"/>
87
        <RangeChecks Value="True"/>
88
        <OverflowChecks Value="True"/>
89
        <StackChecks Value="True"/>
90
      </Checks>
91
      <VerifyObjMethodCallValidity Value="True"/>
92
    </CodeGeneration>
93
    <Linking>
94
      <Debugging>
95
        <DebugInfoType Value="dsDwarf2Set"/>
96
        <UseHeaptrc Value="True"/>
97
        <TrashVariables Value="True"/>
98
        <UseExternalDbgSyms Value="True"/>
99
      </Debugging>
100
      <Options>
101
        <Win32>
102
          <GraphicApplication Value="True"/>
103
        </Win32>
104
      </Options>
105
    </Linking>
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>