Hello,
I've tried to compile the most recent build 59c6a6f on both VS 2013 as well as VS 2015 - without success.
Since the only 2 files that cause issues are PolynomialDivision.cs and PolynomialGcd.cs, I'm assuming it is due to the attempt to use tuples of the System.ValueTuple nuget package, for example
public static (MathObject quotient, MathObject remainder) PolynomialDivision(MathObject u, MathObject v, MathObject x)
Could you describe in detail how you made the project compile on VS 2013 / VS 2015 ?