CrashRptLIB.lib was built with Visual Studio 2012 whereas you're trying to build MatchServer with Visual Studio 2015, which are incompatible. I'm not sure what CrashRptLIB.lib is for, but you should either:
1) Rebuild CrashRptLIB.lib with VS2015 instead
2) Remove CrashRptLIB.lib from the project
3) Build MatchServer with VS2012 instead