I am trying to extract all class names from my solution in C3 vs 2008. I am able to do this for a single project using reflection passing the assembly name. But the problem is how can i get this working for my entire solution?.
Is there any way i can extract all assembly names from my solution? My solution basically has 10 projects and i want to extract information from all projects.