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 / XPWIZ.AWX / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1998-06-18  |  537b  |  17 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. +stdafx.cpp    StdAfx.cpp
  10. +stdafx.h    StdAfx.h
  11. +root.cpp    $$Root$$.cpp
  12. +proc.cpp    proc.cpp
  13. +readme.txt    readme.txt
  14.  
  15.  
  16.  
  17.