newproj.inf

来自「VC++高级编程技巧与示例」· INF 代码 · 共 34 行

INF
34
字号
$$// newproj.inf = template for list of template files
$$//  format is 'sourceResName' \t 'destFileName'
$$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
$$//       '=' => the resource is binary
$$//       '-' => the file should not be added to the project (all files are added to the project by default)
$$//       '!' => the file should be marked exclude from build
$$//       '?' => the file should be treated as a help file
$$//       ':' => the file should be treated as a resource
$$//       '#' => the file should be treated as a template (implies '!')
$$//       '*' => bypass the custom AppWizard's resources when loading
$$//	if name starts with / => create new subdir



/res


ROOT.CLW	$$root$$.clw
README.TXT	ReadMe.txt
ROOT.H	$$root$$.h
ROOT.CPP	$$root$$.cpp
DIALOG.H	$$root$$Dlg.h
STDAFX.H	StdAfx.h
STDAFX.CPP	StdAfx.cpp
:ROOT.RC2	res\$$root$$.rc2
=:ROOT.ICO	res\$$root$$.ico
RESOURCE.H	resource.h
ROOT.RC	$$root$$.rc
MSADO15.TLH	msado15.tlh
MSADO15.TLI	msado15.tli
DIALOG.CPP	$$root$$Dlg.cpp


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?