GSL for Visual Studio 2015

GSL 1.16 that, at the very minimum, might compile on your machine.
It has all of the VS plumbing to build on a platform it was not designed for.

This solution was originally found on Brian Gladman's personal website(Worcester UK, July 2013), which now appears to be defunct. The solution was for VC11, but this project uses VS2015.

User Beware

I haven't run any of the tests, nor have I inspected a diff between this and the real GSL 1.16. There may have been errors or difference between these two versions that I have not noticed yet.

I've been able to compile and use this, but I'm by no means a GSL expert or an expert on this Visual Studio compiler version. I'll try to maintain this and answer questions about how it might not work on your machine.

Hopefully this is useful for you if you need the GSL to integrate with Visual Studio. I looked for something like this that already exists and couldn't find it via Bing, so now here it is!

I found other people who just posted the binaries online, but that won't be helpful to someone who wants to do something with the project or code itself. Putting the whole thing on here is part of the GPL right?