Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

@@ -179,7 +179,7 @@ namespace Microsoft.Build.BuildEngine
public Microsoft.Build.BuildEngine.BuildPropertyGroup GlobalProperties { get { throw null; } set { } }
public bool IsBuilding { get { throw null; } }
public bool OnlyLogCriticalEvents { get { throw null; } set { } }
public Microsoft.Build.BuildEngine.ToolsetCollection Toolsets { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
public Microsoft.Build.BuildEngine.ToolsetCollection Toolsets { get { throw null; } }
public static System.Version Version { get { throw null; } }
[System.MonoTODOAttribute]
public bool BuildProject(Microsoft.Build.BuildEngine.Project project) { throw null; }
@@ -295,7 +295,7 @@ namespace Microsoft.Build.BuildEngine
public string SchemaFile { get { throw null; } set { } }
public Microsoft.Build.BuildEngine.TargetCollection Targets { get { throw null; } }
public System.DateTime TimeOfLastDirty { get { throw null; } }
public string ToolsVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
public string ToolsVersion { get { throw null; } }
public Microsoft.Build.BuildEngine.UsingTaskCollection UsingTasks { get { throw null; } }
[System.MonoTODOAttribute]
public string Xml { get { throw null; } }
@@ -411,9 +411,9 @@ namespace Microsoft.Build.BuildEngine
{
public Toolset(string toolsVersion, string toolsPath) { }
public Toolset(string toolsVersion, string toolsPath, Microsoft.Build.BuildEngine.BuildPropertyGroup buildProperties) { }
public Microsoft.Build.BuildEngine.BuildPropertyGroup BuildProperties { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
public string ToolsPath { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
public string ToolsVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
public Microsoft.Build.BuildEngine.BuildPropertyGroup BuildProperties { get { throw null; } }
public string ToolsPath { get { throw null; } }
public string ToolsVersion { get { throw null; } }
}
public partial class ToolsetCollection : System.Collections.Generic.ICollection<Microsoft.Build.BuildEngine.Toolset>, System.Collections.Generic.IEnumerable<Microsoft.Build.BuildEngine.Toolset>, System.Collections.IEnumerable
{