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

  1. ; **** Dark BASIC Professional Project File ****
  2. version=DBP1.00
  3. project name=3DVideo
  4.  
  5.  
  6.  
  7. ; **** source file information ****
  8. main=3DVideo.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=3DVideo.exe
  15.  
  16. ; **** Executable Information  ***
  17. ; build types: exe, media, installer,alone
  18. build type=media
  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. media1=7clicks.WMV
  44. media2=type.wav
  45.  
  46. ; **** Icons ****
  47.  
  48. ; **** Cursors ****
  49.  
  50. ; **** Version Info ****
  51. VerComments=
  52. VerCompany=
  53. VerFileDesc=
  54. VerFileNumber=v1.0
  55. VerInternal=
  56. VerCopyright=
  57. VerTrademark=
  58. VerFilename=
  59. VerProduct=
  60. VerProductNumber=v1.0
  61.