From 850419584374b71a01325055fad04118155a01da Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Sun, 1 Mar 2020 17:23:36 -0800 Subject: [PATCH] fix vs version --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8ccf79f..e9933aa 100644 --- a/readme.md +++ b/readme.md @@ -262,7 +262,7 @@ There are 2 files in TinyXML-2: And additionally a test file: * xmltest.cpp -Simply compile and run. There is a visual studio 2017 project included, a simple Makefile, +Simply compile and run. There is a visual studio 2019 project included, a simple Makefile, an Xcode project, a Code::Blocks project, and a cmake CMakeLists.txt included to help you. The top of tinyxml.h even has a simple g++ command line if you are using Unix/Linux/BSD and don't want to use a build system.