您的位置:首页 > 其它

Some MACRO In VS Project Setting

2009-04-01 13:13 218 查看

Macros for Custom Build Commands

You can use the File and Directory drop-down lists to insert any of the following directory and filename macros in either grid at the current insertion point location. The File and Directory drop-down lists are on the Custom Build tab of the Project Settings dialog box (the Settings command on the Build menu).

LabelMacroDescription
Intermediate$(IntDir)Path to the directory specified for intermediate files, relative to the project directory.
Output$(OutDir)Path to the directory specified for output files, relative to the project directory.
Target$(TargetDir)Fully qualified path to the directory specified to output files.
Input$(InputDir)Relative path to the project directory.
Project$(ProjDir)Fully qualified path to the project directory.
Workspace$(WkspDir)Fully qualified path to the project directory.
Microsoft Developer$(MSDevDir)Fully qualified path to the installation directory for Microsoft Visual C++.
Remote Target$(RemoteDir)Fully qualified path to the remote output file.
Target Path$(TargetPath)Fully qualified name for the project output file.
Target Name$(TargetName)Base name for the output file.
Input Path$(InputPath)Fully qualified name for the input file.
Input Name$(InputName)Base name for the input file.
Workspace Name$(WkspName)Name of the project workspace.
Remote Target Path$(RemoteTargetPath)Fully qualified name for the remote output file.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐