]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Fix build with later WDKs
authorOwen Smith <owen.smith@citrix.com>
Thu, 12 Aug 2021 12:36:10 +0000 (13:36 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 6 Sep 2021 13:01:22 +0000 (14:01 +0100)
commit8326d563b16e4c81d1ce89abbd502a997b8c406a
tree44f4b393dde2c69d3d140d0edf576e02c2f232d9
parent1bbf9f748823756d35c1f0d8c721592a457a7bfb
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 warning 4061.

Signed-off-by: Paul Durrant <paul@xen.org>
vs2019/package/package.vcxproj
vs2019/version/version.vcxproj
vs2019/xenagent/xenagent.vcxproj
vs2019/xencontrol/xencontrol.vcxproj
vs2019/xeniface/xeniface.vcxproj
vs2019/xeniface_coinst/xeniface_coinst.vcxproj