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