public static string GetProjectDirectory(this IVsProject project)
 {
     return(Path.GetDirectoryName(project.GetProjectPath()));
 }