]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Add build options for EWDK 22621
authorPaul Durrant <pdurrant@amazon.com>
Mon, 31 Oct 2022 14:01:18 +0000 (14:01 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 31 Oct 2022 14:01:18 +0000 (14:01 +0000)
commit5669b0d673d04026334977efb50a20b5facee78b
tree4d84e1b015afcd6a58c38d2f788be599a799eed3
parent490e5952fb000b3c6427fcd414a8186727740962
Add build options for EWDK 22621

VisualStudioVersion = 17.0 maps to Visual Studio 2022
 * Adds project files for vs2022
 * Adds mapping from VisualStudioVersion 17.0 to "vs2022" project folder
 * Adds mapping from VisualStudioVersion 17.0 to "Windows 10" build target
 * Adds guard to build.ps1 - EWDK 22621 does not build x86 binaries
 * Adds include directive where compiler intrinsics are used

Suggested-by: Owen Smith <owen.smith@citrix.com>
Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Signed-off-by: Paul Durrant <pdurrant@amazon.com>
15 files changed:
build.ps1
src/xeniface/util.h
vs2022/configs.props [new file with mode: 0644]
vs2022/package/package.vcxproj [new file with mode: 0644]
vs2022/package/package.vcxproj.user [new file with mode: 0644]
vs2022/targets.props [new file with mode: 0644]
vs2022/version/version.vcxproj [new file with mode: 0644]
vs2022/xenagent/xenagent.vcxproj [new file with mode: 0644]
vs2022/xenagent/xenagent.vcxproj.user [new file with mode: 0644]
vs2022/xencontrol/xencontrol.vcxproj [new file with mode: 0644]
vs2022/xeniface.sln [new file with mode: 0644]
vs2022/xeniface/xeniface.vcxproj [new file with mode: 0644]
vs2022/xeniface/xeniface.vcxproj.user [new file with mode: 0644]
vs2022/xeniface_coinst/xeniface_coinst.vcxproj [new file with mode: 0644]
vs2022/xeniface_coinst/xeniface_coinst.vcxproj.user [new file with mode: 0644]