private SolutionInfo(string name, string baseDir, SolutionPropertiesInfo propsSection, NestedProjectsInfo nestedSection)
 {
     Name = name;
     BaseDir = Path.GetFullPath(baseDir);
     NestedSection = nestedSection;
     PropsSection = propsSection;
 }