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
; **** Written by DarkBASIC Professional Editor ****
3
version=DBP1.00
4
project name=Nightmare Forest
5
 
6
; **** source file information ****
7
main=Forest.DBA
8
LineMain=276
9
final source=_Temp.dbsource
10
 
11
; **** Executable Information  ***
12
; build types: exe, media, installer, alone
13
executable=Forest.exe
14
build type=exe
15
; ** Media file compression **
16
compression=YES
17
 
18
; ** Media file encryption **
19
encryption=NO
20
; ** Display the card options screen window? **
21
card options window=NO
22
 
23
; **** debugger information ****
24
; If the editor sets this to yes, it is running in debug mode
25
CLI=NO
26
CommandLineArguments=
27
 
28
; **** display mode information ****
29
app title=Nightmare Forest
30
 
31
; graphics mode options: fullscreen, window, desktop, fulldesktop, hidden
32
graphics mode=fulldesktop
33
fullscreen resolution=640x480x16
34
 
35
; arbitrary sizes are valid for windowed mode
36
window resolution=640x480
37
 
38
; **** External Files Information ****
39
 
40
; **** Media ****
41
; Example entries: media1=graphics\*.jpg
42
media root path=E:\tdn\
43
 
44
; **** Icons ****
45
icon1=Forest.ico
46
 
47
; **** Cursors ****
48
 
49
; **** Version Info ****
50
VerComments=www.daniel-marschall.de
51
VerCompany=Daniel Marschall, ViaThinkSoft
52
VerFileDesc=Nightmare Forest
53
VerFileNumber=v1.0
54
VerInternal=v1.0
55
VerCopyright=(C)Copyright 2001 - 2015 Daniel Marschall.
56
VerTrademark=
57
VerFilename=
58
VerProduct=
59
VerProductNumber=v1.0
60
 
61
; **** To Do ****
62
 
63
; **** Comments ****