Search code examples
c#mscorlib

Replace mscorlib with my own custom version


I'd like to build a project with a custom version of mscorlib. The idea is to make a "light version" of the library to use it on a device with small memory size.

Any idea ?

Thanks


Solution

  • The .NET Micro Framework is designed for that very purpose.