-
Notifications
You must be signed in to change notification settings - Fork 0
/
Button.dbpro
executable file
·61 lines (47 loc) · 1.39 KB
/
Button.dbpro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
; **** Dark BASIC Professional Project File ****
; **** Written by DarkBASIC Professional Editor ****
version=DBP1.00
project name=Button
; **** source file information ****
main=C:\Users\owner\Documents\Projects\repository\trunk\Sandbox\Button.dba
final source=_Temp.dbsource
; **** Executable Information ***
; build types: exe, media, installer, alone
executable=Button.exe
build type=exe
; ** Media file compression **
compression=NO
; ** Media file encryption **
encryption=NO
; ** Display the card options screen window? **
card options window=NO
; **** debugger information ****
; If the editor sets this to yes, it is running in debug mode
CLI=NO
CommandLineArguments=
; **** display mode information ****
app title=Button
; graphics mode options: fullscreen, window, desktop, fulldesktop, hidden
graphics mode=window
fullscreen resolution=640x480x32
; arbitrary sizes are valid for windowed mode
window resolution=640x480
; **** External Files Information ****
; **** Media ****
; Example entries: media1=graphics\*.jpg
media root path=c:\Users\owner\Documents\Projects\repository\trunk\Sandbox\
; **** Icons ****
; **** Cursors ****
; **** Version Info ****
VerComments=
VerCompany=
VerFileDesc=
VerFileNumber=
VerInternal=
VerCopyright=
VerTrademark=
VerFilename=
VerProduct=
VerProductNumber=v1.0
; **** To Do ****
; **** Comments ****