Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.4 KiB

  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. $$IF(IContextMenu)
  13. CM.CPP $$ClassType$$CM.cpp
  14. CM.H $$ClassType$$CM.h
  15. $$ENDIF
  16. $$IF(Icon)
  17. EI.CPP $$ClassType$$EI.cpp
  18. EI.H $$ClassType$$EI.h
  19. $$ENDIF
  20. $$IF(PropertySheet)
  21. PS.CPP $$ClassType$$PS.cpp
  22. PS.H $$ClassType$$PS.h
  23. $$ENDIF
  24. $$IF(InfoTip)
  25. IT.cpp $$ClassType$$IT.cpp
  26. IT.h $$ClassType$$IT.h
  27. $$ENDIF
  28. DLLDATA.C dlldata.c
  29. =:ICON1.ICO $$ClassType$$.ico
  30. RESOURCE.H resource.h
  31. ROOT.CLW $$root$$.clw
  32. ROOT.CPP $$root$$.cpp
  33. ROOT.DEF $$root$$.def
  34. ROOT.H $$root$$.h
  35. ROOT.RC $$root$$.rc
  36. ROOT.RGS $$root$$.rgs
  37. =ROOT.TLB $$root$$.tlb
  38. STDAFX.CPP StdAfx.cpp
  39. STDAFX.H StdAfx.h
  40. !SHLOBJ.IDL Shlobj.idl
  41. !SHELLEXTENSIONS.IDL $$ClassType$$.idl
  42. shlobj.c shlobj.c