Subversion Repositories ExamClock

Rev

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