private void AddProjects() { foreach (var csProjPath in csProjPaths) { var project = new Project(csProjPath); architecture.AddProject(project); } }