From 1661503dd339fd488900d2e28af3dd4a37733885 Mon Sep 17 00:00:00 2001 From: Jacek Czerwonka <9115223+jaccz@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:17:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6451390..d97d019 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ PICT consists of the following projects: * **clidll-usage**: A sample of how the PICT DLL is to be used. ## Building and testing on Windows with MsBuild -Use **pict.sln** to open the solution in Visual Studio 2017. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details. +Use **pict.sln** to open the solution in Visual Studio 2019. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details. PICT uses MsBuild for building. **_build.cmd** script in the root directory will build both Debug and Release from the command-line. -- GitLab