12 references to Projects
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (10)
103
/// The targets to build in each project specified by the <see cref="
Projects
"/> property.
211
/// <see cref="
Projects
"/> to build. This only applies to this build request (if another target calls the
230
/// <see cref="
Projects
"/> property.
236
if ((
Projects
== null) || (
Projects
.Length == 0))
298
skipProjects = new bool[
Projects
.Length];
313
for (int i = 0; i <
Projects
.Length; i++)
315
ITaskItem project =
Projects
[i];
413
for (int i = 0; i <
Projects
.Length; i++)
417
projectsToBuildList.Add(
Projects
[i]);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1042
foreach (var msbuildProject in msbuildTask.
Projects
)
Graph\ProjectInterpretation.cs (1)
373
/// Gets the effective global properties for an item that will get passed to <see cref="MSBuild.
Projects
"/>.