newproj.inf
来自「详细的MFC资料」· INF 代码 · 共 30 行
INF
30 行
$$// 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 be added to the project
$$// '*' => bypass the custom AppWizard's resources when loading
$$// if name starts with / => create new subdir
/res
ROOT.CLW $$root$$.clw
+ROOT.CPP $$root$$.cpp
ROOT.H $$root$$.h
+ROOT.DEF $$root$$.def
STDAFX.H StdAfx.h
+STDAFX.CPP StdAfx.cpp
RESOURCE.H resource.h
+ROOT.RC $$root$$.rc
ROOT.REG $$root$$.reg
ICONHANDLER.H IconHandler.h
+ICONHANDLER.CPP IconHandler.cpp
=ICON1.ICO icon1.ico
ROOT.RC2 res\$$root$$.rc2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?