home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / Lang_Files_(English) / Projects / WebDemo / WebDemo.dbpro < prev    next >
Encoding:
Text File  |  2004-09-22  |  1.4 KB  |  59 lines

  1. ; **** Dark BASIC Professional Project File ****
  2. version=DBP1.00
  3. project name=WebDemo
  4.  
  5.  
  6.  
  7. ; **** source file information ****
  8. main=WebDemo.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=WebDemo.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=Website Launcher
  33. ; graphics mode options: fullscreen, window, desktop,fulldesktop, hidden
  34. graphics mode=window
  35. fullscreen resolution=640x480x16
  36. ; arbitrary sizes are valid for windowed mode
  37. window resolution=320x240
  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
  59.