home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / WMEffect.awx / TEMPLATE / NEWPROJ.INF < prev    next >
Encoding:
Text File  |  2001-10-01  |  1.0 KB  |  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 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.  
  15.  
  16.  
  17. EFFECTS.IDL    effects.idl
  18. RESOURCE.H    resource.h
  19. SAMPLE.CPP    $$root$$.cpp
  20. SAMPLE.H    $$root$$.h
  21. SAMPLE.IDL    i$$root$$.idl
  22. SAMPLE.RGS    $$root$$.rgs
  23. !SAMPLE.WMS    $$root$$.wms
  24. ROOT.CPP    $$root$$dll.cpp
  25. ROOT.DEF    $$root$$dll.def
  26. ROOT.RC    $$root$$dll.rc
  27. STDAFX.CPP    StdAfx.cpp
  28. STDAFX.H    StdAfx.h
  29.  
  30.  
  31.  
  32.  
  33.