Hello! I have a quick question, im trying to write a tool that parses a csproj / vbproj file. when it gets to what libraries are referenced i wanted to get the file the namespace belongs to.

EG: It reads in "System.Xml" how can i get the path of where that is stored programitcally