0% found this document useful (0 votes)
39 views

Msbuild Property

This document defines properties used by MSBuild to locate project files and directories, determine default targets, and identify the MSBuild tools and version. Key properties include MSBuildProjectDirectory, MSBuildProjectFile, MSBuildProjectFullPath, MSBuildExtensionsPath, MSBuildToolsPath, and MSBuildToolsVersion.

Uploaded by

neerajvayu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Msbuild Property

This document defines properties used by MSBuild to locate project files and directories, determine default targets, and identify the MSBuild tools and version. Key properties include MSBuildProjectDirectory, MSBuildProjectFile, MSBuildProjectFullPath, MSBuildExtensionsPath, MSBuildToolsPath, and MSBuildToolsVersion.

Uploaded by

neerajvayu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MSBuildProjectDirectory MSBuildProjectDirectoryNoRoot excluding the root.

MSBuildProjectFile MSBuildProjectExtension MSBuildProjectFullPath MSBuildProjectName MSBuildToolsPath* ( MSBuildBinPath )

The full path to the directory where the project fi le is located. The full path to the directory where the project fi le is located, The name of the project fi le, including the extension. The extension of the project fi le including the .. The full path to the project fi le. The name of the project fi le, without the extension

MSBuildProjectDefaultTargets MSBuildExtensionsPath MSBuildExtensionsPath32*

MSBuildNodeCount* MSBuildStartupDirectory* MSBuildToolsPath* MSBuildToolsVersion*

The full path to the location where the MS Build binaries are Located. For MSBuild 2.0 this property is named MSBuildBinPath and is deprecated in MSBuild 3.5. Contains the list of the default targets. The full path to where MS Build extensions are located. This is typically under the Program Files folder. the full path to where MS Build 32 bit extensions are located. This is typically under the Program Files folder. For 32 bit machines this value will be the same as MSBuildExtensionsPath. the number of nodes (processes) that are being used to build The project. If the /m switch is not used, then this value will be 1. the full path to folder where the MSBuild process is invoked. the full path to the MSBuild tools being used to build the project. the version of the tools being used to build the project. Possible values include 2.0 and 3.5.

You might also like