]> xenbits.xensource.com Git - pvdrivers/win/xenvkbd.git/commit
Fix build with later WDKs
authorPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:35:29 +0000 (14:35 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:37:11 +0000 (14:37 +0100)
commit3221991426d01591bbed6dbb45285facb5b3cc78
tree179649a1251b362022d68ea911ace42967268647
parentab76c700dc905e6afecd212965e7066150640915
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

- Squash warnings 4061 and 26052 to avoid bogus noise.

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