BuzzteeBear / OpenXR-MotionCompensation

OpenXR API layer for motion compensation
GNU Lesser General Public License v2.1
50 stars 7 forks source link

Add `VERSIONINFO` resources to DLL and exe files #19

Closed fredemmott closed 2 months ago

fredemmott commented 3 months ago

This shows up in file properties -> details, but most importantly, is included in minidumps, including ones created by games. For example, here I can easily see which version of OpenKneeboard a dump is from, and that it's a different version than the one I've got file properties open for:

image

It would be nice if I could also check that dumps that include OXRMC weren't using an outdated version of OXRMC; adding the VERSINOINFO resource would allow that.