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 / ADDINWZ.AWX / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1998-06-18  |  853b  |  33 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.  
  10.  
  11. /res
  12.  
  13.  
  14. ROOT.CLW    $$root$$.clw
  15. +README.TXT    ReadMe.txt
  16. +ROOT.CPP    $$root$$.cpp
  17. ROOT.H    $$root$$.h
  18. ROOT.DEF    $$root$$.def
  19. +ROOT.ODL    $$root$$.odl
  20. STDAFX.H    StdAfx.h
  21. +STDAFX.CPP    StdAfx.cpp
  22. !:ROOT.RC2    res\$$root$$.rc2
  23. =TBARLRGE.BMP    res\TBarLrge.bmp
  24. =TBARMEDM.BMP    res\TBarMedm.bmp
  25. RESOURCE.H    Resource.h
  26. +ROOT.RC    $$root$$.rc
  27. DSADDIN.H    DSAddIn.h
  28. +DSADDIN.CPP    DSAddIn.cpp
  29. COMMANDS.H    Commands.h
  30. +COMMANDS.CPP    Commands.cpp
  31.  
  32.  
  33.