4 references to AddTask
Microsoft.Build (4)
Construction\Solution\SolutionProjectGenerator.cs (4)
592
ProjectTaskInstance task = target.
AddTask
(elementType, condition, null);
1368
ProjectTaskInstance task = target.
AddTask
("MSBuild", condition, String.Empty);
1399
ProjectTaskInstance task = target.
AddTask
("MSBuild", Strings.WeakIntern("'%(ProjectReference.Identity)' == '" + GetMetaprojectName(project) + "'"), String.Empty);
2002
ProjectTaskInstance task = target.
AddTask
("MSBuild", String.Empty, String.Empty);