Exemplo n.º 1
0
 public static string[] FindAssembliesReferencedBy(string path, string[] foldersToSearch, BuildTarget target)
 {
     return(AssemblyHelper.FindAssembliesReferencedBy(new string[]
     {
         path
     }, foldersToSearch, target));
 }