Пример #1
0
 public bool IsCompileTarget(string path)
 {
     return(compileTargets.Contains(GetRelativePath(path)));
 }