From: Owen Smith Date: Thu, 23 Sep 2021 14:53:47 +0000 (+0100) Subject: Use vs2019 projects for VS 16.0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=570c1defba3ea6289bdf21f74f2f1376bc4ae88d;p=pvdrivers%2Fwin%2Fxennet.git Use vs2019 projects for VS 16.0 Fixes SDV build with EWDK22000, which fails with warning 4061 Signed-off-by: Owen Smith --- diff --git a/build.ps1 b/build.ps1 index 02a39ba..346d187 100644 --- a/build.ps1 +++ b/build.ps1 @@ -39,7 +39,7 @@ Function Build { Function SdvBuild { $visualstudioversion = $Env:VisualStudioVersion - $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; "16.0" = "vs2017"; } + $solutiondir = @{ "14.0" = "vs2015"; "15.0" = "vs2017"; "16.0" = "vs2019"; } $configurationbase = @{ "14.0" = "Windows 10"; "15.0" = "Windows 10"; "16.0" = "Windows 10"; } $arch = "x64"