Games built with recent versions of Unreal Engine (e.g. Backrooms Escape Together, Ratshaker, Abiotic Factor) refuse to start unless msvcp140_2 and vcruntime140_1 have version resources.
~~I took this opportunity to factor out the version numbers into their own include file so they'll be easier to change if we need to bump them in the future.~~
These version resources will likely stop MS redists from installing via winetricks, but we already bit that bullet with !6943, which added one to msvcp140.
-- v3: msvcp140_2: Add a version resource. vcruntime140_1: Add a version resource.