vidstige / NRasterizer

OpenType parser in pure c#
Apache License 2.0
38 stars 11 forks source link

Fixed issue #50 , Compatible with VS 2017 #52

Open Dilip-Nandakumar opened 6 years ago

Dilip-Nandakumar commented 6 years ago

Upgrade the project to be compatible with VS 2017 and latest .net framework version 4.7.1 and .net core version 2.0 and .net standard version 2.0.

Dilip-Nandakumar commented 6 years ago

I am a first time to open source contribution.

Kindly guide me and let me know if any additional changes are to be done.

vidstige commented 6 years ago

Hi, I totally missed this. Thanks for helping out.

I see that the build is red, will look into that and see how we can proceed.

vidstige commented 6 years ago

There are new filenames, etc for the project files. To be able to run from command line (so that the library can be verified automatically, it needs to be able to build from command line). Right now this is done via the build.cmd file. Open this to learn more. You will need to update the build.cmd. I think we need something like msbuild.exe" NRasterizer.sln /p:Configuration=Release

vidstige commented 6 years ago

Please try out locally first so that you can build from command line locally, then it's very likely it will work on the build server as well.