home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / hierwiz / template / newproj.inf < prev    next >
Text File  |  1998-03-05  |  2KB  |  73 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13.  
  14. /hlp
  15. /res
  16.  
  17. root.clw    $$root$$.clw
  18. root.cpp    $$root$$.cpp
  19. root.h    $$root$$.h
  20. root.hpj    hlp\$$root$$.hpj
  21. root.rc    $$root$$.rc
  22. root.reg    $$root$$.reg
  23. ipframe.cpp    ipframe.cpp
  24. ipframe.h    ipframe.h
  25. mainfrm.cpp    mainfrm.cpp
  26. mainfrm.h    mainfrm.h
  27. makehelp.bat    makehelp.bat
  28. =mfcclass.hie    mfcclass.hie
  29. mfcclass.txt    mfcclass.txt
  30. resource.h    resource.h
  31. stdafx.cpp    stdafx.cpp
  32. stdafx.h    stdafx.h
  33. svrdoc.cpp    svrdoc.cpp
  34. svrdoc.h    svrdoc.h
  35. svritem.cpp    svritem.cpp
  36. svritem.h    svritem.h
  37. svrview.cpp    svrview.cpp
  38. svrview.h    svrview.h
  39. zoomdlg.cpp    zoomdlg.cpp
  40. zoomdlg.h    zoomdlg.h
  41. =afxcore.rtf    hlp\afxcore.rtf
  42. =afxprint.rtf    hlp\afxprint.rtf
  43. =appexit.bmp    hlp\appexit.bmp
  44. =bullet.bmp    hlp\bullet.bmp
  45. =curarw2.bmp    hlp\curarw2.bmp
  46. =curarw4.bmp    hlp\curarw4.bmp
  47. =curhelp.bmp    hlp\curhelp.bmp
  48. =editcopy.bmp    hlp\editcopy.bmp
  49. =editcut.bmp    hlp\editcut.bmp
  50. =editpast.bmp    hlp\editpast.bmp
  51. =editundo.bmp    hlp\editundo.bmp
  52. =filenew.bmp    hlp\filenew.bmp
  53. =fileopen.bmp    hlp\fileopen.bmp
  54. =fileprnt.bmp    hlp\fileprnt.bmp
  55. =filesave.bmp    hlp\filesave.bmp
  56. =hlpsbar.bmp    hlp\hlpsbar.bmp
  57. =hlptbar.bmp    hlp\hlptbar.bmp
  58. =scmax.bmp    hlp\scmax.bmp
  59. =scmenu.bmp    hlp\scmenu.bmp
  60. =scmin.bmp    hlp\scmin.bmp
  61. =root.ico    res\$$root$$.ico
  62. =itoolbar.bmp    res\itoolbar.bmp
  63. =svrdoc.ico    res\svrdoc.ico
  64. =toolbar.bmp    res\toolbar.bmp
  65. $$IF(WANTS_TEXTVIEW) 
  66. textview.h    textview.h
  67. textview.cpp    textview.cpp
  68. $$ENDIF //WANTS_TEXTVIEW
  69. $$//If user chose to privide enter text 
  70. $$IF(USER_INPUT_DATA)
  71. inputtxt.txt    $$root$$.txt
  72. $$ENDIF
  73.