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.
196
/// <see cref="
Projects
"/> property.
202
if ((
Projects
== null) || (
Projects
.Length == 0))
263
skipProjects = new bool[
Projects
.Length];
275
for (int i = 0; i <
Projects
.Length; i++)
277
ITaskItem project =
Projects
[i];
379
for (int i = 0; i <
Projects
.Length; i++)
383
projectsToBuildInParallel.Add(
Projects
[i]);