From 97602b248b4380eac28de4dd8961c3f1acf42471 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?=
 <martin.horenovsky@gmail.com>
Date: Sat, 25 May 2019 21:20:37 +0200
Subject: [PATCH] Remove obsolete file with wrong advice

---
 projects/Where did the projects go.txt | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 projects/Where did the projects go.txt

diff --git a/projects/Where did the projects go.txt b/projects/Where did the projects go.txt
deleted file mode 100644
index c7b011d5..00000000
--- a/projects/Where did the projects go.txt	
+++ /dev/null
@@ -1,13 +0,0 @@
-The canonical project format is now CMake.
-To generate an XCode or Visual Studio project you'll need CMake, which you can download from https://cmake.org if necessary.
-
-To generate the project files open a terminal/ console within the projects directory (where this file is located), create a directory called "Generated" (using mkdir or md), cd into it, then type:
-
-CMake -G <project format> ../..
-
-Where <project format> is XCode for XCode projects, or "Visual Studio 14" for Visual Studio 2015 (replace 14 with the major version number for any other supported Visual Studio version - or execute CMake -help for the full list)
-
-Remember to re-run CMake any time you pull from GitHub.
-Note that the projects/Generated folder is excluded in .gitignore. So it is recommended to use this.
-
-CMake can also generate make files or projects for other build systems. Run CMake -help for the full set of options.