예제 #1
0
 static bool IsLinkNode(MSBuild.ProjectItem item)
 {
     return item.HasMetadata("Link");
 }