DotNetBuild.GetExtraPropertyArgs method

Gets extra properties for the specified target.

public static IEnumerable<string> GetExtraPropertyArgs(this DotNetBuildSettings settings, 
    string target)

See Also