Subversion Repositories ExamClock

Rev

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>
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"/>
12 ron 22
      <BuildNr Value="71"/>
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"/>
66
        <ResourceBaseClass Value="Form"/>
67
        <UnitName Value="Unit2"/>
68
      </Unit3>
69
    </Units>
70
  </ProjectOptions>
71
  <CompilerOptions>
72
    <Version Value="11"/>
73
    <PathDelim Value="\"/>
74
    <Target>
75
      <Filename Value="ExamClock"/>
76
    </Target>
77
    <SearchPaths>
78
      <IncludeFiles Value="$(ProjOutDir)"/>
79
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
80
    </SearchPaths>
81
    <Parsing>
82
      <SyntaxOptions>
83
        <IncludeAssertionCode Value="True"/>
84
      </SyntaxOptions>
85
    </Parsing>
86
    <CodeGeneration>
87
      <Checks>
88
        <IOChecks Value="True"/>
89
        <RangeChecks Value="True"/>
90
        <OverflowChecks Value="True"/>
91
        <StackChecks Value="True"/>
92
      </Checks>
93
      <VerifyObjMethodCallValidity Value="True"/>
94
    </CodeGeneration>
95
    <Linking>
96
      <Debugging>
97
        <DebugInfoType Value="dsDwarf2Set"/>
98
        <UseHeaptrc Value="True"/>
99
        <TrashVariables Value="True"/>
100
        <UseExternalDbgSyms Value="True"/>
101
      </Debugging>
102
      <Options>
103
        <Win32>
104
          <GraphicApplication Value="True"/>
105
        </Win32>
106
      </Options>
107
    </Linking>
108
  </CompilerOptions>
109
  <Debugging>
110
    <Exceptions Count="3">
111
      <Item1>
112
        <Name Value="EAbort"/>
113
      </Item1>
114
      <Item2>
115
        <Name Value="ECodetoolError"/>
116
      </Item2>
117
      <Item3>
118
        <Name Value="EFOpenError"/>
119
      </Item3>
120
    </Exceptions>
121
  </Debugging>
122
</CONFIG>