bool IsSupportedByTestFramework(IProject project)
 {
     return(TestFramework.IsTestProject(project));
 }