5 implementations of BuildProjectFile
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
605
public bool
BuildProjectFile
(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs)
Instance\TaskFactoryEngineContext.cs (1)
286
public bool
BuildProjectFile
(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs)
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeBuildEngine.cs (1)
190
public bool
BuildProjectFile
(
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
486
public bool
BuildProjectFile
(string projectFileName, string[] targetNames, IDictionary globalProperties, IDictionary targetOutputs)
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
110
bool IBuildEngine.
BuildProjectFile
(string projectFileName, string[] targetNames, IDictionary globalProperties, IDictionary targetOutputs) => throw new NotImplementedException();
1 reference to BuildProjectFile
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
109
/// <inheritdoc cref="IBuildEngine.
BuildProjectFile
" />