]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commitdiff
Use vs2019 projects for VS 16.0
authorOwen Smith <owen.smith@citrix.com>
Thu, 23 Sep 2021 14:53:47 +0000 (15:53 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Wed, 29 Sep 2021 08:26:19 +0000 (09:26 +0100)
Fixes SDV build with EWDK22000, which fails with warning 4061

Signed-off-by: Owen Smith <owen.smith@citrix.com>
build.ps1

index 02a39ba71dd6f7fbd489c89980ed20df562f2be9..346d1874e0e2d43406977e56126849f0a083ae60 100644 (file)
--- 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"