]> xenbits.xensource.com Git - pvdrivers/win/xenhid.git/commit
Fix build with later WDKs
authorPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:47:47 +0000 (14:47 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:47:47 +0000 (14:47 +0100)
commitd789d4c478274ecd7628bd1c6cc15c4ea46f9cfc
tree1e49a8cf3a15bfd57fb89e7a33973f28bafb334d
parent48b607f45e748d3166abecac757012cb1a4ae5fb
Fix build with later WDKs

- Adds alias for GetProjectInfoForReference target to version.vcxproj
  Later kits seemed to have renamed the build target, and will fail without
  this alias target.

- Adds "/fd sha256" to signtool command line
  WDK 20344 and later require binaries signed with a SHA256 file digest, or
  the build outputs are deleted

- Squashes warning 4061 to avoid bogus noise.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
vs2019/package/package.vcxproj
vs2019/version/version.vcxproj
vs2019/xenhid/xenhid.vcxproj
vs2019/xenhid_coinst/xenhid_coinst.vcxproj