Share via


GenerateResource.TrackerSdkPath Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Path to the appropriate Windows SDK location that contains Tracker.exe. If set, the user takes responsibility for making sure that the bitness of the Tracker.exe that they pass matches the bitness of the ResGen.exe that they intend to use. If not set, the task decides the appropriate location based on the current Windows SDK.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property TrackerSdkPath As String
public string TrackerSdkPath { get; set; }
public:
property String^ TrackerSdkPath {
    String^ get ();
    void set (String^ value);
}
member TrackerSdkPath : string with get, set
function get TrackerSdkPath () : String 
function set TrackerSdkPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GenerateResource Class

Microsoft.Build.Tasks Namespace