Exemplo n.º 1
0
 public ISccProjectInfo GetProjectInfo(Selection.SccProject project)
 {
     return(ProjectMap.GetProjectInfo(project));
 }
Exemplo n.º 2
0
 public IEnumerable <string> GetAllFilesOf(Selection.SccProject project, bool exceptExcluded)
 {
     return(ProjectMap.GetAllFilesOf(project, exceptExcluded));
 }
Exemplo n.º 3
0
 public bool IsProjectManaged(Selection.SccProject project)
 {
     //throw new NotImplementedException();
     return(false);
 }
Exemplo n.º 4
0
 public void EnsureCheckOutReference(Selection.SccProject project)
 {
     //throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void SetProjectManaged(Selection.SccProject project, bool managed)
 {
     //throw new NotImplementedException();
 }