[go: up one dir, main page]

Menu

[r12]: / Project.pas  Maximize  Restore  History

Download this file

20 lines (15 with data), 573 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 = 'Friday 22 July 2011';
COMPILE_TIME: string = '18:18';
BUILD_NUMBER: string = '529';
UNIQUE_IDKEY: string = 'CensusFriday 22 July 201118:18';
implementation
end.