From f6212be687ae8f3a65bd7f72063ba2192496c60e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 18 Apr 2019 20:38:35 -0700 Subject: [PATCH] README: minor fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4dc6b30..463b28cd 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ In order to build WinFsp you will need the following: * Visual Studio 2015 * 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: - ``` - - ``` + ``` + + ``` * [Wix toolset](http://wixtoolset.org) To fully build WinFsp (including the installer) you must use `tools\build.bat`. By default it builds a Release build, but you can choose either the Debug or Release configuration by using the syntax: