private static ITaskItem CreateProjectItem(ProjectItem node) { return new TaskItem(node.FullPath, new Dictionary<string, string> { { "AssemblyName", node.Output } }); }
public MSBuildPatch(ProjectItem[] compileProjects, CopyItemSet[] copyItemSets) { CompileProjects = compileProjects; CopyItemSets = copyItemSets; }