ToolLocationHelper.GetPathToBuildTools Method
Include Protected Members
Include Inherited Members
Given a ToolsVersion, return the path to the MSBuild tools for that ToolsVersion. The only version supported is “12.0”.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetPathToBuildTools(String) | Given a ToolsVersion, return the path to the MSBuild tools for that ToolsVersion. The only version supported is “12.0”. | |
GetPathToBuildTools(String, DotNetFrameworkArchitecture) | Given a ToolsVersion, return the path to the MSBuild tools for that ToolsVersion. The only version supported is “12.0”. |
Top