9 references to Projects
Microsoft.Build.Tasks.Core (9)
MSBuild.cs (9)
83
/// The targets to build in each project specified by the <see cref="
Projects
"/> property.
180
/// <see cref="
Projects
"/> property.
186
if ((
Projects
== null) || (
Projects
.Length == 0))
247
skipProjects = new bool[
Projects
.Length];
259
for (int i = 0; i <
Projects
.Length; i++)
261
ITaskItem project =
Projects
[i];
363
for (int i = 0; i <
Projects
.Length; i++)
367
projectsToBuildInParallel.Add(
Projects
[i]);