
The base name of the primary output file for the build. The file name of the primary output file for the build (defined as base name + file extension). It includes the '.' before the file extension. The file extension of the primary output file for the build. The directory of the primary output file for the build (defined as drive + path) includes the trailing backslash '\'. Defined only when building a solution in the IDE. The absolute path name of the solution (defined as drive + path + base name + file extension).

The file name of the solution (defined as base name + file extension). The directory of the solution (defined as drive + path) includes the trailing backslash '\'. The namespace, if any, containing the application. See Changing Project Settings for a C/C++ Debug Configuration for more information. Set to the value of the Remote Machine property on the Debug property page. Defaults to the $(OutDir)app.publish\ folder. The output location for the publish target includes the trailing backslash '\'. The absolute path name of the project (defined as drive + path + base name + file extension). The file name of the project (defined as base name + file extension).

The directory of the project (defined as drive + path) includes the trailing backslash '\'. The short name of current architecture, for example, "x86" or "圆4". The name of current project platform, for example, "Win32". Don't use $(IntDir) to define this property. It resolves to the value for the Output Directory property. If it's a relative path, output files go to this path appended to the project directory. Don't use $(OutDir) to define this property. It resolves to the value for the Intermediate Directory property. If it's a relative path, intermediate files go to this path appended to the project directory. Path to the directory specified for intermediate files. The fxcop.cmd file is not installed with all Visual Studio editions.
#Datacad 19 create custom macro full
Combined with $(FrameworkDir), the full path to the version of the. NET Framework could have been installed as part of Visual Studio or separately. The directory into which you installed the. The installation directory of Visual Studio (defined as drive + path) includes the trailing backslash '\'. The name of the current project configuration, for example, "Debug". For details on how MSBuild property definitions are created and used as macros in. Go to the Macros dialog to see all of the properties and their current values in your project.

This table describes a commonly used subset of the available macros there are many more not listed here. For more information, see the Specifying User-Defined Values section of C++ project property page reference. The current set of properties and macros visible to Visual Studio is listed along with the current value for each. Click on Edit and then in the edit dialog box, choose the Macros button. To display all of the currently available macros, in the Property Pages dialog, under VC++ Directories, choose the drop-down arrow at the end of a property row. You can use these macros anywhere in a project's Property Pages dialog box where strings are accepted. targets files, or in your project settings. They correspond to the MSBuild properties that are set by default, or in. Common macros for MSBuild commands and propertiesĭepending on your installation options, Visual Studio can make hundreds of macros available to you in a Visual Studio project (based on MSBuild).
