diff --git a/README.txt b/README.txt
deleted file mode 100644
index e2f7936a7ffaa984bee0d1b70f9ab0db16d23026..0000000000000000000000000000000000000000
--- a/README.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-
-COMPILING VECTO
----------------
-
-Compiling VECTO requires Microsoft Visual Studio 2013 (or later)
-
-Option 1: Compiling from the command-line
-
-you can build VECTO using the following command:
-
-"c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Release
-
-or
-
-"c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Debug
-
-"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\amd64\MSBuild.exe"
-
-Option 2: Load the solution file in Visual Studio and compile VECTO.
-
-The executable can be found in 
-
-<Path to VECTO-Source Folder>\VECTO\bin\Release 
-
-or
-
-<Path to VECTO-Source Folder>\VECTO\bin\Debug
-
-depending on the configuration.
\ No newline at end of file