[go: up one dir, main page]

Menu

[r11]: / Project.pas  Maximize  Restore  History

Download this file

20 lines (15 with data), 575 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 29 April 2011';
COMPILE_TIME: string = '17:36';
BUILD_NUMBER: string = '428';
UNIQUE_IDKEY: string = 'CensusFriday 29 April 201117:36';
implementation
end.