Removes /Gm which is deprecated and triggers a compiler warning using the 2017 compiler;
Adds /MP which causes compilation to be performed in parallel. Because all source files are in a single directory, msbuild invokes a single compiler instance for them all, so achieving parallelism requires asking the compiler for it.
This change: