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

`ProjectReference` records without obsolete projectguid #26

Closed 3F closed 4 years ago

3F commented 4 years ago

Part of #18. Affects our ProjectReferences implementation.

2.5.1 supports only like this:

<ProjectReference Include="..\WinTabby.Hooks\WinTabby.Hooks.csproj" Project="18816D42-416D-4D2B-83F5-1DF7353184AD" />

But we also need just for this:

<ProjectReference Include="..\WinTabby.Hooks\WinTabby.Hooks.csproj" />

Reported by @NickAcPT here https://github.com/3F/DllExport/pull/148#issuecomment-623033977