MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Fix several issues in build #43

Closed vitek-karas closed 2 years ago

vitek-karas commented 2 years ago

The ILReader and related classes didn't see ThrowHelpers. So I moved those to the TypeSystem project. But now ILReader is internal, so I added IVT from TypeSystem to Core. Not super clean, but probably best we can do right now.

I cleaned up the VS-view of the TypeSystem project to match the TypeSystem directory on disk (mostly).

Removed some unnecessary properties from projects.

Added the ILVerification project into the solution, otherwise VS-based build fails.