[go: up one dir, main page]

Menu

[r15]: / Project.pas  Maximize  Restore  History

Download this file

20 lines (15 with data), 581 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{ Unit created by Compile1 [TCompile] component on Friday 19 November 2010 }
unit Project;
interface
const { Do not modify these lines }
PROJECT_NAME: string = 'Census';
EXE_FILENAME: string = 'Census';
DATE_CREATED: string = 'Friday 19 November 2010';
AUTHORS_NAME: string = 'Justin Wilkins';
CONTACT_INFO: string = 'justin.wilkins@exprimo.com';
COMPILE_DATE: string = 'Monday 5 September 2011';
COMPILE_TIME: string = '14:24';
BUILD_NUMBER: string = '580';
UNIQUE_IDKEY: string = 'CensusMonday 5 September 201114:24';
implementation
end.