Subversion Repositories forest

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
; **** Dark BASIC Professional Project File ****
2
version=DBP1.00
3
project name=
4
 
5
 
6
 
7
; **** source file information ****
8
main=TDN.DBA
9
; The compiler only needs to read the final source from this entry - the editor
10
; handles include files, concatenation, etc.
11
final source=_Temp.dbsource
12
 
13
; The editor will replace any references to %temp in the EXE path/filename
14
executable=TDN.exe
15
 
16
; **** Executable Information  ***
17
; build types: exe, media, installer,alone
18
build type=exe
19
 
20
; ** Media file compression **
21
compression=NO
22
; ** Media file encryption **
23
encryption=NO
24
; ** Display the card options screen window? **
25
card options window=NO
26
 
27
; **** debugger information ****
28
; If the editor sets this to yes, it is running in debug mode
29
CLI=NO
30
 
31
; **** display mode information ****
32
app title=DarkBASIC Pro Project
33
; graphics mode options: fullscreen, window, desktop,fulldesktop, hidden
34
graphics mode=fulldesktop
35
fullscreen resolution=640x480x16
36
; arbitrary sizes are valid for windowed mode
37
window resolution=640x480
38
 
39
; **** External Files Information ****
40
; **** Media ****
41
media root path=
42
; example entries: media1=graphics\*.jpg
43
 
44
; **** Icons ****
45
 
46
; **** Cursors ****
47
 
48
; **** Version Info ****
49
VerComments=
50
VerCompany=
51
VerFileDesc=
52
VerFileNumber=v1.0
53
VerInternal=
54
VerCopyright=
55
VerTrademark=
56
VerFilename=
57
VerProduct=
58
VerProductNumber=v1.0