home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / App_Files / Editor / frontend / default.dbpro 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=
  4.  
  5. ; **** source file information ****
  6. main=
  7. ; The compiler only needs to read the final source from this entry - the editor
  8. ; handles include files, concatenation, etc.
  9. final source=_Temp.dbsource
  10.  
  11. ; The editor will replace any references to %temp in the EXE path/filename
  12. executable=%temp\dbp_program.exe
  13.  
  14. ; **** Executable Information  ***
  15. build type=exe
  16. ; exe, media, installer,alone
  17.  
  18. ; ** Media file compression **
  19. compression=no
  20. ; ** Media file encryption **
  21. encryption=no
  22. ; ** Display the card options screen window? **
  23. card options window=no
  24.  
  25. ; **** debugger information ****
  26. ; If the editor sets this to yes, it is running in debug mode
  27. CLI=no
  28.  
  29. ; **** display mode information ****
  30.  
  31. app title=DarkBASIC Pro Project
  32. ; graphics mode options: fullscreen, window, desktop,fulldesktop, hidden
  33. graphics mode=fulldesktop
  34. fullscreen resolution=640x480x16
  35. ; arbitrary sizes are valid for windowed mode 
  36. window resolution=640x480
  37.  
  38. ; **** External Files Information ****
  39. ; **** Media ****
  40.  
  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.