public override string ToString()
 {
     return(string.Format("\tGlobalSection(NestedProjects) = preSolution{1}{0}\tEndGlobalSection", string.Concat(Dirs.SelectMany(p => p.NestedProjects)), Environment.NewLine));
 }