newproj.inf
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  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. +main.cxx main.cxx
  13. +main.h main.h
  14. +precompile.cxx precompile.cxx
  15. $$IF(IS_GUI)
  16. +resources.prc resources.prc
  17. $$ENDIF
  18. $$IF(IS_SERVICE)
  19. +messages.mc messages.mc
  20. =app.ico $$Root$$.ico
  21. $$IF(HAS_HTTP)
  22. +custom.cxx custom.cxx
  23. +custom.h custom.h
  24. +app.key $$Root$$.key
  25. $$ENDIF
  26. $$ENDIF