zoukankan      html  css  js  c++  java
  • Some MACRO In VS Project Setting

    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).

    Label Macro Description
    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.

  • 相关阅读:
    CSS中可以通过哪些属性定义,使得一个DOM元素不显示在浏览器可视范围内?
    贝塞尔曲线
    A little composer
    ABAQUS操作笔记
    ABAQUS薄板实例
    引用
    引用、重载、递归概念及应用
    Photoshop图片处理-云毕业照
    图片存储大小更改
    论文公式之“公式居中,序号在右”
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1427196.html
Copyright © 2011-2022 走看看