From ae86aeb63325c84fb87c4c6a2073bf404e2fecf1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 25 Apr 2019 17:43:14 -0700 Subject: [PATCH] README: WinFsp now builds with VS2015 - VS2019 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463b28cd..d27c24ab 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The project source code is organized as follows: In order to build WinFsp you will need the following: -* Visual Studio 2015 +* Visual Studio 2015 - 2019 * Windows Driver Kit (WDK) 10 - **NOTE**: When using the latest WDK (Windows 10.0.18362.1) with Visual Studio 2015 you may get an error about a missing task `ValidateNTTargetVersion`. The fix is to edit the file `\Program Files (x86)\Windows Kits\10\build\WindowsDriver.Common.targets` and modify the `UsingTask` line for `ValidateNTTargetVersion` as follows: ```