Subversion Repositories ExamClock

Rev

Rev 13 | 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>
12 ron 4
    <Version Value="11"/>
9 ron.wellst 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"/>
13 ron 21
      <MinorVersionNr Value="1"/>
14 ron 22
      <BuildNr Value="73"/>
10 ron.wellst 23
      <StringTable CompanyName="Ron Wellsted - M0RNW" LegalCopyright="Copyright (c) 2017, Ron Wellsted" ProductName="ExamClock" ProductVersion="2.0.0"/>
9 ron.wellst 24
    </VersionInfo>
10 ron.wellst 25
    <BuildModes Count="1">
26
      <Item1 Name="default" Default="True"/>
27
    </BuildModes>
9 ron.wellst 28
    <PublishOptions>
29
      <Version Value="2"/>
30
    </PublishOptions>
31
    <RunParams>
12 ron 32
      <FormatVersion Value="2"/>
33
      <Modes Count="1">
34
        <Mode0 Name="default"/>
35
      </Modes>
9 ron.wellst 36
    </RunParams>
37
    <RequiredPackages Count="1">
38
      <Item1>
39
        <PackageName Value="LCL"/>
40
      </Item1>
41
    </RequiredPackages>
42
    <Units Count="4">
43
      <Unit0>
44
        <Filename Value="ExamClock.lpr"/>
45
        <IsPartOfProject Value="True"/>
46
      </Unit0>
47
      <Unit1>
48
        <Filename Value="mainunit.pas"/>
49
        <IsPartOfProject Value="True"/>
50
        <ComponentName Value="MainForm"/>
51
        <HasResources Value="True"/>
52
        <ResourceBaseClass Value="Form"/>
53
      </Unit1>
54
      <Unit2>
55
        <Filename Value="unit1.pas"/>
56
        <IsPartOfProject Value="True"/>
57
        <ComponentName Value="Form1"/>
58
        <HasResources Value="True"/>
59
        <ResourceBaseClass Value="Form"/>
60
        <UnitName Value="Unit1"/>
61
      </Unit2>
62
      <Unit3>
63
        <Filename Value="unit2.pas"/>
64
        <IsPartOfProject Value="True"/>
65
        <ComponentName Value="Form2"/>
14 ron 66
        <HasResources Value="True"/>
9 ron.wellst 67
        <ResourceBaseClass Value="Form"/>
68
        <UnitName Value="Unit2"/>
69
      </Unit3>
70
    </Units>
71
  </ProjectOptions>
72
  <CompilerOptions>
73
    <Version Value="11"/>
74
    <PathDelim Value="\"/>
75
    <Target>
76
      <Filename Value="ExamClock"/>
77
    </Target>
78
    <SearchPaths>
79
      <IncludeFiles Value="$(ProjOutDir)"/>
80
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
81
    </SearchPaths>
82
    <Parsing>
83
      <SyntaxOptions>
84
        <IncludeAssertionCode Value="True"/>
85
      </SyntaxOptions>
86
    </Parsing>
87
    <CodeGeneration>
88
      <Checks>
89
        <IOChecks Value="True"/>
90
        <RangeChecks Value="True"/>
91
        <OverflowChecks Value="True"/>
92
        <StackChecks Value="True"/>
93
      </Checks>
94
      <VerifyObjMethodCallValidity Value="True"/>
95
    </CodeGeneration>
96
    <Linking>
97
      <Debugging>
98
        <DebugInfoType Value="dsDwarf2Set"/>
99
        <UseHeaptrc Value="True"/>
100
        <TrashVariables Value="True"/>
101
        <UseExternalDbgSyms Value="True"/>
102
      </Debugging>
103
      <Options>
104
        <Win32>
105
          <GraphicApplication Value="True"/>
106
        </Win32>
107
      </Options>
108
    </Linking>
109
  </CompilerOptions>
110
  <Debugging>
111
    <Exceptions Count="3">
112
      <Item1>
113
        <Name Value="EAbort"/>
114
      </Item1>
115
      <Item2>
116
        <Name Value="ECodetoolError"/>
117
      </Item2>
118
      <Item3>
119
        <Name Value="EFOpenError"/>
120
      </Item3>
121
    </Exceptions>
122
  </Debugging>
123
</CONFIG>