3F / MvsSln

🧩 Customizable VisualStudio .sln parser with project support (.vcxproj, .csproj., …). Pluggable lightweight r/w handlers at runtime, and more …
MIT License
135 stars 27 forks source link

Sln wrapper review #10

Open 3F opened 5 years ago

3F commented 5 years ago

sln.Result is a legacy from vssbe, no, mainly from its transferring from that projects.

In fact, we're using MvsSln through empty Sln class. That is, only as wrapper over initial vssbe parser with new r/w handlers etc.

MvsSln now is independent project, so we need to review this too. Anyway -_-