sillsdev / l10nsharp

A .NET localization library for Windows Forms applications.
3 stars 10 forks source link

Adjust for mono 5 #51

Closed ermshiperete closed 5 years ago

ermshiperete commented 5 years ago

Mono 5 uses the Roslyn compiler (which is the same as on Windows) which doesn't define __MonoCS__. This change modifies the code to check at runtime whether we're running on Mono.


This change is Reviewable

ermshiperete commented 5 years ago

Superseded by #52