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

  1. ; **** Dark BASIC Professional Project File ****
  2. version=DBP1.00
  3. project name=FaceDemo
  4.  
  5.  
  6.  
  7. ; **** source file information ****
  8. main=FaceDemo.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=FaceDemo.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. cursorarrow=MEDIA\DOT.BMP
  48.  
  49. ; **** Version Info ****
  50. VerComments=
  51. VerCompany=
  52. VerFileDesc=
  53. VerFileNumber=v1.0
  54. VerInternal=
  55. VerCopyright=
  56. VerTrademark=
  57. VerFilename=
  58. VerProduct=
  59. VerProductNumber=v1.0
  60.