]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Fix build with later WDKs
authorOwen Smith <owen.smith@citrix.com>
Thu, 12 Aug 2021 12:33:46 +0000 (13:33 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:11:27 +0000 (14:11 +0100)
commit910c2a3f720163215b46854bbbb4693d2b98747c
treed5eb4415e40028175ad771142d1c1d1f7fbfdcf2
parent10ce7371b3302a2aa7faa50d97806ed9392dbf88
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

Signed-off-by: Owen Smith <owen.smith@citrix.com>
- Squash warnings 4061 (in xencons.vcxproj) and 26052 (in
  xencons_monitor.vcxproj) to avoid bogus noise.

Signed-off-by: Paul Durrant <paul@xen.org>
vs2019/package/package.vcxproj
vs2019/version/version.vcxproj
vs2019/xencons/xencons.vcxproj
vs2019/xencons_coinst/xencons_coinst.vcxproj
vs2019/xencons_monitor/xencons_monitor.vcxproj
vs2019/xencons_tty/xencons_tty.vcxproj