1 namespace Microsoft.Build.Construction
2 {
3     public abstract partial class ElementLocation
4     {
ElementLocation()5         protected ElementLocation() { }
6         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
7         public abstract int Column { get; }
8         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
9         public abstract string File { get; }
10         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
11         public abstract int Line { get; }
12         public string LocationString { get { throw null; } }
Equals(object obj)13         public override bool Equals(object obj) { throw null; }
GetHashCode()14         public override int GetHashCode() { throw null; }
ToString()15         public override string ToString() { throw null; }
16     }
17     public enum ImplicitImportLocation
18     {
19         Bottom = 2,
20         None = 0,
21         Top = 1,
22     }
23     [System.Diagnostics.DebuggerDisplayAttribute("ProjectChooseElement (#Children={Count} HasOtherwise={OtherwiseElement != null})")]
24     public partial class ProjectChooseElement : Microsoft.Build.Construction.ProjectElementContainer
25     {
ProjectChooseElement()26         internal ProjectChooseElement() { }
27         public override string Condition { get { throw null; } set { } }
28         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
29         public Microsoft.Build.Construction.ProjectOtherwiseElement OtherwiseElement { get { throw null; } }
30         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElements { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)31         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
32     }
33     public sealed partial class ProjectConfigurationInSolution
34     {
ProjectConfigurationInSolution()35         internal ProjectConfigurationInSolution() { }
36         public string ConfigurationName { get { throw null; } }
37         public string FullName { get { throw null; } }
38         public bool IncludeInBuild { get { throw null; } }
39         public string PlatformName { get { throw null; } }
40     }
41     public abstract partial class ProjectElement : Microsoft.Build.Framework.IProjectElement
42     {
ProjectElement()43         internal ProjectElement() { }
44         public System.Collections.Generic.IEnumerable<Microsoft.Build.Construction.ProjectElementContainer> AllParents { get { throw null; } }
45         public virtual string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
46         public virtual Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
47         public Microsoft.Build.Construction.ProjectRootElement ContainingProject { get { throw null; } }
48         public string ElementName { get { throw null; } }
49         public string Label { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
50         public Microsoft.Build.Construction.ElementLocation LabelLocation { get { throw null; } }
51         public Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
52         public Microsoft.Build.Construction.ProjectElement NextSibling { [System.Diagnostics.DebuggerStepThroughAttribute, System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
53         public string OuterElement { get { throw null; } }
54         public Microsoft.Build.Construction.ProjectElementContainer Parent { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
55         public Microsoft.Build.Construction.ProjectElement PreviousSibling { [System.Diagnostics.DebuggerStepThroughAttribute, System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Clone()56         public Microsoft.Build.Construction.ProjectElement Clone() { throw null; }
Clone(Microsoft.Build.Construction.ProjectRootElement factory)57         protected internal virtual Microsoft.Build.Construction.ProjectElement Clone(Microsoft.Build.Construction.ProjectRootElement factory) { throw null; }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)58         public virtual void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)59         protected abstract Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner);
ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute)60         protected virtual bool ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute) { throw null; }
61     }
62     public abstract partial class ProjectElementContainer : Microsoft.Build.Construction.ProjectElement
63     {
ProjectElementContainer()64         internal ProjectElementContainer() { }
65         public System.Collections.Generic.IEnumerable<Microsoft.Build.Construction.ProjectElement> AllChildren { get { throw null; } }
66         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectElement> Children { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
67         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectElement> ChildrenReversed { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
68         public int Count { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
69         public Microsoft.Build.Construction.ProjectElement FirstChild { [System.Diagnostics.DebuggerStepThroughAttribute, System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
70         public Microsoft.Build.Construction.ProjectElement LastChild { [System.Diagnostics.DebuggerStepThroughAttribute, System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
AppendChild(Microsoft.Build.Construction.ProjectElement child)71         public void AppendChild(Microsoft.Build.Construction.ProjectElement child) { }
DeepClone(Microsoft.Build.Construction.ProjectRootElement factory, Microsoft.Build.Construction.ProjectElementContainer parent)72         protected internal virtual Microsoft.Build.Construction.ProjectElementContainer DeepClone(Microsoft.Build.Construction.ProjectRootElement factory, Microsoft.Build.Construction.ProjectElementContainer parent) { throw null; }
DeepCopyFrom(Microsoft.Build.Construction.ProjectElementContainer element)73         public virtual void DeepCopyFrom(Microsoft.Build.Construction.ProjectElementContainer element) { }
InsertAfterChild(Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference)74         public void InsertAfterChild(Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference) { }
InsertBeforeChild(Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference)75         public void InsertBeforeChild(Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference) { }
PrependChild(Microsoft.Build.Construction.ProjectElement child)76         public void PrependChild(Microsoft.Build.Construction.ProjectElement child) { }
RemoveAllChildren()77         public void RemoveAllChildren() { }
RemoveChild(Microsoft.Build.Construction.ProjectElement child)78         public void RemoveChild(Microsoft.Build.Construction.ProjectElement child) { }
79     }
80     public partial class ProjectExtensionsElement : Microsoft.Build.Construction.ProjectElement
81     {
ProjectExtensionsElement()82         internal ProjectExtensionsElement() { }
83         public override string Condition { get { throw null; } set { } }
84         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
85         public string Content { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
86         public string this[string name] { get { throw null; } set { } }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)87         public override void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)88         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
89     }
90     [System.Diagnostics.DebuggerDisplayAttribute("Project={Project} Condition={Condition}")]
91     public partial class ProjectImportElement : Microsoft.Build.Construction.ProjectElement
92     {
ProjectImportElement()93         internal ProjectImportElement() { }
94         public Microsoft.Build.Construction.ImplicitImportLocation ImplicitImportLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
95         public string MinimumVersion { get { throw null; } set { } }
96         public string Project { get { throw null; } set { } }
97         public Microsoft.Build.Construction.ElementLocation ProjectLocation { get { throw null; } }
98         public string Sdk { get { throw null; } set { } }
99         public Microsoft.Build.Construction.ElementLocation SdkLocation { get { throw null; } }
100         public string Version { get { throw null; } set { } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)101         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
102     }
103     [System.Diagnostics.DebuggerDisplayAttribute("#Imports={Count} Condition={Condition} Label={Label}")]
104     public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContainer
105     {
ProjectImportGroupElement()106         internal ProjectImportGroupElement() { }
107         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportElement> Imports { get { throw null; } }
AddImport(string project)108         public Microsoft.Build.Construction.ProjectImportElement AddImport(string project) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)109         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
110     }
111     public sealed partial class ProjectInSolution
112     {
ProjectInSolution()113         internal ProjectInSolution() { }
114         public string AbsolutePath { get { throw null; } }
115         public System.Collections.Generic.IReadOnlyList<string> Dependencies { get { throw null; } }
116         public string ParentProjectGuid { get { throw null; } }
117         public System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Build.Construction.ProjectConfigurationInSolution> ProjectConfigurations { get { throw null; } }
118         public string ProjectGuid { get { throw null; } }
119         public string ProjectName { get { throw null; } }
120         public Microsoft.Build.Construction.SolutionProjectType ProjectType { get { throw null; } set { } }
121         public string RelativePath { get { throw null; } }
122     }
123     [System.Diagnostics.DebuggerDisplayAttribute("{ItemType} #Metadata={Count} Condition={Condition}")]
124     public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementContainer
125     {
ProjectItemDefinitionElement()126         internal ProjectItemDefinitionElement() { }
127         public string ItemType { get { throw null; } }
128         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectMetadataElement> Metadata { get { throw null; } }
AddMetadata(string name, string unevaluatedValue)129         public Microsoft.Build.Construction.ProjectMetadataElement AddMetadata(string name, string unevaluatedValue) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)130         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
131     }
132     [System.Diagnostics.DebuggerDisplayAttribute("#ItemDefinitions={Count} Condition={Condition} Label={Label}")]
133     public partial class ProjectItemDefinitionGroupElement : Microsoft.Build.Construction.ProjectElementContainer
134     {
ProjectItemDefinitionGroupElement()135         internal ProjectItemDefinitionGroupElement() { }
136         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDefinitions { get { throw null; } }
AddItemDefinition(string itemType)137         public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)138         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
139     }
140     [System.Diagnostics.DebuggerDisplayAttribute("{ItemType} Include={Include} Exclude={Exclude} #Metadata={Count} Condition={Condition}")]
141     public partial class ProjectItemElement : Microsoft.Build.Construction.ProjectElementContainer
142     {
ProjectItemElement()143         internal ProjectItemElement() { }
144         public string Exclude { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
145         public Microsoft.Build.Construction.ElementLocation ExcludeLocation { get { throw null; } }
146         public bool HasMetadata { get { throw null; } }
147         public string Include { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
148         public Microsoft.Build.Construction.ElementLocation IncludeLocation { get { throw null; } }
149         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
150         public string KeepDuplicates { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
151         public Microsoft.Build.Construction.ElementLocation KeepDuplicatesLocation { get { throw null; } }
152         public string KeepMetadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
153         public Microsoft.Build.Construction.ElementLocation KeepMetadataLocation { get { throw null; } }
154         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectMetadataElement> Metadata { get { throw null; } }
155         public string Remove { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
156         public Microsoft.Build.Construction.ElementLocation RemoveLocation { get { throw null; } }
157         public string RemoveMetadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
158         public Microsoft.Build.Construction.ElementLocation RemoveMetadataLocation { get { throw null; } }
159         public string Update { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
160         public Microsoft.Build.Construction.ElementLocation UpdateLocation { get { throw null; } }
AddMetadata(string name, string unevaluatedValue)161         public Microsoft.Build.Construction.ProjectMetadataElement AddMetadata(string name, string unevaluatedValue) { throw null; }
AddMetadata(string name, string unevaluatedValue, bool expressAsAttribute)162         public Microsoft.Build.Construction.ProjectMetadataElement AddMetadata(string name, string unevaluatedValue, bool expressAsAttribute) { throw null; }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)163         public override void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)164         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute)165         protected override bool ShouldCloneXmlAttribute(System.Xml.XmlAttribute attribute) { throw null; }
166     }
167     [System.Diagnostics.DebuggerDisplayAttribute("#Items={Count} Condition={Condition} Label={Label}")]
168     public partial class ProjectItemGroupElement : Microsoft.Build.Construction.ProjectElementContainer
169     {
ProjectItemGroupElement()170         internal ProjectItemGroupElement() { }
171         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemElement> Items { get { throw null; } }
AddItem(string itemType, string include)172         public Microsoft.Build.Construction.ProjectItemElement AddItem(string itemType, string include) { throw null; }
AddItem(string itemType, string include, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata)173         public Microsoft.Build.Construction.ProjectItemElement AddItem(string itemType, string include, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata) { throw null; }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)174         public override void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)175         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
176     }
177     [System.Diagnostics.DebuggerDisplayAttribute("{Name} Value={Value} Condition={Condition}")]
178     public partial class ProjectMetadataElement : Microsoft.Build.Construction.ProjectElement
179     {
ProjectMetadataElement()180         internal ProjectMetadataElement() { }
181         public bool ExpressedAsAttribute { get { throw null; } set { } }
182         public string Name { get { throw null; } set { } }
183         public string Value { get { throw null; } set { } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)184         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
185     }
186     [System.Diagnostics.DebuggerDisplayAttribute("ExecuteTargetsAttribute={ExecuteTargetsAttribute}")]
187     public partial class ProjectOnErrorElement : Microsoft.Build.Construction.ProjectElement
188     {
ProjectOnErrorElement()189         internal ProjectOnErrorElement() { }
190         public string ExecuteTargetsAttribute { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
191         public Microsoft.Build.Construction.ElementLocation ExecuteTargetsLocation { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)192         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
193     }
194     [System.Diagnostics.DebuggerDisplayAttribute("#Children={Count}")]
195     public partial class ProjectOtherwiseElement : Microsoft.Build.Construction.ProjectElementContainer
196     {
ProjectOtherwiseElement()197         internal ProjectOtherwiseElement() { }
198         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectChooseElement> ChooseElements { get { throw null; } }
199         public override string Condition { get { throw null; } set { } }
200         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
201         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroups { get { throw null; } }
202         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroups { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)203         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
204     }
205     [System.Diagnostics.DebuggerDisplayAttribute("TaskParameter={TaskParameter} ItemType={ItemType} PropertyName={PropertyName} Condition={Condition}")]
206     public partial class ProjectOutputElement : Microsoft.Build.Construction.ProjectElement
207     {
ProjectOutputElement()208         internal ProjectOutputElement() { }
209         public bool IsOutputItem { get { throw null; } }
210         public bool IsOutputProperty { get { throw null; } }
211         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
212         public Microsoft.Build.Construction.ElementLocation ItemTypeLocation { get { throw null; } }
213         public string PropertyName { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
214         public Microsoft.Build.Construction.ElementLocation PropertyNameLocation { get { throw null; } }
215         public string TaskParameter { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
216         public Microsoft.Build.Construction.ElementLocation TaskParameterLocation { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)217         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
218     }
219     [System.Diagnostics.DebuggerDisplayAttribute("{Name} Value={Value} Condition={Condition}")]
220     public partial class ProjectPropertyElement : Microsoft.Build.Construction.ProjectElement
221     {
ProjectPropertyElement()222         internal ProjectPropertyElement() { }
223         public string Name { get { throw null; } set { } }
224         public string Value { get { throw null; } set { } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)225         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
226     }
227     [System.Diagnostics.DebuggerDisplayAttribute("#Properties={Count} Condition={Condition} Label={Label}")]
228     public partial class ProjectPropertyGroupElement : Microsoft.Build.Construction.ProjectElementContainer
229     {
ProjectPropertyGroupElement()230         internal ProjectPropertyGroupElement() { }
231         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyElement> Properties { get { throw null; } }
232         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyElement> PropertiesReversed { get { throw null; } }
AddProperty(string name, string unevaluatedValue)233         public Microsoft.Build.Construction.ProjectPropertyElement AddProperty(string name, string unevaluatedValue) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)234         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
SetProperty(string name, string unevaluatedValue)235         public Microsoft.Build.Construction.ProjectPropertyElement SetProperty(string name, string unevaluatedValue) { throw null; }
236     }
237     [System.Diagnostics.DebuggerDisplayAttribute("{FullPath} #Children={Count} DefaultTargets={DefaultTargets} ToolsVersion={ToolsVersion} InitialTargets={InitialTargets} ExplicitlyLoaded={IsExplicitlyLoaded}")]
238     public partial class ProjectRootElement : Microsoft.Build.Construction.ProjectElementContainer
239     {
ProjectRootElement()240         internal ProjectRootElement() { }
241         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectChooseElement> ChooseElements { get { throw null; } }
242         public override string Condition { get { throw null; } set { } }
243         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
244         public string DefaultTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
245         public Microsoft.Build.Construction.ElementLocation DefaultTargetsLocation { get { throw null; } }
246         public string DirectoryPath { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
247         public System.Text.Encoding Encoding { get { throw null; } }
248         public string FullPath { get { throw null; } set { } }
249         public bool HasUnsavedChanges { get { throw null; } }
250         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportGroups { get { throw null; } }
251         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportGroupsReversed { get { throw null; } }
252         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportElement> Imports { get { throw null; } }
253         public string InitialTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
254         public Microsoft.Build.Construction.ElementLocation InitialTargetsLocation { get { throw null; } }
255         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionGroupElement> ItemDefinitionGroups { get { throw null; } }
256         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionGroupElement> ItemDefinitionGroupsReversed { get { throw null; } }
257         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDefinitions { get { throw null; } }
258         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroups { get { throw null; } }
259         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroupsReversed { get { throw null; } }
260         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemElement> Items { get { throw null; } }
261         public System.DateTime LastWriteTimeWhenRead { get { throw null; } }
262         public bool PreserveFormatting { get { throw null; } }
263         public Microsoft.Build.Construction.ElementLocation ProjectFileLocation { get { throw null; } }
264         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyElement> Properties { get { throw null; } }
265         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroups { get { throw null; } }
266         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroupsReversed { get { throw null; } }
267         public string RawXml { get { throw null; } }
268         public string Sdk { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
269         public Microsoft.Build.Construction.ElementLocation SdkLocation { get { throw null; } }
270         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTargetElement> Targets { get { throw null; } }
271         public System.DateTime TimeLastChanged { get { throw null; } }
272         public string ToolsVersion { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
273         public Microsoft.Build.Construction.ElementLocation ToolsVersionLocation { get { throw null; } }
274         public string TreatAsLocalProperty { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
275         public Microsoft.Build.Construction.ElementLocation TreatAsLocalPropertyLocation { get { throw null; } }
276         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectUsingTaskElement> UsingTasks { get { throw null; } }
277         public int Version { get { throw null; } }
AddImport(string project)278         public Microsoft.Build.Construction.ProjectImportElement AddImport(string project) { throw null; }
AddImportGroup()279         public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; }
AddItem(string itemType, string include)280         public Microsoft.Build.Construction.ProjectItemElement AddItem(string itemType, string include) { throw null; }
AddItem(string itemType, string include, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata)281         public Microsoft.Build.Construction.ProjectItemElement AddItem(string itemType, string include, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata) { throw null; }
AddItemDefinition(string itemType)282         public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType) { throw null; }
AddItemDefinitionGroup()283         public Microsoft.Build.Construction.ProjectItemDefinitionGroupElement AddItemDefinitionGroup() { throw null; }
AddItemGroup()284         public Microsoft.Build.Construction.ProjectItemGroupElement AddItemGroup() { throw null; }
AddProperty(string name, string value)285         public Microsoft.Build.Construction.ProjectPropertyElement AddProperty(string name, string value) { throw null; }
AddPropertyGroup()286         public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; }
AddTarget(string name)287         public Microsoft.Build.Construction.ProjectTargetElement AddTarget(string name) { throw null; }
AddUsingTask(string name, string assemblyFile, string assemblyName)288         public Microsoft.Build.Construction.ProjectUsingTaskElement AddUsingTask(string name, string assemblyFile, string assemblyName) { throw null; }
Create()289         public static Microsoft.Build.Construction.ProjectRootElement Create() { throw null; }
Create(Microsoft.Build.Evaluation.NewProjectFileOptions projectFileOptions)290         public static Microsoft.Build.Construction.ProjectRootElement Create(Microsoft.Build.Evaluation.NewProjectFileOptions projectFileOptions) { throw null; }
Create(Microsoft.Build.Evaluation.ProjectCollection projectCollection)291         public static Microsoft.Build.Construction.ProjectRootElement Create(Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; }
Create(Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions projectFileOptions)292         public static Microsoft.Build.Construction.ProjectRootElement Create(Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions projectFileOptions) { throw null; }
Create(string path)293         public static Microsoft.Build.Construction.ProjectRootElement Create(string path) { throw null; }
Create(string path, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions)294         public static Microsoft.Build.Construction.ProjectRootElement Create(string path, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions) { throw null; }
Create(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection)295         public static Microsoft.Build.Construction.ProjectRootElement Create(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; }
Create(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions)296         public static Microsoft.Build.Construction.ProjectRootElement Create(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions) { throw null; }
Create(System.Xml.XmlReader xmlReader)297         public static Microsoft.Build.Construction.ProjectRootElement Create(System.Xml.XmlReader xmlReader) { throw null; }
Create(System.Xml.XmlReader xmlReader, Microsoft.Build.Evaluation.ProjectCollection projectCollection)298         public static Microsoft.Build.Construction.ProjectRootElement Create(System.Xml.XmlReader xmlReader, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; }
Create(System.Xml.XmlReader xmlReader, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool preserveFormatting)299         public static Microsoft.Build.Construction.ProjectRootElement Create(System.Xml.XmlReader xmlReader, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool preserveFormatting) { throw null; }
CreateChooseElement()300         public Microsoft.Build.Construction.ProjectChooseElement CreateChooseElement() { throw null; }
CreateImportElement(string project)301         public Microsoft.Build.Construction.ProjectImportElement CreateImportElement(string project) { throw null; }
CreateImportGroupElement()302         public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw null; }
CreateItemDefinitionElement(string itemType)303         public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(string itemType) { throw null; }
CreateItemDefinitionGroupElement()304         public Microsoft.Build.Construction.ProjectItemDefinitionGroupElement CreateItemDefinitionGroupElement() { throw null; }
CreateItemElement(string itemType)305         public Microsoft.Build.Construction.ProjectItemElement CreateItemElement(string itemType) { throw null; }
CreateItemElement(string itemType, string include)306         public Microsoft.Build.Construction.ProjectItemElement CreateItemElement(string itemType, string include) { throw null; }
CreateItemGroupElement()307         public Microsoft.Build.Construction.ProjectItemGroupElement CreateItemGroupElement() { throw null; }
CreateMetadataElement(string name)308         public Microsoft.Build.Construction.ProjectMetadataElement CreateMetadataElement(string name) { throw null; }
CreateMetadataElement(string name, string unevaluatedValue)309         public Microsoft.Build.Construction.ProjectMetadataElement CreateMetadataElement(string name, string unevaluatedValue) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)310         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
CreateOnErrorElement(string executeTargets)311         public Microsoft.Build.Construction.ProjectOnErrorElement CreateOnErrorElement(string executeTargets) { throw null; }
CreateOtherwiseElement()312         public Microsoft.Build.Construction.ProjectOtherwiseElement CreateOtherwiseElement() { throw null; }
CreateOutputElement(string taskParameter, string itemType, string propertyName)313         public Microsoft.Build.Construction.ProjectOutputElement CreateOutputElement(string taskParameter, string itemType, string propertyName) { throw null; }
CreateProjectExtensionsElement()314         public Microsoft.Build.Construction.ProjectExtensionsElement CreateProjectExtensionsElement() { throw null; }
CreateProjectSdkElement(string sdkName, string sdkVersion)315         public Microsoft.Build.Construction.ProjectSdkElement CreateProjectSdkElement(string sdkName, string sdkVersion) { throw null; }
CreatePropertyElement(string name)316         public Microsoft.Build.Construction.ProjectPropertyElement CreatePropertyElement(string name) { throw null; }
CreatePropertyGroupElement()317         public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement() { throw null; }
CreateTargetElement(string name)318         public Microsoft.Build.Construction.ProjectTargetElement CreateTargetElement(string name) { throw null; }
CreateTaskElement(string name)319         public Microsoft.Build.Construction.ProjectTaskElement CreateTaskElement(string name) { throw null; }
CreateUsingTaskBodyElement(string evaluate, string body)320         public Microsoft.Build.Construction.ProjectUsingTaskBodyElement CreateUsingTaskBodyElement(string evaluate, string body) { throw null; }
CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName)321         public Microsoft.Build.Construction.ProjectUsingTaskElement CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName) { throw null; }
CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName, string runtime, string architecture)322         public Microsoft.Build.Construction.ProjectUsingTaskElement CreateUsingTaskElement(string taskName, string assemblyFile, string assemblyName, string runtime, string architecture) { throw null; }
CreateUsingTaskParameterElement(string name, string output, string required, string parameterType)323         public Microsoft.Build.Construction.ProjectUsingTaskParameterElement CreateUsingTaskParameterElement(string name, string output, string required, string parameterType) { throw null; }
CreateUsingTaskParameterGroupElement()324         public Microsoft.Build.Construction.UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement() { throw null; }
CreateWhenElement(string condition)325         public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw null; }
DeepClone()326         public Microsoft.Build.Construction.ProjectRootElement DeepClone() { throw null; }
Open(string path)327         public static Microsoft.Build.Construction.ProjectRootElement Open(string path) { throw null; }
Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection)328         public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; }
Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable<bool> preserveFormatting)329         public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable<bool> preserveFormatting) { throw null; }
Reload(bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>))330         public void Reload(bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>)) { }
ReloadFrom(string path, bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>))331         public void ReloadFrom(string path, bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>)) { }
ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>))332         public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges=true, System.Nullable<bool> preserveFormatting=default(System.Nullable<bool>)) { }
Save()333         public void Save() { }
Save(System.IO.TextWriter writer)334         public void Save(System.IO.TextWriter writer) { }
Save(string path)335         public void Save(string path) { }
Save(string path, System.Text.Encoding encoding)336         public void Save(string path, System.Text.Encoding encoding) { }
Save(System.Text.Encoding saveEncoding)337         public void Save(System.Text.Encoding saveEncoding) { }
TryOpen(string path)338         public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path) { throw null; }
TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection)339         public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; }
TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable<bool> preserveFormatting)340         public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable<bool> preserveFormatting) { throw null; }
341     }
342     public partial class ProjectSdkElement : Microsoft.Build.Construction.ProjectElementContainer
343     {
ProjectSdkElement()344         internal ProjectSdkElement() { }
345         public string MinimumVersion { get { throw null; } set { } }
346         public string Name { get { throw null; } set { } }
347         public string Version { get { throw null; } set { } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)348         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
349     }
350     [System.Diagnostics.DebuggerDisplayAttribute("Name={Name} #Children={Count} Condition={Condition}")]
351     public partial class ProjectTargetElement : Microsoft.Build.Construction.ProjectElementContainer
352     {
ProjectTargetElement()353         internal ProjectTargetElement() { }
354         public string AfterTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
355         public Microsoft.Build.Construction.ElementLocation AfterTargetsLocation { get { throw null; } }
356         public string BeforeTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
357         public Microsoft.Build.Construction.ElementLocation BeforeTargetsLocation { get { throw null; } }
358         public string DependsOnTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
359         public Microsoft.Build.Construction.ElementLocation DependsOnTargetsLocation { get { throw null; } }
360         public string Inputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
361         public Microsoft.Build.Construction.ElementLocation InputsLocation { get { throw null; } }
362         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroups { get { throw null; } }
363         public string KeepDuplicateOutputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
364         public Microsoft.Build.Construction.ElementLocation KeepDuplicateOutputsLocation { get { throw null; } }
365         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
366         public Microsoft.Build.Construction.ElementLocation NameLocation { get { throw null; } }
367         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectOnErrorElement> OnErrors { get { throw null; } }
368         public string Outputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
369         public Microsoft.Build.Construction.ElementLocation OutputsLocation { get { throw null; } }
370         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroups { get { throw null; } }
371         public string Returns { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
372         public Microsoft.Build.Construction.ElementLocation ReturnsLocation { get { throw null; } }
373         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTaskElement> Tasks { get { throw null; } }
AddItemGroup()374         public Microsoft.Build.Construction.ProjectItemGroupElement AddItemGroup() { throw null; }
AddPropertyGroup()375         public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; }
AddTask(string taskName)376         public Microsoft.Build.Construction.ProjectTaskElement AddTask(string taskName) { throw null; }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)377         public override void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)378         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
379     }
380     [System.Diagnostics.DebuggerDisplayAttribute("{Name} Condition={Condition} ContinueOnError={ContinueOnError} MSBuildRuntime={MSBuildRuntime} MSBuildArchitecture={MSBuildArchitecture} #Outputs={Count}")]
381     public partial class ProjectTaskElement : Microsoft.Build.Construction.ProjectElementContainer
382     {
ProjectTaskElement()383         internal ProjectTaskElement() { }
384         public string ContinueOnError { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
385         public Microsoft.Build.Construction.ElementLocation ContinueOnErrorLocation { get { throw null; } }
386         public string MSBuildArchitecture { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
387         public Microsoft.Build.Construction.ElementLocation MSBuildArchitectureLocation { get { throw null; } }
388         public string MSBuildRuntime { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
389         public Microsoft.Build.Construction.ElementLocation MSBuildRuntimeLocation { get { throw null; } }
390         public string Name { get { throw null; } }
391         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectOutputElement> Outputs { get { throw null; } }
392         public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Microsoft.Build.Construction.ElementLocation>> ParameterLocations { get { throw null; } }
393         public System.Collections.Generic.IDictionary<string, string> Parameters { get { throw null; } }
AddOutputItem(string taskParameter, string itemType)394         public Microsoft.Build.Construction.ProjectOutputElement AddOutputItem(string taskParameter, string itemType) { throw null; }
AddOutputItem(string taskParameter, string itemType, string condition)395         public Microsoft.Build.Construction.ProjectOutputElement AddOutputItem(string taskParameter, string itemType, string condition) { throw null; }
AddOutputProperty(string taskParameter, string propertyName)396         public Microsoft.Build.Construction.ProjectOutputElement AddOutputProperty(string taskParameter, string propertyName) { throw null; }
AddOutputProperty(string taskParameter, string propertyName, string condition)397         public Microsoft.Build.Construction.ProjectOutputElement AddOutputProperty(string taskParameter, string propertyName, string condition) { throw null; }
CopyFrom(Microsoft.Build.Construction.ProjectElement element)398         public override void CopyFrom(Microsoft.Build.Construction.ProjectElement element) { }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)399         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
GetParameter(string name)400         public string GetParameter(string name) { throw null; }
RemoveAllParameters()401         public void RemoveAllParameters() { }
RemoveParameter(string name)402         public void RemoveParameter(string name) { }
SetParameter(string name, string unevaluatedValue)403         public void SetParameter(string name, string unevaluatedValue) { }
404     }
405     [System.Diagnostics.DebuggerDisplayAttribute("Evaluate={Evaluate} TaskBody={TaskBody}")]
406     public partial class ProjectUsingTaskBodyElement : Microsoft.Build.Construction.ProjectElement
407     {
ProjectUsingTaskBodyElement()408         internal ProjectUsingTaskBodyElement() { }
409         public override string Condition { get { throw null; } set { } }
410         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
411         public string Evaluate { get { throw null; } set { } }
412         public Microsoft.Build.Construction.ElementLocation EvaluateLocation { get { throw null; } }
413         public string TaskBody { get { throw null; } set { } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)414         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
415     }
416     [System.Diagnostics.DebuggerDisplayAttribute("TaskName={TaskName} AssemblyName={AssemblyName} AssemblyFile={AssemblyFile} Condition={Condition} Runtime={Runtime} Architecture={Architecture}")]
417     public partial class ProjectUsingTaskElement : Microsoft.Build.Construction.ProjectElementContainer
418     {
ProjectUsingTaskElement()419         internal ProjectUsingTaskElement() { }
420         public string Architecture { get { throw null; } set { } }
421         public Microsoft.Build.Construction.ElementLocation ArchitectureLocation { get { throw null; } }
422         public string AssemblyFile { get { throw null; } set { } }
423         public Microsoft.Build.Construction.ElementLocation AssemblyFileLocation { get { throw null; } }
424         public string AssemblyName { get { throw null; } set { } }
425         public Microsoft.Build.Construction.ElementLocation AssemblyNameLocation { get { throw null; } }
426         public Microsoft.Build.Construction.UsingTaskParameterGroupElement ParameterGroup { get { throw null; } }
427         public string Runtime { get { throw null; } set { } }
428         public Microsoft.Build.Construction.ElementLocation RuntimeLocation { get { throw null; } }
429         public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } }
430         public string TaskFactory { get { throw null; } set { } }
431         public Microsoft.Build.Construction.ElementLocation TaskFactoryLocation { get { throw null; } }
432         public string TaskName { get { throw null; } set { } }
433         public Microsoft.Build.Construction.ElementLocation TaskNameLocation { get { throw null; } }
AddParameterGroup()434         public Microsoft.Build.Construction.UsingTaskParameterGroupElement AddParameterGroup() { throw null; }
AddUsingTaskBody(string evaluate, string taskBody)435         public Microsoft.Build.Construction.ProjectUsingTaskBodyElement AddUsingTaskBody(string evaluate, string taskBody) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)436         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
437     }
438     [System.Diagnostics.DebuggerDisplayAttribute("Name={Name} ParameterType={ParameterType} Output={Output} Required={Required}")]
439     public partial class ProjectUsingTaskParameterElement : Microsoft.Build.Construction.ProjectElement
440     {
ProjectUsingTaskParameterElement()441         internal ProjectUsingTaskParameterElement() { }
442         public override string Condition { get { throw null; } set { } }
443         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
444         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
445         public string Output { get { throw null; } set { } }
446         public Microsoft.Build.Construction.ElementLocation OutputLocation { get { throw null; } }
447         public string ParameterType { get { throw null; } set { } }
448         public Microsoft.Build.Construction.ElementLocation ParameterTypeLocation { get { throw null; } }
449         public string Required { get { throw null; } set { } }
450         public Microsoft.Build.Construction.ElementLocation RequiredLocation { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)451         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
452     }
453     [System.Diagnostics.DebuggerDisplayAttribute("#Children={Count} Condition={Condition}")]
454     public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer
455     {
ProjectWhenElement()456         internal ProjectWhenElement() { }
457         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectChooseElement> ChooseElements { get { throw null; } }
458         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemGroupElement> ItemGroups { get { throw null; } }
459         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> PropertyGroups { get { throw null; } }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)460         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
461     }
462     public sealed partial class SolutionConfigurationInSolution
463     {
SolutionConfigurationInSolution()464         internal SolutionConfigurationInSolution() { }
465         public string ConfigurationName { get { throw null; } }
466         public string FullName { get { throw null; } }
467         public string PlatformName { get { throw null; } }
468     }
469     public sealed partial class SolutionFile
470     {
SolutionFile()471         internal SolutionFile() { }
472         public System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Build.Construction.ProjectInSolution> ProjectsByGuid { get { throw null; } }
473         public System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.ProjectInSolution> ProjectsInOrder { get { throw null; } }
474         public System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.SolutionConfigurationInSolution> SolutionConfigurations { get { throw null; } }
GetDefaultConfigurationName()475         public string GetDefaultConfigurationName() { throw null; }
GetDefaultPlatformName()476         public string GetDefaultPlatformName() { throw null; }
Parse(string solutionFile)477         public static Microsoft.Build.Construction.SolutionFile Parse(string solutionFile) { throw null; }
478     }
479     public enum SolutionProjectType
480     {
481         EtpSubProject = 5,
482         KnownToBeMSBuildFormat = 1,
483         SharedProject = 6,
484         SolutionFolder = 2,
485         Unknown = 0,
486         WebDeploymentProject = 4,
487         WebProject = 3,
488     }
489     [System.Diagnostics.DebuggerDisplayAttribute("#Parameters={Count}")]
490     public partial class UsingTaskParameterGroupElement : Microsoft.Build.Construction.ProjectElementContainer
491     {
UsingTaskParameterGroupElement()492         internal UsingTaskParameterGroupElement() { }
493         public override string Condition { get { throw null; } set { } }
494         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
495         public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectUsingTaskParameterElement> Parameters { get { throw null; } }
AddParameter(string name)496         public Microsoft.Build.Construction.ProjectUsingTaskParameterElement AddParameter(string name) { throw null; }
AddParameter(string name, string output, string required, string parameterType)497         public Microsoft.Build.Construction.ProjectUsingTaskParameterElement AddParameter(string name, string output, string required, string parameterType) { throw null; }
CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner)498         protected override Microsoft.Build.Construction.ProjectElement CreateNewInstance(Microsoft.Build.Construction.ProjectRootElement owner) { throw null; }
499     }
500 }
501 namespace Microsoft.Build.Definition
502 {
503     public partial class ProjectOptions
504     {
ProjectOptions()505         public ProjectOptions() { }
506         public Microsoft.Build.Evaluation.Context.EvaluationContext EvaluationContext { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
507         public System.Collections.Generic.IDictionary<string, string> GlobalProperties { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
508         public Microsoft.Build.Evaluation.ProjectLoadSettings LoadSettings { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
509         public Microsoft.Build.Evaluation.ProjectCollection ProjectCollection { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
510         public string SubToolsetVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
511         public string ToolsVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
512     }
513 }
514 namespace Microsoft.Build.Evaluation
515 {
516     public partial class GlobResult
517     {
GlobResult(Microsoft.Build.Construction.ProjectItemElement itemElement, System.Collections.Generic.IEnumerable<string> includeGlobStrings, Microsoft.Build.Globbing.IMSBuildGlob globWithGaps, System.Collections.Generic.IEnumerable<string> excludeFragmentStrings, System.Collections.Generic.IEnumerable<string> removeFragmentStrings)518         public GlobResult(Microsoft.Build.Construction.ProjectItemElement itemElement, System.Collections.Generic.IEnumerable<string> includeGlobStrings, Microsoft.Build.Globbing.IMSBuildGlob globWithGaps, System.Collections.Generic.IEnumerable<string> excludeFragmentStrings, System.Collections.Generic.IEnumerable<string> removeFragmentStrings) { }
519         public System.Collections.Generic.IEnumerable<string> Excludes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
520         public System.Collections.Generic.IEnumerable<string> IncludeGlobs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
521         public Microsoft.Build.Construction.ProjectItemElement ItemElement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
522         public Microsoft.Build.Globbing.IMSBuildGlob MsBuildGlob { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
523         public System.Collections.Generic.IEnumerable<string> Removes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
524     }
525     [System.FlagsAttribute]
526     public enum NewProjectFileOptions
527     {
528         IncludeAllOptions = -1,
529         IncludeToolsVersion = 2,
530         IncludeXmlDeclaration = 1,
531         IncludeXmlNamespace = 4,
532         None = 0,
533     }
534     public enum Operation
535     {
536         Exclude = 1,
537         Include = 0,
538         Remove = 3,
539         Update = 2,
540     }
541     [System.Diagnostics.DebuggerDisplayAttribute("{FullPath} EffectiveToolsVersion={ToolsVersion} #GlobalProperties={_data._globalProperties.Count} #Properties={_data.Properties.Count} #ItemTypes={_data.ItemTypes.Count} #ItemDefinitions={_data.ItemDefinitions.Count} #Items={_data.Items.Count} #Targets={_data.Targets.Count}")]
542     public partial class Project
543     {
Project()544         public Project() { }
Project(Microsoft.Build.Construction.ProjectRootElement xml)545         public Project(Microsoft.Build.Construction.ProjectRootElement xml) { }
Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)546         public Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { }
Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)547         public Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)548         public Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)549         public Project(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
Project(Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions)550         public Project(Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions) { }
Project(Microsoft.Build.Evaluation.ProjectCollection projectCollection)551         public Project(Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
Project(Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions)552         public Project(Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions) { }
Project(System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)553         public Project(System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
Project(System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions)554         public Project(System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.NewProjectFileOptions newProjectFileOptions) { }
Project(string projectFile)555         public Project(string projectFile) { }
Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)556         public Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { }
Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)557         public Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)558         public Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)559         public Project(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
Project(System.Xml.XmlReader xmlReader)560         public Project(System.Xml.XmlReader xmlReader) { }
Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)561         public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { }
Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)562         public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)563         public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings)564         public Project(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) { }
565         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectMetadata> AllEvaluatedItemDefinitionMetadata { get { throw null; } }
566         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> AllEvaluatedItems { get { throw null; } }
567         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty> AllEvaluatedProperties { get { throw null; } }
568         public System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<string>> ConditionedProperties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
569         public string DirectoryPath { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
570         public bool DisableMarkDirty { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
571         public int EvaluationCounter { get { throw null; } }
572         public string FullPath { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
573         public System.Collections.Generic.IDictionary<string, string> GlobalProperties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
574         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ResolvedImport> Imports { get { throw null; } }
575         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ResolvedImport> ImportsIncludingDuplicates { get { throw null; } }
576         public bool IsBuildEnabled { get { throw null; } set { } }
577         public bool IsDirty { get { throw null; } }
578         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.ProjectItemDefinition> ItemDefinitions { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
579         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> Items { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
580         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> ItemsIgnoringCondition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
581         public System.Collections.Generic.ICollection<string> ItemTypes { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
582         public int LastEvaluationId { get { throw null; } }
583         public Microsoft.Build.Evaluation.ProjectCollection ProjectCollection { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
584         public Microsoft.Build.Construction.ElementLocation ProjectFileLocation { get { throw null; } }
585         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty> Properties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
586         public bool SkipEvaluation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
587         public string SubToolsetVersion { get { throw null; } }
588         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectTargetInstance> Targets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
589         public bool ThrowInsteadOfSplittingItemElement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
590         public string ToolsVersion { get { throw null; } }
591         public Microsoft.Build.Construction.ProjectRootElement Xml { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
AddItem(string itemType, string unevaluatedInclude)592         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ProjectItem> AddItem(string itemType, string unevaluatedInclude) { throw null; }
AddItem(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata)593         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ProjectItem> AddItem(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata) { throw null; }
AddItemFast(string itemType, string unevaluatedInclude)594         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ProjectItem> AddItemFast(string itemType, string unevaluatedInclude) { throw null; }
AddItemFast(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata)595         public System.Collections.Generic.IList<Microsoft.Build.Evaluation.ProjectItem> AddItemFast(string itemType, string unevaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata) { throw null; }
Build()596         public bool Build() { throw null; }
Build(Microsoft.Build.Framework.ILogger logger)597         public bool Build(Microsoft.Build.Framework.ILogger logger) { throw null; }
Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)598         public bool Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)599         public bool Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
Build(string target)600         public bool Build(string target) { throw null; }
Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)601         public bool Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)602         public bool Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
Build(string[] targets)603         public bool Build(string[] targets) { throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)604         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)605         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
CreateProjectInstance()606         public Microsoft.Build.Execution.ProjectInstance CreateProjectInstance() { throw null; }
CreateProjectInstance(Microsoft.Build.Execution.ProjectInstanceSettings settings)607         public Microsoft.Build.Execution.ProjectInstance CreateProjectInstance(Microsoft.Build.Execution.ProjectInstanceSettings settings) { throw null; }
ExpandString(string unexpandedValue)608         public string ExpandString(string unexpandedValue) { throw null; }
FromFile(string file, Microsoft.Build.Definition.ProjectOptions options)609         public static Microsoft.Build.Evaluation.Project FromFile(string file, Microsoft.Build.Definition.ProjectOptions options) { throw null; }
FromProjectRootElement(Microsoft.Build.Construction.ProjectRootElement rootElement, Microsoft.Build.Definition.ProjectOptions options)610         public static Microsoft.Build.Evaluation.Project FromProjectRootElement(Microsoft.Build.Construction.ProjectRootElement rootElement, Microsoft.Build.Definition.ProjectOptions options) { throw null; }
FromXmlReader(System.Xml.XmlReader reader, Microsoft.Build.Definition.ProjectOptions options)611         public static Microsoft.Build.Evaluation.Project FromXmlReader(System.Xml.XmlReader reader, Microsoft.Build.Definition.ProjectOptions options) { throw null; }
GetAllGlobs()612         public System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult> GetAllGlobs() { throw null; }
GetAllGlobs(string itemType)613         public System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult> GetAllGlobs(string itemType) { throw null; }
GetEvaluatedItemIncludeEscaped(Microsoft.Build.Evaluation.ProjectItem item)614         public static string GetEvaluatedItemIncludeEscaped(Microsoft.Build.Evaluation.ProjectItem item) { throw null; }
GetEvaluatedItemIncludeEscaped(Microsoft.Build.Evaluation.ProjectItemDefinition item)615         public static string GetEvaluatedItemIncludeEscaped(Microsoft.Build.Evaluation.ProjectItemDefinition item) { throw null; }
GetItemProvenance(Microsoft.Build.Evaluation.ProjectItem item)616         public System.Collections.Generic.List<Microsoft.Build.Evaluation.ProvenanceResult> GetItemProvenance(Microsoft.Build.Evaluation.ProjectItem item) { throw null; }
GetItemProvenance(string itemToMatch)617         public System.Collections.Generic.List<Microsoft.Build.Evaluation.ProvenanceResult> GetItemProvenance(string itemToMatch) { throw null; }
GetItemProvenance(string itemToMatch, string itemType)618         public System.Collections.Generic.List<Microsoft.Build.Evaluation.ProvenanceResult> GetItemProvenance(string itemToMatch, string itemType) { throw null; }
GetItems(string itemType)619         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> GetItems(string itemType) { throw null; }
GetItemsByEvaluatedInclude(string evaluatedInclude)620         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> GetItemsByEvaluatedInclude(string evaluatedInclude) { throw null; }
GetItemsIgnoringCondition(string itemType)621         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> GetItemsIgnoringCondition(string itemType) { throw null; }
GetLogicalProject()622         public System.Collections.Generic.IEnumerable<Microsoft.Build.Construction.ProjectElement> GetLogicalProject() { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectItem item, string name)623         public static string GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectItem item, string name) { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectItemDefinition item, string name)624         public static string GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectItemDefinition item, string name) { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectMetadata metadatum)625         public static string GetMetadataValueEscaped(Microsoft.Build.Evaluation.ProjectMetadata metadatum) { throw null; }
626         [System.Diagnostics.DebuggerStepThroughAttribute]
GetProperty(string name)627         public Microsoft.Build.Evaluation.ProjectProperty GetProperty(string name) { throw null; }
GetPropertyValue(string name)628         public string GetPropertyValue(string name) { throw null; }
GetPropertyValueEscaped(Microsoft.Build.Evaluation.ProjectProperty property)629         public static string GetPropertyValueEscaped(Microsoft.Build.Evaluation.ProjectProperty property) { throw null; }
MarkDirty()630         public void MarkDirty() { }
ReevaluateIfNecessary()631         public void ReevaluateIfNecessary() { }
ReevaluateIfNecessary(Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext)632         public void ReevaluateIfNecessary(Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) { }
RemoveGlobalProperty(string name)633         public bool RemoveGlobalProperty(string name) { throw null; }
RemoveItem(Microsoft.Build.Evaluation.ProjectItem item)634         public bool RemoveItem(Microsoft.Build.Evaluation.ProjectItem item) { throw null; }
RemoveItems(System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectItem> items)635         public void RemoveItems(System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectItem> items) { }
RemoveProperty(Microsoft.Build.Evaluation.ProjectProperty property)636         public bool RemoveProperty(Microsoft.Build.Evaluation.ProjectProperty property) { throw null; }
Save()637         public void Save() { }
Save(System.IO.TextWriter writer)638         public void Save(System.IO.TextWriter writer) { }
Save(string path)639         public void Save(string path) { }
Save(string path, System.Text.Encoding encoding)640         public void Save(string path, System.Text.Encoding encoding) { }
Save(System.Text.Encoding encoding)641         public void Save(System.Text.Encoding encoding) { }
SaveLogicalProject(System.IO.TextWriter writer)642         public void SaveLogicalProject(System.IO.TextWriter writer) { }
SetGlobalProperty(string name, string escapedValue)643         public bool SetGlobalProperty(string name, string escapedValue) { throw null; }
SetProperty(string name, string unevaluatedValue)644         public Microsoft.Build.Evaluation.ProjectProperty SetProperty(string name, string unevaluatedValue) { throw null; }
645     }
646     public partial class ProjectChangedEventArgs : System.EventArgs
647     {
ProjectChangedEventArgs()648         internal ProjectChangedEventArgs() { }
649         public Microsoft.Build.Evaluation.Project Project { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
650     }
651     public partial class ProjectCollection : System.IDisposable
652     {
ProjectCollection()653         public ProjectCollection() { }
ProjectCollection(Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetLocations)654         public ProjectCollection(Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetLocations) { }
ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties)655         public ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties) { }
ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetDefinitionLocations)656         public ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetDefinitionLocations) { }
ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers, Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetDefinitionLocations, int maxNodeCount, bool onlyLogCriticalEvents)657         public ProjectCollection(System.Collections.Generic.IDictionary<string, string> globalProperties, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers, Microsoft.Build.Evaluation.ToolsetDefinitionLocations toolsetDefinitionLocations, int maxNodeCount, bool onlyLogCriticalEvents) { }
658         public int Count { get { throw null; } }
659         public string DefaultToolsVersion { get { throw null; } set { } }
660         public bool DisableMarkDirty { get { throw null; } set { } }
661         public static Microsoft.Build.Evaluation.ProjectCollection GlobalProjectCollection { get { throw null; } }
662         public System.Collections.Generic.IDictionary<string, string> GlobalProperties { get { throw null; } }
663         public Microsoft.Build.Execution.HostServices HostServices { get { throw null; } set { } }
664         public bool IsBuildEnabled { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
665         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project> LoadedProjects { get { throw null; } }
666         public System.Collections.Generic.ICollection<Microsoft.Build.Framework.ILogger> Loggers { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
667         public bool OnlyLogCriticalEvents { get { throw null; } set { } }
668         public bool SkipEvaluation { get { throw null; } set { } }
669         public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetLocations { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
670         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Toolset> Toolsets { get { throw null; } }
671         public static System.Version Version { get { throw null; } }
672         public event Microsoft.Build.Evaluation.ProjectCollection.ProjectAddedEventHandler ProjectAdded { add { } remove { } }
673         public event System.EventHandler<Microsoft.Build.Evaluation.ProjectChangedEventArgs> ProjectChanged { add { } remove { } }
674         public event System.EventHandler<Microsoft.Build.Evaluation.ProjectCollectionChangedEventArgs> ProjectCollectionChanged { add { } remove { } }
675         public event System.EventHandler<Microsoft.Build.Evaluation.ProjectXmlChangedEventArgs> ProjectXmlChanged { add { } remove { } }
AddToolset(Microsoft.Build.Evaluation.Toolset toolset)676         public void AddToolset(Microsoft.Build.Evaluation.Toolset toolset) { }
ContainsToolset(string toolsVersion)677         public bool ContainsToolset(string toolsVersion) { throw null; }
Dispose()678         public void Dispose() { }
Dispose(bool disposing)679         protected virtual void Dispose(bool disposing) { }
Escape(string unescapedString)680         public static string Escape(string unescapedString) { throw null; }
GetEffectiveToolsVersion(string explicitToolsVersion, string toolsVersionFromProject)681         public string GetEffectiveToolsVersion(string explicitToolsVersion, string toolsVersionFromProject) { throw null; }
GetGlobalProperty(string name)682         public Microsoft.Build.Execution.ProjectPropertyInstance GetGlobalProperty(string name) { throw null; }
GetLoadedProjects(string fullPath)683         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Project> GetLoadedProjects(string fullPath) { throw null; }
GetToolset(string toolsVersion)684         public Microsoft.Build.Evaluation.Toolset GetToolset(string toolsVersion) { throw null; }
LoadProject(string fileName)685         public Microsoft.Build.Evaluation.Project LoadProject(string fileName) { throw null; }
LoadProject(string fileName, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)686         public Microsoft.Build.Evaluation.Project LoadProject(string fileName, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { throw null; }
LoadProject(string fileName, string toolsVersion)687         public Microsoft.Build.Evaluation.Project LoadProject(string fileName, string toolsVersion) { throw null; }
LoadProject(System.Xml.XmlReader xmlReader)688         public Microsoft.Build.Evaluation.Project LoadProject(System.Xml.XmlReader xmlReader) { throw null; }
LoadProject(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)689         public Microsoft.Build.Evaluation.Project LoadProject(System.Xml.XmlReader xmlReader, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { throw null; }
LoadProject(System.Xml.XmlReader xmlReader, string toolsVersion)690         public Microsoft.Build.Evaluation.Project LoadProject(System.Xml.XmlReader xmlReader, string toolsVersion) { throw null; }
RegisterForwardingLoggers(System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)691         public void RegisterForwardingLoggers(System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { }
RegisterLogger(Microsoft.Build.Framework.ILogger logger)692         public void RegisterLogger(Microsoft.Build.Framework.ILogger logger) { }
RegisterLoggers(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)693         public void RegisterLoggers(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { }
RemoveAllToolsets()694         public void RemoveAllToolsets() { }
RemoveGlobalProperty(string name)695         public bool RemoveGlobalProperty(string name) { throw null; }
RemoveToolset(string toolsVersion)696         public bool RemoveToolset(string toolsVersion) { throw null; }
SetGlobalProperty(string name, string value)697         public void SetGlobalProperty(string name, string value) { }
TryUnloadProject(Microsoft.Build.Construction.ProjectRootElement projectRootElement)698         public bool TryUnloadProject(Microsoft.Build.Construction.ProjectRootElement projectRootElement) { throw null; }
Unescape(string escapedString)699         public static string Unescape(string escapedString) { throw null; }
UnloadAllProjects()700         public void UnloadAllProjects() { }
UnloadProject(Microsoft.Build.Construction.ProjectRootElement projectRootElement)701         public void UnloadProject(Microsoft.Build.Construction.ProjectRootElement projectRootElement) { }
UnloadProject(Microsoft.Build.Evaluation.Project project)702         public void UnloadProject(Microsoft.Build.Evaluation.Project project) { }
UnregisterAllLoggers()703         public void UnregisterAllLoggers() { }
ProjectAddedEventHandler(object sender, Microsoft.Build.Evaluation.ProjectCollection.ProjectAddedToProjectCollectionEventArgs e)704         public delegate void ProjectAddedEventHandler(object sender, Microsoft.Build.Evaluation.ProjectCollection.ProjectAddedToProjectCollectionEventArgs e);
705         public partial class ProjectAddedToProjectCollectionEventArgs : System.EventArgs
706         {
ProjectAddedToProjectCollectionEventArgs(Microsoft.Build.Construction.ProjectRootElement element)707             public ProjectAddedToProjectCollectionEventArgs(Microsoft.Build.Construction.ProjectRootElement element) { }
708             public Microsoft.Build.Construction.ProjectRootElement ProjectRootElement { get { throw null; } }
709         }
710     }
711     public partial class ProjectCollectionChangedEventArgs : System.EventArgs
712     {
ProjectCollectionChangedEventArgs()713         internal ProjectCollectionChangedEventArgs() { }
714         public Microsoft.Build.Evaluation.ProjectCollectionChangedState Changed { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
715     }
716     public enum ProjectCollectionChangedState
717     {
718         DefaultToolsVersion = 0,
719         DisableMarkDirty = 7,
720         GlobalProperties = 3,
721         HostServices = 6,
722         IsBuildEnabled = 4,
723         Loggers = 2,
724         OnlyLogCriticalEvents = 5,
725         SkipEvaluation = 8,
726         Toolsets = 1,
727     }
728     [System.Diagnostics.DebuggerDisplayAttribute("{ItemType}={EvaluatedInclude} [{UnevaluatedInclude}] #DirectMetadata={DirectMetadataCount}")]
729     public partial class ProjectItem
730     {
ProjectItem()731         internal ProjectItem() { }
732         public System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectMetadata> DirectMetadata { get { throw null; } }
733         public int DirectMetadataCount { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
734         public string EvaluatedInclude { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
735         public bool IsImported { get { throw null; } }
736         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
737         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectMetadata> Metadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
738         public int MetadataCount { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
739         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
740         public Microsoft.Build.Evaluation.Project Project { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
741         public string UnevaluatedInclude { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
742         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
743         public Microsoft.Build.Construction.ProjectItemElement Xml { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
GetMetadata(string name)744         public Microsoft.Build.Evaluation.ProjectMetadata GetMetadata(string name) { throw null; }
GetMetadataValue(string name)745         public string GetMetadataValue(string name) { throw null; }
HasMetadata(string name)746         public bool HasMetadata(string name) { throw null; }
RemoveMetadata(string name)747         public bool RemoveMetadata(string name) { throw null; }
Rename(string name)748         public void Rename(string name) { }
SetMetadataValue(string name, string unevaluatedValue)749         public Microsoft.Build.Evaluation.ProjectMetadata SetMetadataValue(string name, string unevaluatedValue) { throw null; }
SetMetadataValue(string name, string unevaluatedValue, bool propagateMetadataToSiblingItems)750         public Microsoft.Build.Evaluation.ProjectMetadata SetMetadataValue(string name, string unevaluatedValue, bool propagateMetadataToSiblingItems) { throw null; }
751     }
752     [System.Diagnostics.DebuggerDisplayAttribute("{_itemType} #Metadata={MetadataCount}")]
753     public partial class ProjectItemDefinition
754     {
ProjectItemDefinition()755         internal ProjectItemDefinition() { }
756         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
757         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
758         public System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectMetadata> Metadata { get { throw null; } }
759         public int MetadataCount { get { throw null; } }
760         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
761         public Microsoft.Build.Evaluation.Project Project { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
762         [System.Diagnostics.DebuggerStepThroughAttribute]
GetMetadata(string name)763         public Microsoft.Build.Evaluation.ProjectMetadata GetMetadata(string name) { throw null; }
GetMetadataValue(string name)764         public string GetMetadataValue(string name) { throw null; }
SetMetadataValue(string name, string unevaluatedValue)765         public Microsoft.Build.Evaluation.ProjectMetadata SetMetadataValue(string name, string unevaluatedValue) { throw null; }
766     }
767     [System.FlagsAttribute]
768     public enum ProjectLoadSettings
769     {
770         Default = 0,
771         DoNotEvaluateElementsWithFalseCondition = 32,
772         IgnoreEmptyImports = 16,
773         IgnoreInvalidImports = 64,
774         IgnoreMissingImports = 1,
775         ProfileEvaluation = 128,
776         RecordDuplicateButNotCircularImports = 2,
777         RecordEvaluatedItemElements = 8,
778         RejectCircularImports = 4,
779     }
780     [System.Diagnostics.DebuggerDisplayAttribute("{Name}={EvaluatedValue} [{_xml.Value}]")]
781     public partial class ProjectMetadata : System.IEquatable<Microsoft.Build.Evaluation.ProjectMetadata>
782     {
ProjectMetadata()783         internal ProjectMetadata() { }
784         public Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
785         public string EvaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
786         public bool IsImported { get { throw null; } }
787         public string ItemType { get { throw null; } }
788         public Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
789         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
790         public Microsoft.Build.Evaluation.ProjectMetadata Predecessor { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
791         public Microsoft.Build.Evaluation.Project Project { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
792         public string UnevaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
793         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
794         public Microsoft.Build.Construction.ProjectMetadataElement Xml { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
Equals(Microsoft.Build.Evaluation.ProjectMetadata other)795         bool System.IEquatable<Microsoft.Build.Evaluation.ProjectMetadata>.Equals(Microsoft.Build.Evaluation.ProjectMetadata other) { throw null; }
796     }
797     [System.Diagnostics.DebuggerDisplayAttribute("{Name}={EvaluatedValue} [{UnevaluatedValue}]")]
798     public abstract partial class ProjectProperty : System.IEquatable<Microsoft.Build.Evaluation.ProjectProperty>
799     {
ProjectProperty()800         internal ProjectProperty() { }
801         public string EvaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
802         public abstract bool IsEnvironmentProperty { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
803         public abstract bool IsGlobalProperty { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
804         public abstract bool IsImported { get; }
805         public abstract bool IsReservedProperty { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
806         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
807         public abstract string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
808         public abstract Microsoft.Build.Evaluation.ProjectProperty Predecessor { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
809         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
810         public Microsoft.Build.Evaluation.Project Project { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
811         public abstract string UnevaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get; set; }
812         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
813         public abstract Microsoft.Build.Construction.ProjectPropertyElement Xml { [System.Diagnostics.DebuggerStepThroughAttribute]get; }
Equals(Microsoft.Build.Evaluation.ProjectProperty other)814         bool System.IEquatable<Microsoft.Build.Evaluation.ProjectProperty>.Equals(Microsoft.Build.Evaluation.ProjectProperty other) { throw null; }
815     }
816     public partial class ProjectXmlChangedEventArgs : System.EventArgs
817     {
ProjectXmlChangedEventArgs()818         internal ProjectXmlChangedEventArgs() { }
819         public Microsoft.Build.Construction.ProjectRootElement ProjectXml { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
820         public string Reason { get { throw null; } }
821     }
822     [System.FlagsAttribute]
823     public enum Provenance
824     {
825         Glob = 2,
826         Inconclusive = 4,
827         StringLiteral = 1,
828         Undefined = 0,
829     }
830     public partial class ProvenanceResult
831     {
ProvenanceResult(Microsoft.Build.Construction.ProjectItemElement itemElement, Microsoft.Build.Evaluation.Operation operation, Microsoft.Build.Evaluation.Provenance provenance, int occurrences)832         public ProvenanceResult(Microsoft.Build.Construction.ProjectItemElement itemElement, Microsoft.Build.Evaluation.Operation operation, Microsoft.Build.Evaluation.Provenance provenance, int occurrences) { }
833         public Microsoft.Build.Construction.ProjectItemElement ItemElement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
834         public int Occurrences { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
835         public Microsoft.Build.Evaluation.Operation Operation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
836         public Microsoft.Build.Evaluation.Provenance Provenance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
837     }
838     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
839     public partial struct ResolvedImport
840     {
841         public Microsoft.Build.Construction.ProjectRootElement ImportedProject { get { throw null; } }
842         public Microsoft.Build.Construction.ProjectImportElement ImportingElement { get { throw null; } }
843         public bool IsImported { get { throw null; } }
844     }
845     [System.Diagnostics.DebuggerDisplayAttribute("SubToolsetVersion={SubToolsetVersion} #Properties={_properties.Count}")]
846     public partial class SubToolset
847     {
SubToolset()848         internal SubToolset() { }
849         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectPropertyInstance> Properties { get { throw null; } }
850         public string SubToolsetVersion { get { throw null; } }
851     }
852     [System.Diagnostics.DebuggerDisplayAttribute("ToolsVersion={ToolsVersion} ToolsPath={ToolsPath} #Properties={_properties.Count}")]
853     public partial class Toolset
854     {
Toolset(string toolsVersion, string toolsPath, Microsoft.Build.Evaluation.ProjectCollection projectCollection, string msbuildOverrideTasksPath)855         public Toolset(string toolsVersion, string toolsPath, Microsoft.Build.Evaluation.ProjectCollection projectCollection, string msbuildOverrideTasksPath) { }
Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary<string, string> buildProperties, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.SubToolset> subToolsets, string msbuildOverrideTasksPath)856         public Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary<string, string> buildProperties, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.SubToolset> subToolsets, string msbuildOverrideTasksPath) { }
Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary<string, string> buildProperties, Microsoft.Build.Evaluation.ProjectCollection projectCollection, string msbuildOverrideTasksPath)857         public Toolset(string toolsVersion, string toolsPath, System.Collections.Generic.IDictionary<string, string> buildProperties, Microsoft.Build.Evaluation.ProjectCollection projectCollection, string msbuildOverrideTasksPath) { }
858         public string DefaultSubToolsetVersion { get { throw null; } }
859         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectPropertyInstance> Properties { get { throw null; } }
860         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.SubToolset> SubToolsets { get { throw null; } }
861         public string ToolsPath { get { throw null; } }
862         public string ToolsVersion { get { throw null; } }
GenerateSubToolsetVersion()863         public string GenerateSubToolsetVersion() { throw null; }
GenerateSubToolsetVersion(System.Collections.Generic.IDictionary<string, string> overrideGlobalProperties, int solutionVersion)864         public string GenerateSubToolsetVersion(System.Collections.Generic.IDictionary<string, string> overrideGlobalProperties, int solutionVersion) { throw null; }
GetProperty(string propertyName, string subToolsetVersion)865         public Microsoft.Build.Execution.ProjectPropertyInstance GetProperty(string propertyName, string subToolsetVersion) { throw null; }
866     }
867     [System.FlagsAttribute]
868     public enum ToolsetDefinitionLocations
869     {
870         ConfigurationFile = 1,
871         Default = 3,
872         Local = 4,
873         None = 0,
874         Registry = 2,
875     }
876 }
877 namespace Microsoft.Build.Evaluation.Context
878 {
879     public partial class EvaluationContext
880     {
EvaluationContext()881         internal EvaluationContext() { }
Create(Microsoft.Build.Evaluation.Context.EvaluationContext.SharingPolicy policy)882         public static Microsoft.Build.Evaluation.Context.EvaluationContext Create(Microsoft.Build.Evaluation.Context.EvaluationContext.SharingPolicy policy) { throw null; }
883         public enum SharingPolicy
884         {
885             Isolated = 1,
886             Shared = 0,
887         }
888     }
889 }
890 namespace Microsoft.Build.Exceptions
891 {
892     public partial class BuildAbortedException : System.Exception
893     {
BuildAbortedException()894         public BuildAbortedException() { }
BuildAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)895         protected BuildAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BuildAbortedException(string message)896         public BuildAbortedException(string message) { }
BuildAbortedException(string message, System.Exception innerException)897         public BuildAbortedException(string message, System.Exception innerException) { }
898         public string ErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
899         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)900         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
901     }
902     public sealed partial class InternalLoggerException : System.Exception
903     {
InternalLoggerException()904         public InternalLoggerException() { }
InternalLoggerException(string message)905         public InternalLoggerException(string message) { }
InternalLoggerException(string message, System.Exception innerException)906         public InternalLoggerException(string message, System.Exception innerException) { }
907         public Microsoft.Build.Framework.BuildEventArgs BuildEventArgs { get { throw null; } }
908         public string ErrorCode { get { throw null; } }
909         public string HelpKeyword { get { throw null; } }
910         public bool InitializationException { get { throw null; } }
911         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)912         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
913     }
914     public sealed partial class InvalidProjectFileException : System.Exception
915     {
InvalidProjectFileException()916         public InvalidProjectFileException() { }
InvalidProjectFileException(string message)917         public InvalidProjectFileException(string message) { }
InvalidProjectFileException(string message, System.Exception innerException)918         public InvalidProjectFileException(string message, System.Exception innerException) { }
InvalidProjectFileException(string projectFile, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string errorSubcategory, string errorCode, string helpKeyword)919         public InvalidProjectFileException(string projectFile, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string errorSubcategory, string errorCode, string helpKeyword) { }
920         public string BaseMessage { get { throw null; } }
921         public int ColumnNumber { get { throw null; } }
922         public int EndColumnNumber { get { throw null; } }
923         public int EndLineNumber { get { throw null; } }
924         public string ErrorCode { get { throw null; } }
925         public string ErrorSubcategory { get { throw null; } }
926         public bool HasBeenLogged { get { throw null; } }
927         public string HelpKeyword { get { throw null; } }
928         public int LineNumber { get { throw null; } }
929         public override string Message { get { throw null; } }
930         public string ProjectFile { get { throw null; } }
931         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)932         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
933     }
934     public partial class InvalidToolsetDefinitionException : System.Exception
935     {
InvalidToolsetDefinitionException()936         public InvalidToolsetDefinitionException() { }
InvalidToolsetDefinitionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)937         protected InvalidToolsetDefinitionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidToolsetDefinitionException(string message)938         public InvalidToolsetDefinitionException(string message) { }
InvalidToolsetDefinitionException(string message, System.Exception innerException)939         public InvalidToolsetDefinitionException(string message, System.Exception innerException) { }
InvalidToolsetDefinitionException(string message, string errorCode)940         public InvalidToolsetDefinitionException(string message, string errorCode) { }
InvalidToolsetDefinitionException(string message, string errorCode, System.Exception innerException)941         public InvalidToolsetDefinitionException(string message, string errorCode, System.Exception innerException) { }
942         public string ErrorCode { get { throw null; } }
943         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)944         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
945     }
946 }
947 namespace Microsoft.Build.Execution
948 {
949     public partial class BuildManager : System.IDisposable
950     {
BuildManager()951         public BuildManager() { }
BuildManager(string hostName)952         public BuildManager(string hostName) { }
953         public static Microsoft.Build.Execution.BuildManager DefaultBuildManager { get { throw null; } }
954         public static bool WaitForDebugger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
BeginBuild(Microsoft.Build.Execution.BuildParameters parameters)955         public void BeginBuild(Microsoft.Build.Execution.BuildParameters parameters) { }
Build(Microsoft.Build.Execution.BuildParameters parameters, Microsoft.Build.Execution.BuildRequestData requestData)956         public Microsoft.Build.Execution.BuildResult Build(Microsoft.Build.Execution.BuildParameters parameters, Microsoft.Build.Execution.BuildRequestData requestData) { throw null; }
BuildRequest(Microsoft.Build.Execution.BuildRequestData requestData)957         public Microsoft.Build.Execution.BuildResult BuildRequest(Microsoft.Build.Execution.BuildRequestData requestData) { throw null; }
CancelAllSubmissions()958         public void CancelAllSubmissions() { }
Dispose()959         public void Dispose() { }
EndBuild()960         public void EndBuild() { }
~BuildManager()961         ~BuildManager() { }
GetProjectInstanceForBuild(Microsoft.Build.Evaluation.Project project)962         public Microsoft.Build.Execution.ProjectInstance GetProjectInstanceForBuild(Microsoft.Build.Evaluation.Project project) { throw null; }
PendBuildRequest(Microsoft.Build.Execution.BuildRequestData requestData)963         public Microsoft.Build.Execution.BuildSubmission PendBuildRequest(Microsoft.Build.Execution.BuildRequestData requestData) { throw null; }
ResetCaches()964         public void ResetCaches() { }
ShutdownAllNodes()965         public void ShutdownAllNodes() { }
966     }
967     public partial class BuildParameters
968     {
BuildParameters()969         public BuildParameters() { }
BuildParameters(Microsoft.Build.Evaluation.ProjectCollection projectCollection)970         public BuildParameters(Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
971         public System.Collections.Generic.IDictionary<string, string> BuildProcessEnvironment { get { throw null; } }
972         public System.Threading.ThreadPriority BuildThreadPriority { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
973         public System.Globalization.CultureInfo Culture { get { throw null; } set { } }
974         public string DefaultToolsVersion { get { throw null; } set { } }
975         public bool DetailedSummary { get { throw null; } set { } }
976         public bool DisableInProcNode { get { throw null; } set { } }
977         public bool EnableNodeReuse { get { throw null; } set { } }
978         public System.Collections.Generic.IDictionary<string, string> EnvironmentProperties { get { throw null; } }
979         public System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> ForwardingLoggers { get { throw null; } set { } }
980         public System.Collections.Generic.IDictionary<string, string> GlobalProperties { get { throw null; } set { } }
981         public Microsoft.Build.Execution.HostServices HostServices { get { throw null; } set { } }
982         public bool LegacyThreadingSemantics { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
983         public System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> Loggers { get { throw null; } set { } }
984         public bool LogInitialPropertiesAndItems { get { throw null; } set { } }
985         public bool LogTaskInputs { get { throw null; } set { } }
986         public int MaxNodeCount { get { throw null; } set { } }
987         public int MemoryUseLimit { get { throw null; } set { } }
988         public string NodeExeLocation { get { throw null; } set { } }
989         public bool OnlyLogCriticalEvents { get { throw null; } set { } }
990         public Microsoft.Build.Evaluation.ProjectLoadSettings ProjectLoadSettings { get { throw null; } set { } }
991         public bool ResetCaches { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
992         public bool SaveOperatingEnvironment { get { throw null; } set { } }
993         public bool ShutdownInProcNodeOnBuildFinish { get { throw null; } set { } }
994         public Microsoft.Build.Evaluation.ToolsetDefinitionLocations ToolsetDefinitionLocations { get { throw null; } set { } }
995         public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.Toolset> Toolsets { get { throw null; } }
996         public System.Globalization.CultureInfo UICulture { get { throw null; } set { } }
997         public bool UseSynchronousLogging { get { throw null; } set { } }
998         public System.Collections.Generic.ISet<string> WarningsAsErrors { get { throw null; } set { } }
999         public System.Collections.Generic.ISet<string> WarningsAsMessages { get { throw null; } set { } }
Clone()1000         public Microsoft.Build.Execution.BuildParameters Clone() { throw null; }
GetToolset(string toolsVersion)1001         public Microsoft.Build.Evaluation.Toolset GetToolset(string toolsVersion) { throw null; }
1002     }
1003     public partial class BuildRequestData
1004     {
BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild)1005         public BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild) { }
BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices)1006         public BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices) { }
BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags)1007         public BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags) { }
BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable<string> propertiesToTransfer)1008         public BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable<string> propertiesToTransfer) { }
BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable<string> propertiesToTransfer, Microsoft.Build.Execution.RequestedProjectState requestedProjectState)1009         public BuildRequestData(Microsoft.Build.Execution.ProjectInstance projectInstance, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, System.Collections.Generic.IEnumerable<string> propertiesToTransfer, Microsoft.Build.Execution.RequestedProjectState requestedProjectState) { }
BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices)1010         public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices) { }
BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags)1011         public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags) { }
BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, Microsoft.Build.Execution.RequestedProjectState requestedProjectState)1012         public BuildRequestData(string projectFullPath, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string[] targetsToBuild, Microsoft.Build.Execution.HostServices hostServices, Microsoft.Build.Execution.BuildRequestDataFlags flags, Microsoft.Build.Execution.RequestedProjectState requestedProjectState) { }
1013         public string ExplicitlySpecifiedToolsVersion { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1014         public Microsoft.Build.Execution.BuildRequestDataFlags Flags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1015         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectPropertyInstance> GlobalProperties { get { throw null; } }
1016         public Microsoft.Build.Execution.HostServices HostServices { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1017         public string ProjectFullPath { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1018         public Microsoft.Build.Execution.ProjectInstance ProjectInstance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1019         public System.Collections.Generic.IEnumerable<string> PropertiesToTransfer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1020         public Microsoft.Build.Execution.RequestedProjectState RequestedProjectState { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1021         public System.Collections.Generic.ICollection<string> TargetNames { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1022     }
1023     [System.FlagsAttribute]
1024     public enum BuildRequestDataFlags
1025     {
1026         ClearCachesAfterBuild = 8,
1027         IgnoreExistingProjectState = 4,
1028         None = 0,
1029         ProvideProjectStateAfterBuild = 2,
1030         ProvideSubsetOfStateAfterBuild = 32,
1031         ReplaceExistingProjectInstance = 1,
1032         SkipNonexistentTargets = 16,
1033     }
1034     public partial class BuildResult
1035     {
BuildResult()1036         public BuildResult() { }
1037         public bool CircularDependency { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1038         public int ConfigurationId { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1039         public System.Exception Exception { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1040         public int GlobalRequestId { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1041         public Microsoft.Build.Execution.ITargetResult this[string target] { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1042         public int NodeRequestId { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1043         public Microsoft.Build.Execution.BuildResultCode OverallResult { get { throw null; } }
1044         public int ParentGlobalRequestId { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1045         public Microsoft.Build.Execution.ProjectInstance ProjectStateAfterBuild { get { throw null; } set { } }
1046         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult> ResultsByTarget { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1047         public int SubmissionId { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
AddResultsForTarget(string target, Microsoft.Build.Execution.TargetResult result)1048         public void AddResultsForTarget(string target, Microsoft.Build.Execution.TargetResult result) { }
HasResultsForTarget(string target)1049         public bool HasResultsForTarget(string target) { throw null; }
MergeResults(Microsoft.Build.Execution.BuildResult results)1050         public void MergeResults(Microsoft.Build.Execution.BuildResult results) { }
1051     }
1052     public enum BuildResultCode
1053     {
1054         Failure = 1,
1055         Success = 0,
1056     }
1057     public partial class BuildSubmission
1058     {
BuildSubmission()1059         internal BuildSubmission() { }
1060         public object AsyncContext { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1061         public Microsoft.Build.Execution.BuildManager BuildManager { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1062         public Microsoft.Build.Execution.BuildResult BuildResult { get { throw null; } set { } }
1063         public bool IsCompleted { get { throw null; } }
1064         public int SubmissionId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1065         public System.Threading.WaitHandle WaitHandle { get { throw null; } }
Execute()1066         public Microsoft.Build.Execution.BuildResult Execute() { throw null; }
ExecuteAsync(Microsoft.Build.Execution.BuildSubmissionCompleteCallback callback, object context)1067         public void ExecuteAsync(Microsoft.Build.Execution.BuildSubmissionCompleteCallback callback, object context) { }
1068     }
BuildSubmissionCompleteCallback(Microsoft.Build.Execution.BuildSubmission submission)1069     public delegate void BuildSubmissionCompleteCallback(Microsoft.Build.Execution.BuildSubmission submission);
1070     [System.Diagnostics.DebuggerDisplayAttribute("#Entries={_hostObjectMap.Count}")]
1071     public partial class HostServices
1072     {
HostServices()1073         public HostServices() { }
GetHostObject(string projectFile, string targetName, string taskName)1074         public Microsoft.Build.Framework.ITaskHost GetHostObject(string projectFile, string targetName, string taskName) { throw null; }
GetNodeAffinity(string projectFile)1075         public Microsoft.Build.Execution.NodeAffinity GetNodeAffinity(string projectFile) { throw null; }
OnRenameProject(string oldFullPath, string newFullPath)1076         public void OnRenameProject(string oldFullPath, string newFullPath) { }
RegisterHostObject(string projectFile, string targetName, string taskName, Microsoft.Build.Framework.ITaskHost hostObject)1077         public void RegisterHostObject(string projectFile, string targetName, string taskName, Microsoft.Build.Framework.ITaskHost hostObject) { }
SetNodeAffinity(string projectFile, Microsoft.Build.Execution.NodeAffinity nodeAffinity)1078         public void SetNodeAffinity(string projectFile, Microsoft.Build.Execution.NodeAffinity nodeAffinity) { }
UnregisterProject(string projectFullPath)1079         public void UnregisterProject(string projectFullPath) { }
1080     }
1081     public partial interface ITargetResult
1082     {
1083         System.Exception Exception { get; }
1084         Microsoft.Build.Framework.ITaskItem[] Items { get; }
1085         Microsoft.Build.Execution.TargetResultCode ResultCode { get; }
1086     }
1087     public enum NodeAffinity
1088     {
1089         Any = 2,
1090         InProc = 0,
1091         OutOfProc = 1,
1092     }
1093     public enum NodeEngineShutdownReason
1094     {
1095         BuildComplete = 0,
1096         BuildCompleteReuse = 1,
1097         ConnectionFailed = 2,
1098         Error = 3,
1099     }
1100     public partial class OutOfProcNode
1101     {
OutOfProcNode()1102         public OutOfProcNode() { }
Run(bool enableReuse, out System.Exception shutdownException)1103         public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; }
Run(out System.Exception shutdownException)1104         public Microsoft.Build.Execution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; }
1105     }
1106     [System.Diagnostics.DebuggerDisplayAttribute("{FullPath} #Targets={TargetsCount} DefaultTargets={(DefaultTargets == null) ? System.String.Empty : System.String.Join(\";\", DefaultTargets.ToArray())} ToolsVersion={Toolset.ToolsVersion} InitialTargets={(InitialTargets == null) ? System.String.Empty : System.String.Join(\";\", InitialTargets.ToArray())} #GlobalProperties={GlobalProperties.Count} #Properties={Properties.Count} #ItemTypes={ItemTypes.Count} #Items={Items.Count}")]
1107     public partial class ProjectInstance
1108     {
ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml)1109         public ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml) { }
ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)1110         public ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)1111         public ProjectInstance(Microsoft.Build.Construction.ProjectRootElement xml, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
ProjectInstance(string projectFile)1112         public ProjectInstance(string projectFile) { }
ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion)1113         public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion) { }
ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)1114         public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection)1115         public ProjectInstance(string projectFile, System.Collections.Generic.IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { }
1116         public System.Collections.Generic.List<string> DefaultTargets { get { throw null; } }
1117         public string Directory { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1118         public System.Collections.Generic.List<Microsoft.Build.Construction.ProjectItemElement> EvaluatedItemElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1119         public int EvaluationId { get { throw null; } set { } }
1120         public string FullPath { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1121         public System.Collections.Generic.IDictionary<string, string> GlobalProperties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1122         public System.Collections.Generic.List<string> InitialTargets { get { throw null; } }
1123         public bool IsImmutable { get { throw null; } }
1124         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectItemDefinitionInstance> ItemDefinitions { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1125         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemInstance> Items { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1126         public System.Collections.Generic.ICollection<string> ItemTypes { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1127         public Microsoft.Build.Construction.ElementLocation ProjectFileLocation { get { throw null; } }
1128         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectPropertyInstance> Properties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1129         public System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectTargetInstance> Targets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1130         public string ToolsVersion { get { throw null; } }
1131         public bool TranslateEntireState { get { throw null; } set { } }
AddItem(string itemType, string evaluatedInclude)1132         public Microsoft.Build.Execution.ProjectItemInstance AddItem(string itemType, string evaluatedInclude) { throw null; }
AddItem(string itemType, string evaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata)1133         public Microsoft.Build.Execution.ProjectItemInstance AddItem(string itemType, string evaluatedInclude, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadata) { throw null; }
Build()1134         public bool Build() { throw null; }
Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)1135         public bool Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)1136         public bool Build(System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)1137         public bool Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)1138         public bool Build(string target, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers)1139         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers) { throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, out System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult> targetOutputs)1140         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, out System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult> targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult>); throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers)1141         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers) { throw null; }
Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers, out System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult> targetOutputs)1142         public bool Build(string[] targets, System.Collections.Generic.IEnumerable<Microsoft.Build.Framework.ILogger> loggers, System.Collections.Generic.IEnumerable<Microsoft.Build.Logging.ForwardingLoggerRecord> remoteLoggers, out System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult> targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult>); throw null; }
DeepCopy()1143         public Microsoft.Build.Execution.ProjectInstance DeepCopy() { throw null; }
DeepCopy(bool isImmutable)1144         public Microsoft.Build.Execution.ProjectInstance DeepCopy(bool isImmutable) { throw null; }
EvaluateCondition(string condition)1145         public bool EvaluateCondition(string condition) { throw null; }
ExpandString(string unexpandedValue)1146         public string ExpandString(string unexpandedValue) { throw null; }
FilteredCopy(Microsoft.Build.Execution.RequestedProjectState filter)1147         public Microsoft.Build.Execution.ProjectInstance FilteredCopy(Microsoft.Build.Execution.RequestedProjectState filter) { throw null; }
GetEvaluatedItemIncludeEscaped(Microsoft.Build.Execution.ProjectItemDefinitionInstance item)1148         public static string GetEvaluatedItemIncludeEscaped(Microsoft.Build.Execution.ProjectItemDefinitionInstance item) { throw null; }
GetEvaluatedItemIncludeEscaped(Microsoft.Build.Execution.ProjectItemInstance item)1149         public static string GetEvaluatedItemIncludeEscaped(Microsoft.Build.Execution.ProjectItemInstance item) { throw null; }
GetItems(string itemType)1150         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemInstance> GetItems(string itemType) { throw null; }
GetItemsByItemTypeAndEvaluatedInclude(string itemType, string evaluatedInclude)1151         public System.Collections.Generic.IEnumerable<Microsoft.Build.Execution.ProjectItemInstance> GetItemsByItemTypeAndEvaluatedInclude(string itemType, string evaluatedInclude) { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectItemDefinitionInstance item, string name)1152         public static string GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectItemDefinitionInstance item, string name) { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectItemInstance item, string name)1153         public static string GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectItemInstance item, string name) { throw null; }
GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectMetadataInstance metadatum)1154         public static string GetMetadataValueEscaped(Microsoft.Build.Execution.ProjectMetadataInstance metadatum) { throw null; }
1155         [System.Diagnostics.DebuggerStepThroughAttribute]
GetProperty(string name)1156         public Microsoft.Build.Execution.ProjectPropertyInstance GetProperty(string name) { throw null; }
GetPropertyValue(string name)1157         public string GetPropertyValue(string name) { throw null; }
GetPropertyValueEscaped(Microsoft.Build.Execution.ProjectPropertyInstance property)1158         public static string GetPropertyValueEscaped(Microsoft.Build.Execution.ProjectPropertyInstance property) { throw null; }
RemoveItem(Microsoft.Build.Execution.ProjectItemInstance item)1159         public bool RemoveItem(Microsoft.Build.Execution.ProjectItemInstance item) { throw null; }
RemoveProperty(string name)1160         public bool RemoveProperty(string name) { throw null; }
SetProperty(string name, string evaluatedValue)1161         public Microsoft.Build.Execution.ProjectPropertyInstance SetProperty(string name, string evaluatedValue) { throw null; }
ToProjectRootElement()1162         public Microsoft.Build.Construction.ProjectRootElement ToProjectRootElement() { throw null; }
UpdateStateFrom(Microsoft.Build.Execution.ProjectInstance projectState)1163         public void UpdateStateFrom(Microsoft.Build.Execution.ProjectInstance projectState) { }
1164     }
1165     [System.FlagsAttribute]
1166     public enum ProjectInstanceSettings
1167     {
1168         Immutable = 1,
1169         ImmutableWithFastItemLookup = 3,
1170         None = 0,
1171     }
1172     [System.Diagnostics.DebuggerDisplayAttribute("{_itemType} #Metadata={MetadataCount}")]
1173     public partial class ProjectItemDefinitionInstance
1174     {
ProjectItemDefinitionInstance()1175         internal ProjectItemDefinitionInstance() { }
1176         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
1177         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1178         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectMetadataInstance> Metadata { get { throw null; } }
1179         public int MetadataCount { get { throw null; } }
1180         public System.Collections.Generic.IEnumerable<string> MetadataNames { get { throw null; } }
1181         [System.Diagnostics.DebuggerStepThroughAttribute]
GetMetadata(string name)1182         public Microsoft.Build.Execution.ProjectMetadataInstance GetMetadata(string name) { throw null; }
1183     }
1184     [System.Diagnostics.DebuggerDisplayAttribute("Condition={_condition}")]
1185     public partial class ProjectItemGroupTaskInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
1186     {
ProjectItemGroupTaskInstance()1187         internal ProjectItemGroupTaskInstance() { }
1188         public override string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1189         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1190         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemGroupTaskItemInstance> Items { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1191         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1192     }
1193     [System.Diagnostics.DebuggerDisplayAttribute("{_itemType} Include={_include} Exclude={_exclude} Remove={_remove} Condition={_condition}")]
1194     public partial class ProjectItemGroupTaskItemInstance
1195     {
ProjectItemGroupTaskItemInstance()1196         internal ProjectItemGroupTaskItemInstance() { }
1197         public string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1198         public Microsoft.Build.Construction.ElementLocation ConditionLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1199         public string Exclude { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1200         public Microsoft.Build.Construction.ElementLocation ExcludeLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1201         public string Include { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1202         public Microsoft.Build.Construction.ElementLocation IncludeLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1203         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1204         public string KeepDuplicates { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1205         public Microsoft.Build.Construction.ElementLocation KeepDuplicatesLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1206         public string KeepMetadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1207         public Microsoft.Build.Construction.ElementLocation KeepMetadataLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1208         public Microsoft.Build.Construction.ElementLocation Location { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1209         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemGroupTaskMetadataInstance> Metadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1210         public string Remove { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1211         public Microsoft.Build.Construction.ElementLocation RemoveLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1212         public string RemoveMetadata { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1213         public Microsoft.Build.Construction.ElementLocation RemoveMetadataLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1214     }
1215     [System.Diagnostics.DebuggerDisplayAttribute("{_name} Value={_value} Condition={_condition}")]
1216     public partial class ProjectItemGroupTaskMetadataInstance
1217     {
ProjectItemGroupTaskMetadataInstance()1218         internal ProjectItemGroupTaskMetadataInstance() { }
1219         public string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1220         public Microsoft.Build.Construction.ElementLocation ConditionLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1221         public Microsoft.Build.Construction.ElementLocation Location { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1222         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1223         public string Value { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1224     }
1225     [System.Diagnostics.DebuggerDisplayAttribute("{ItemType}={EvaluatedInclude} #DirectMetadata={DirectMetadataCount})")]
1226     public partial class ProjectItemInstance : Microsoft.Build.Framework.ITaskItem, Microsoft.Build.Framework.ITaskItem2
1227     {
ProjectItemInstance()1228         internal ProjectItemInstance() { }
1229         public int DirectMetadataCount { get { throw null; } }
1230         public string EvaluatedInclude { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
1231         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
1232         public string ItemType { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1233         public System.Collections.Generic.IEnumerable<Microsoft.Build.Execution.ProjectMetadataInstance> Metadata { get { throw null; } }
1234         public int MetadataCount { get { throw null; } }
1235         public System.Collections.Generic.ICollection<string> MetadataNames { get { throw null; } }
1236         string Microsoft.Build.Framework.ITaskItem.ItemSpec { get { throw null; } set { } }
1237         System.Collections.ICollection Microsoft.Build.Framework.ITaskItem.MetadataNames { get { throw null; } }
1238         string Microsoft.Build.Framework.ITaskItem2.EvaluatedIncludeEscaped { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } set { } }
1239         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
1240         public Microsoft.Build.Execution.ProjectInstance Project { get { throw null; } }
GetMetadata(string name)1241         public Microsoft.Build.Execution.ProjectMetadataInstance GetMetadata(string name) { throw null; }
GetMetadataValue(string name)1242         public string GetMetadataValue(string name) { throw null; }
HasMetadata(string name)1243         public bool HasMetadata(string name) { throw null; }
Microsoft.Build.Framework.ITaskItem.CloneCustomMetadata()1244         System.Collections.IDictionary Microsoft.Build.Framework.ITaskItem.CloneCustomMetadata() { throw null; }
Microsoft.Build.Framework.ITaskItem.CopyMetadataTo(Microsoft.Build.Framework.ITaskItem destinationItem)1245         void Microsoft.Build.Framework.ITaskItem.CopyMetadataTo(Microsoft.Build.Framework.ITaskItem destinationItem) { }
Microsoft.Build.Framework.ITaskItem.GetMetadata(string metadataName)1246         string Microsoft.Build.Framework.ITaskItem.GetMetadata(string metadataName) { throw null; }
Microsoft.Build.Framework.ITaskItem.SetMetadata(string metadataName, string metadataValue)1247         void Microsoft.Build.Framework.ITaskItem.SetMetadata(string metadataName, string metadataValue) { }
Microsoft.Build.Framework.ITaskItem2.CloneCustomMetadataEscaped()1248         System.Collections.IDictionary Microsoft.Build.Framework.ITaskItem2.CloneCustomMetadataEscaped() { throw null; }
Microsoft.Build.Framework.ITaskItem2.GetMetadataValueEscaped(string name)1249         string Microsoft.Build.Framework.ITaskItem2.GetMetadataValueEscaped(string name) { throw null; }
Microsoft.Build.Framework.ITaskItem2.SetMetadataValueLiteral(string metadataName, string metadataValue)1250         void Microsoft.Build.Framework.ITaskItem2.SetMetadataValueLiteral(string metadataName, string metadataValue) { }
RemoveMetadata(string metadataName)1251         public void RemoveMetadata(string metadataName) { }
SetMetadata(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadataDictionary)1252         public void SetMetadata(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>> metadataDictionary) { }
SetMetadata(string name, string evaluatedValue)1253         public Microsoft.Build.Execution.ProjectMetadataInstance SetMetadata(string name, string evaluatedValue) { throw null; }
ToString()1254         public override string ToString() { throw null; }
1255     }
1256     [System.Diagnostics.DebuggerDisplayAttribute("{_name}={EvaluatedValue}")]
1257     public partial class ProjectMetadataInstance : System.IEquatable<Microsoft.Build.Execution.ProjectMetadataInstance>
1258     {
ProjectMetadataInstance()1259         internal ProjectMetadataInstance() { }
1260         public string EvaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1261         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
1262         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
DeepClone()1263         public Microsoft.Build.Execution.ProjectMetadataInstance DeepClone() { throw null; }
Equals(Microsoft.Build.Execution.ProjectMetadataInstance other)1264         bool System.IEquatable<Microsoft.Build.Execution.ProjectMetadataInstance>.Equals(Microsoft.Build.Execution.ProjectMetadataInstance other) { throw null; }
ToString()1265         public override string ToString() { throw null; }
1266     }
1267     [System.Diagnostics.DebuggerDisplayAttribute("ExecuteTargets={_executeTargets} Condition={_condition}")]
1268     public sealed partial class ProjectOnErrorInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
1269     {
ProjectOnErrorInstance()1270         internal ProjectOnErrorInstance() { }
1271         public override string Condition { get { throw null; } }
1272         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1273         public string ExecuteTargets { get { throw null; } }
1274         public Microsoft.Build.Construction.ElementLocation ExecuteTargetsLocation { get { throw null; } }
1275         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1276     }
1277     [System.Diagnostics.DebuggerDisplayAttribute("Condition={_condition}")]
1278     public partial class ProjectPropertyGroupTaskInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
1279     {
ProjectPropertyGroupTaskInstance()1280         internal ProjectPropertyGroupTaskInstance() { }
1281         public override string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1282         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1283         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1284         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectPropertyGroupTaskPropertyInstance> Properties { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1285     }
1286     [System.Diagnostics.DebuggerDisplayAttribute("{_name}={Value} Condition={_condition}")]
1287     public partial class ProjectPropertyGroupTaskPropertyInstance
1288     {
ProjectPropertyGroupTaskPropertyInstance()1289         internal ProjectPropertyGroupTaskPropertyInstance() { }
1290         public string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1291         public Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1292         public Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1293         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1294         public string Value { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1295     }
1296     [System.Diagnostics.DebuggerDisplayAttribute("{_name}={_escapedValue}")]
1297     public partial class ProjectPropertyInstance : System.IEquatable<Microsoft.Build.Execution.ProjectPropertyInstance>
1298     {
ProjectPropertyInstance()1299         internal ProjectPropertyInstance() { }
1300         public string EvaluatedValue { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } [System.Diagnostics.DebuggerStepThroughAttribute]set { } }
1301         public virtual bool IsImmutable { get { throw null; } }
1302         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
1303         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
Equals(Microsoft.Build.Execution.ProjectPropertyInstance other)1304         bool System.IEquatable<Microsoft.Build.Execution.ProjectPropertyInstance>.Equals(Microsoft.Build.Execution.ProjectPropertyInstance other) { throw null; }
ToString()1305         public override string ToString() { throw null; }
1306     }
1307     [System.Diagnostics.DebuggerDisplayAttribute("Name={_name} Count={_children.Count} Condition={_condition} Inputs={_inputs} Outputs={_outputs} DependsOnTargets={_dependsOnTargets}")]
1308     public sealed partial class ProjectTargetInstance
1309     {
ProjectTargetInstance()1310         internal ProjectTargetInstance() { }
1311         public Microsoft.Build.Construction.ElementLocation AfterTargetsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1312         public Microsoft.Build.Construction.ElementLocation BeforeTargetsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1313         public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTargetInstanceChild> Children { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1314         public string Condition { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1315         public Microsoft.Build.Construction.ElementLocation ConditionLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1316         public string DependsOnTargets { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1317         public Microsoft.Build.Construction.ElementLocation DependsOnTargetsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1318         public string FullPath { get { throw null; } }
1319         public string Inputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1320         public Microsoft.Build.Construction.ElementLocation InputsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1321         public string KeepDuplicateOutputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1322         public Microsoft.Build.Construction.ElementLocation KeepDuplicateOutputsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1323         public Microsoft.Build.Construction.ElementLocation Location { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1324         public string Name { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1325         public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectOnErrorInstance> OnErrorChildren { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1326         public string Outputs { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1327         public Microsoft.Build.Construction.ElementLocation OutputsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1328         public string Returns { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1329         public Microsoft.Build.Construction.ElementLocation ReturnsLocation { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1330         public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectTaskInstance> Tasks { get { throw null; } }
1331     }
1332     public abstract partial class ProjectTargetInstanceChild
1333     {
ProjectTargetInstanceChild()1334         protected ProjectTargetInstanceChild() { }
1335         public abstract string Condition { get; }
1336         public abstract Microsoft.Build.Construction.ElementLocation ConditionLocation { get; }
1337         public string FullPath { get { throw null; } }
1338         public abstract Microsoft.Build.Construction.ElementLocation Location { get; }
1339     }
1340     [System.Diagnostics.DebuggerDisplayAttribute("Name={_name} Condition={_condition} ContinueOnError={_continueOnError} MSBuildRuntime={MSBuildRuntime} MSBuildArchitecture={MSBuildArchitecture} #Parameters={_parameters.Count} #Outputs={_outputs.Count}")]
1341     public sealed partial class ProjectTaskInstance : Microsoft.Build.Execution.ProjectTargetInstanceChild
1342     {
ProjectTaskInstance()1343         internal ProjectTaskInstance() { }
1344         public override string Condition { get { throw null; } }
1345         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1346         public string ContinueOnError { get { throw null; } }
1347         public Microsoft.Build.Construction.ElementLocation ContinueOnErrorLocation { get { throw null; } }
1348         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1349         public string MSBuildArchitecture { get { throw null; } }
1350         public Microsoft.Build.Construction.ElementLocation MSBuildArchitectureLocation { get { throw null; } }
1351         public string MSBuildRuntime { get { throw null; } }
1352         public Microsoft.Build.Construction.ElementLocation MSBuildRuntimeLocation { get { throw null; } }
1353         public string Name { get { throw null; } }
1354         public System.Collections.Generic.IList<Microsoft.Build.Execution.ProjectTaskInstanceChild> Outputs { get { throw null; } }
1355         public System.Collections.Generic.IDictionary<string, string> Parameters { get { throw null; } }
1356     }
1357     public abstract partial class ProjectTaskInstanceChild
1358     {
ProjectTaskInstanceChild()1359         protected ProjectTaskInstanceChild() { }
1360         public abstract string Condition { get; }
1361         public abstract Microsoft.Build.Construction.ElementLocation ConditionLocation { get; }
1362         public abstract Microsoft.Build.Construction.ElementLocation Location { get; }
1363         public abstract Microsoft.Build.Construction.ElementLocation TaskParameterLocation { get; }
1364     }
1365     public sealed partial class ProjectTaskOutputItemInstance : Microsoft.Build.Execution.ProjectTaskInstanceChild
1366     {
ProjectTaskOutputItemInstance()1367         internal ProjectTaskOutputItemInstance() { }
1368         public override string Condition { get { throw null; } }
1369         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1370         public string ItemType { get { throw null; } }
1371         public Microsoft.Build.Construction.ElementLocation ItemTypeLocation { get { throw null; } }
1372         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1373         public string TaskParameter { get { throw null; } }
1374         public override Microsoft.Build.Construction.ElementLocation TaskParameterLocation { get { throw null; } }
1375     }
1376     public sealed partial class ProjectTaskOutputPropertyInstance : Microsoft.Build.Execution.ProjectTaskInstanceChild
1377     {
ProjectTaskOutputPropertyInstance()1378         internal ProjectTaskOutputPropertyInstance() { }
1379         public override string Condition { get { throw null; } }
1380         public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get { throw null; } }
1381         public override Microsoft.Build.Construction.ElementLocation Location { get { throw null; } }
1382         public string PropertyName { get { throw null; } }
1383         public Microsoft.Build.Construction.ElementLocation PropertyNameLocation { get { throw null; } }
1384         public string TaskParameter { get { throw null; } }
1385         public override Microsoft.Build.Construction.ElementLocation TaskParameterLocation { get { throw null; } }
1386     }
1387     public partial class RequestedProjectState
1388     {
RequestedProjectState()1389         public RequestedProjectState() { }
1390         public System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<string>> ItemFilters { get { throw null; } set { } }
1391         public System.Collections.Generic.List<string> PropertyFilters { get { throw null; } set { } }
1392     }
1393     public partial class TargetResult : Microsoft.Build.Execution.ITargetResult
1394     {
TargetResult()1395         internal TargetResult() { }
1396         public System.Exception Exception { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1397         public Microsoft.Build.Framework.ITaskItem[] Items { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1398         public Microsoft.Build.Execution.TargetResultCode ResultCode { [System.Diagnostics.DebuggerStepThroughAttribute]get { throw null; } }
1399     }
1400     public enum TargetResultCode : byte
1401     {
1402         Failure = (byte)2,
1403         Skipped = (byte)0,
1404         Success = (byte)1,
1405     }
1406 }
1407 namespace Microsoft.Build.Globbing
1408 {
1409     public partial class CompositeGlob : Microsoft.Build.Globbing.IMSBuildGlob
1410     {
CompositeGlob(params Microsoft.Build.Globbing.IMSBuildGlob[] globs)1411         public CompositeGlob(params Microsoft.Build.Globbing.IMSBuildGlob[] globs) { }
CompositeGlob(System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> globs)1412         public CompositeGlob(System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> globs) { }
1413         public System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> Globs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
IsMatch(string stringToMatch)1414         public bool IsMatch(string stringToMatch) { throw null; }
1415     }
1416     public partial interface IMSBuildGlob
1417     {
IsMatch(string stringToMatch)1418         bool IsMatch(string stringToMatch);
1419     }
1420     public partial class MSBuildGlob : Microsoft.Build.Globbing.IMSBuildGlob
1421     {
MSBuildGlob()1422         internal MSBuildGlob() { }
1423         public string FilenamePart { get { throw null; } }
1424         public string FixedDirectoryPart { get { throw null; } }
1425         public bool IsLegal { get { throw null; } }
1426         public string WildcardDirectoryPart { get { throw null; } }
IsMatch(string stringToMatch)1427         public bool IsMatch(string stringToMatch) { throw null; }
MatchInfo(string stringToMatch)1428         public Microsoft.Build.Globbing.MSBuildGlob.MatchInfoResult MatchInfo(string stringToMatch) { throw null; }
Parse(string fileSpec)1429         public static Microsoft.Build.Globbing.MSBuildGlob Parse(string fileSpec) { throw null; }
Parse(string globRoot, string fileSpec)1430         public static Microsoft.Build.Globbing.MSBuildGlob Parse(string globRoot, string fileSpec) { throw null; }
1431         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1432         public partial struct MatchInfoResult
1433         {
1434             public string FilenamePartMatchGroup { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1435             public string FixedDirectoryPartMatchGroup { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1436             public bool IsMatch { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1437             public string WildcardDirectoryPartMatchGroup { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1438         }
1439     }
1440     public partial class MSBuildGlobWithGaps : Microsoft.Build.Globbing.IMSBuildGlob
1441     {
MSBuildGlobWithGaps(Microsoft.Build.Globbing.IMSBuildGlob mainGlob, params Microsoft.Build.Globbing.IMSBuildGlob[] gaps)1442         public MSBuildGlobWithGaps(Microsoft.Build.Globbing.IMSBuildGlob mainGlob, params Microsoft.Build.Globbing.IMSBuildGlob[] gaps) { }
MSBuildGlobWithGaps(Microsoft.Build.Globbing.IMSBuildGlob mainGlob, System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> gaps)1443         public MSBuildGlobWithGaps(Microsoft.Build.Globbing.IMSBuildGlob mainGlob, System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> gaps) { }
1444         public Microsoft.Build.Globbing.IMSBuildGlob Gaps { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1445         public Microsoft.Build.Globbing.IMSBuildGlob MainGlob { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
IsMatch(string stringToMatch)1446         public bool IsMatch(string stringToMatch) { throw null; }
1447     }
1448 }
1449 namespace Microsoft.Build.Globbing.Extensions
1450 {
1451     public static partial class MSBuildGlobExtensions
1452     {
GetParsedGlobs(this Microsoft.Build.Globbing.IMSBuildGlob glob)1453         public static System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.MSBuildGlob> GetParsedGlobs(this Microsoft.Build.Globbing.IMSBuildGlob glob) { throw null; }
1454     }
1455 }
1456 namespace Microsoft.Build.Logging
1457 {
1458     public sealed partial class BinaryLogger : Microsoft.Build.Framework.ILogger
1459     {
BinaryLogger()1460         public BinaryLogger() { }
1461         public Microsoft.Build.Logging.BinaryLogger.ProjectImportsCollectionMode CollectProjectImports { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1462         public string Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1463         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1464         public void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Shutdown()1465         public void Shutdown() { }
1466         public enum ProjectImportsCollectionMode
1467         {
1468             Embed = 1,
1469             None = 0,
1470             ZipFile = 2,
1471         }
1472     }
1473     public sealed partial class BinaryLogReplayEventSource : Microsoft.Build.Logging.EventArgsDispatcher
1474     {
BinaryLogReplayEventSource()1475         public BinaryLogReplayEventSource() { }
Replay(string sourceFilePath)1476         public void Replay(string sourceFilePath) { }
1477     }
ColorResetter()1478     public delegate void ColorResetter();
ColorSetter(System.ConsoleColor color)1479     public delegate void ColorSetter(System.ConsoleColor color);
1480     public partial class ConfigurableForwardingLogger : Microsoft.Build.Framework.IForwardingLogger, Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger
1481     {
ConfigurableForwardingLogger()1482         public ConfigurableForwardingLogger() { }
1483         public Microsoft.Build.Framework.IEventRedirector BuildEventRedirector { get { throw null; } set { } }
1484         public int NodeId { get { throw null; } set { } }
1485         public string Parameters { get { throw null; } set { } }
1486         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get { throw null; } set { } }
ForwardToCentralLogger(Microsoft.Build.Framework.BuildEventArgs e)1487         protected virtual void ForwardToCentralLogger(Microsoft.Build.Framework.BuildEventArgs e) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1488         public virtual void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount)1489         public void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount) { }
Shutdown()1490         public virtual void Shutdown() { }
1491     }
1492     public partial class ConsoleLogger : Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger
1493     {
ConsoleLogger()1494         public ConsoleLogger() { }
ConsoleLogger(Microsoft.Build.Framework.LoggerVerbosity verbosity)1495         public ConsoleLogger(Microsoft.Build.Framework.LoggerVerbosity verbosity) { }
ConsoleLogger(Microsoft.Build.Framework.LoggerVerbosity verbosity, Microsoft.Build.Logging.WriteHandler write, Microsoft.Build.Logging.ColorSetter colorSet, Microsoft.Build.Logging.ColorResetter colorReset)1496         public ConsoleLogger(Microsoft.Build.Framework.LoggerVerbosity verbosity, Microsoft.Build.Logging.WriteHandler write, Microsoft.Build.Logging.ColorSetter colorSet, Microsoft.Build.Logging.ColorResetter colorReset) { }
1497         public string Parameters { get { throw null; } set { } }
1498         public bool ShowSummary { get { throw null; } set { } }
1499         public bool SkipProjectStartedText { get { throw null; } set { } }
1500         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get { throw null; } set { } }
1501         protected Microsoft.Build.Logging.WriteHandler WriteHandler { get { throw null; } set { } }
ApplyParameter(string parameterName, string parameterValue)1502         public void ApplyParameter(string parameterName, string parameterValue) { }
BuildFinishedHandler(object sender, Microsoft.Build.Framework.BuildFinishedEventArgs e)1503         public void BuildFinishedHandler(object sender, Microsoft.Build.Framework.BuildFinishedEventArgs e) { }
BuildStartedHandler(object sender, Microsoft.Build.Framework.BuildStartedEventArgs e)1504         public void BuildStartedHandler(object sender, Microsoft.Build.Framework.BuildStartedEventArgs e) { }
CustomEventHandler(object sender, Microsoft.Build.Framework.CustomBuildEventArgs e)1505         public void CustomEventHandler(object sender, Microsoft.Build.Framework.CustomBuildEventArgs e) { }
ErrorHandler(object sender, Microsoft.Build.Framework.BuildErrorEventArgs e)1506         public void ErrorHandler(object sender, Microsoft.Build.Framework.BuildErrorEventArgs e) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1507         public virtual void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount)1508         public virtual void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount) { }
MessageHandler(object sender, Microsoft.Build.Framework.BuildMessageEventArgs e)1509         public void MessageHandler(object sender, Microsoft.Build.Framework.BuildMessageEventArgs e) { }
ProjectFinishedHandler(object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e)1510         public void ProjectFinishedHandler(object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e) { }
ProjectStartedHandler(object sender, Microsoft.Build.Framework.ProjectStartedEventArgs e)1511         public void ProjectStartedHandler(object sender, Microsoft.Build.Framework.ProjectStartedEventArgs e) { }
Shutdown()1512         public virtual void Shutdown() { }
TargetFinishedHandler(object sender, Microsoft.Build.Framework.TargetFinishedEventArgs e)1513         public void TargetFinishedHandler(object sender, Microsoft.Build.Framework.TargetFinishedEventArgs e) { }
TargetStartedHandler(object sender, Microsoft.Build.Framework.TargetStartedEventArgs e)1514         public void TargetStartedHandler(object sender, Microsoft.Build.Framework.TargetStartedEventArgs e) { }
TaskFinishedHandler(object sender, Microsoft.Build.Framework.TaskFinishedEventArgs e)1515         public void TaskFinishedHandler(object sender, Microsoft.Build.Framework.TaskFinishedEventArgs e) { }
TaskStartedHandler(object sender, Microsoft.Build.Framework.TaskStartedEventArgs e)1516         public void TaskStartedHandler(object sender, Microsoft.Build.Framework.TaskStartedEventArgs e) { }
WarningHandler(object sender, Microsoft.Build.Framework.BuildWarningEventArgs e)1517         public void WarningHandler(object sender, Microsoft.Build.Framework.BuildWarningEventArgs e) { }
1518     }
1519     public partial class DistributedFileLogger : Microsoft.Build.Framework.IForwardingLogger, Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger
1520     {
DistributedFileLogger()1521         public DistributedFileLogger() { }
1522         public Microsoft.Build.Framework.IEventRedirector BuildEventRedirector { get { throw null; } set { } }
1523         public int NodeId { get { throw null; } set { } }
1524         public string Parameters { get { throw null; } set { } }
1525         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get { throw null; } set { } }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1526         public void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount)1527         public void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount) { }
Shutdown()1528         public void Shutdown() { }
1529     }
1530     public partial class EventArgsDispatcher : Microsoft.Build.Framework.IEventSource
1531     {
EventArgsDispatcher()1532         public EventArgsDispatcher() { }
1533         public event Microsoft.Build.Framework.AnyEventHandler AnyEventRaised { add { } remove { } }
1534         public event Microsoft.Build.Framework.BuildFinishedEventHandler BuildFinished { add { } remove { } }
1535         public event Microsoft.Build.Framework.BuildStartedEventHandler BuildStarted { add { } remove { } }
1536         public event Microsoft.Build.Framework.CustomBuildEventHandler CustomEventRaised { add { } remove { } }
1537         public event Microsoft.Build.Framework.BuildErrorEventHandler ErrorRaised { add { } remove { } }
1538         public event Microsoft.Build.Framework.BuildMessageEventHandler MessageRaised { add { } remove { } }
1539         public event Microsoft.Build.Framework.ProjectFinishedEventHandler ProjectFinished { add { } remove { } }
1540         public event Microsoft.Build.Framework.ProjectStartedEventHandler ProjectStarted { add { } remove { } }
1541         public event Microsoft.Build.Framework.BuildStatusEventHandler StatusEventRaised { add { } remove { } }
1542         public event Microsoft.Build.Framework.TargetFinishedEventHandler TargetFinished { add { } remove { } }
1543         public event Microsoft.Build.Framework.TargetStartedEventHandler TargetStarted { add { } remove { } }
1544         public event Microsoft.Build.Framework.TaskFinishedEventHandler TaskFinished { add { } remove { } }
1545         public event Microsoft.Build.Framework.TaskStartedEventHandler TaskStarted { add { } remove { } }
1546         public event Microsoft.Build.Framework.BuildWarningEventHandler WarningRaised { add { } remove { } }
Dispatch(Microsoft.Build.Framework.BuildEventArgs buildEvent)1547         public void Dispatch(Microsoft.Build.Framework.BuildEventArgs buildEvent) { }
1548     }
1549     public partial class FileLogger : Microsoft.Build.Logging.ConsoleLogger
1550     {
FileLogger()1551         public FileLogger() { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1552         public override void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount)1553         public override void Initialize(Microsoft.Build.Framework.IEventSource eventSource, int nodeCount) { }
Shutdown()1554         public override void Shutdown() { }
1555     }
1556     public partial class ForwardingLoggerRecord
1557     {
ForwardingLoggerRecord(Microsoft.Build.Framework.ILogger centralLogger, Microsoft.Build.Logging.LoggerDescription forwardingLoggerDescription)1558         public ForwardingLoggerRecord(Microsoft.Build.Framework.ILogger centralLogger, Microsoft.Build.Logging.LoggerDescription forwardingLoggerDescription) { }
1559         public Microsoft.Build.Framework.ILogger CentralLogger { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1560         public Microsoft.Build.Logging.LoggerDescription ForwardingLoggerDescription { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1561     }
1562     public partial class LoggerDescription
1563     {
LoggerDescription(string loggerClassName, string loggerAssemblyName, string loggerAssemblyFile, string loggerSwitchParameters, Microsoft.Build.Framework.LoggerVerbosity verbosity)1564         public LoggerDescription(string loggerClassName, string loggerAssemblyName, string loggerAssemblyFile, string loggerSwitchParameters, Microsoft.Build.Framework.LoggerVerbosity verbosity) { }
1565         public string LoggerSwitchParameters { get { throw null; } }
1566         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get { throw null; } }
CreateLogger()1567         public Microsoft.Build.Framework.ILogger CreateLogger() { throw null; }
1568     }
1569     public sealed partial class ProfilerLogger : Microsoft.Build.Framework.ILogger
1570     {
ProfilerLogger(string fileToLog)1571         public ProfilerLogger(string fileToLog) { }
1572         public string FileToLog { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1573         public string Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1574         public Microsoft.Build.Framework.LoggerVerbosity Verbosity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
Initialize(Microsoft.Build.Framework.IEventSource eventSource)1575         public void Initialize(Microsoft.Build.Framework.IEventSource eventSource) { }
Shutdown()1576         public void Shutdown() { }
1577     }
WriteHandler(string message)1578     public delegate void WriteHandler(string message);
1579 }
1580