home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / INETAWZ.AWX / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1998-06-18  |  614b  |  18 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 be added to the project
  6. $$//       '*' => bypass the custom AppWizard's resources when loading
  7. $$//    if name starts with / => create new subdir
  8.  
  9. +GEN.DEF    $$root$$.def
  10. +MAIN.CPP    $$root$$.cpp
  11. MAIN.H    $$root$$.h
  12. +MAIN.RC    $$root$$.rc
  13. MAIN.RC2    $$root$$.rc2
  14. RES.H    Resource.h
  15. MAIN.CLW    $$root$$.clw
  16. +STDAFX.CPP    StdAfx.cpp
  17. STDAFX.H    StdAfx.h
  18.