How to get the names of the projects within a solution ?

  • Thread starter Thread starter tommaso.gastaldi
  • Start date Start date
T

tommaso.gastaldi

Hello friends,

I need to retrieve - by code - the names of the assemblies which
compose the current solutions.

The retrieval code is assumed to be run in one of the assemblies
(usually the one corresponding to the "lower layer" DLL).

[This is for deserialization purpose.]

Any idea on how to do that?

-tommaso
 
Hello friends,

I need to retrieve - by code - the names of the assemblies which
compose the current solutions.

The retrieval code is assumed to be run in one of the assemblies
(usually the one corresponding to the "lower layer" DLL).

[This is for deserialization purpose.]

Any idea on how to do that?

-tommaso

Searching for "solution" in the object browser only return
"resolution". However, the .sln file itself is text, and should be
easily parseable.

B.
 
Back
Top