F
Farouche
Hi all
Was wondering: Is there anything out there that will me able to represent
..sln or .vbproj files as .Net objects.
I need to access the different properties of the files such as Project paths
and names in an .Sln file, and Reference paths and config properties from a
..vbproj file.
Now I try to get the properties using txt file / string manipulation and
ReEx, but there must be an easier way or some allready implemented solution
to it ???
I was thinking of something like :
Function GetSolutionObject(slnFilePath as string) as SolutionClass
.....
.....
End Function
Any ideas
Thanks in advance
Allan
Was wondering: Is there anything out there that will me able to represent
..sln or .vbproj files as .Net objects.
I need to access the different properties of the files such as Project paths
and names in an .Sln file, and Reference paths and config properties from a
..vbproj file.
Now I try to get the properties using txt file / string manipulation and
ReEx, but there must be an easier way or some allready implemented solution
to it ???
I was thinking of something like :
Function GetSolutionObject(slnFilePath as string) as SolutionClass
.....
.....
End Function
Any ideas
Thanks in advance
Allan