Share via


GenerateResource.TrackerFrameworkPath Property

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

Path to the appropriate .NET Framework location that contains FileTracker.dll. If set, the user takes responsibility for making sure that the bitness of the FileTracker.dll 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 .NET Framework version.

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 TrackerFrameworkPath As String
public string TrackerFrameworkPath { get; set; }
public:
property String^ TrackerFrameworkPath {
    String^ get ();
    void set (String^ value);
}
member TrackerFrameworkPath : string with get, set
function get TrackerFrameworkPath () : String 
function set TrackerFrameworkPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GenerateResource Class

Microsoft.Build.Tasks Namespace