mgholam / fastJSON

Smallest, fastest polymorphic JSON serializer
https://www.codeproject.com/Articles/159450/fastJSON-Smallest-Fastest-Polymorphic-JSON-Seriali
MIT License
479 stars 147 forks source link

fixed errors in case sensitivity in csproj and sln files that prevented linux builds #110

Closed pracplayopen closed 4 years ago

pracplayopen commented 4 years ago

made sure compile constants case matched that used in source code made sure file names and paths case represented whats on the filesystem

compiles now on linux

mgholam commented 4 years ago

Thanks!