diff --git a/MonoDevelop/FileSync.sln b/MonoDevelop/FileSync.sln
deleted file mode 100644
index 2a5e271..0000000
--- a/MonoDevelop/FileSync.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{2857B73E-F847-4B02-9238-064979017E93}") = "FileSync", "FileSync\FileSync.cproj", "{1926D52A-66BE-4D25-B6A3-1E691CDD8B18}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1926D52A-66BE-4D25-B6A3-1E691CDD8B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1926D52A-66BE-4D25-B6A3-1E691CDD8B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1926D52A-66BE-4D25-B6A3-1E691CDD8B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1926D52A-66BE-4D25-B6A3-1E691CDD8B18}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(MonoDevelopProperties) = preSolution
- StartupItem = FileSync\FileSync.cproj
- EndGlobalSection
-EndGlobal
diff --git a/MonoDevelop/FileSync.userprefs b/MonoDevelop/FileSync.userprefs
deleted file mode 100644
index 8a063db..0000000
--- a/MonoDevelop/FileSync.userprefs
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MonoDevelop/FileSync/FileSync.cproj b/MonoDevelop/FileSync/FileSync.cproj
deleted file mode 100644
index 8043657..0000000
--- a/MonoDevelop/FileSync/FileSync.cproj
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {1926D52A-66BE-4D25-B6A3-1E691CDD8B18}
-
-
-
- C
- Bin
-
-
- true
- bin\Debug
- FileSync
- Bin
- DEBUG MONODEVELOP
- .
-
-
- bin\Release
- FileSync
- Bin
- 3
- MONODEVELOP
- .
-
-
-
-
-
-
- src\crc.c
-
-
- src\filenode.c
-
-
- src\actionfilenode.c
-
-
- src\actionfilenodesync.c
-
-
- src\actionfilenodecopy.c
-
-
- src\fileutil.c
-
-
- src\main.c
-
-
- src\util.c
-
-
-
-
- src\crc.h
-
-
- src\filenode.h
-
-
- src\actionfilenode.h
-
-
- src\actionfilenodesync.h
-
-
- src\actionfilenodecopy.h
-
-
- src\fileutil.h
-
-
- src\util.h
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 4885288..e6ae5b8 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,7 @@ Parameters:
There is a GNU Make compatible Makefile usable on Linux and MingGW.
make
-
-A Visual Studio 2015 solution is also provided under `VisualStudio` subdirectory.
-
+
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
diff --git a/VisualStudio/filesync.sln b/VisualStudio/filesync.sln
deleted file mode 100644
index 42b3e1e..0000000
--- a/VisualStudio/filesync.sln
+++ /dev/null
@@ -1,28 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filesync", "filesync\filesync.vcxproj", "{D10AC12A-263E-479F-A478-FD8F4067F6F3}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Debug|x64.ActiveCfg = Debug|x64
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Debug|x64.Build.0 = Debug|x64
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Debug|x86.ActiveCfg = Debug|Win32
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Debug|x86.Build.0 = Debug|Win32
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Release|x64.ActiveCfg = Release|x64
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Release|x64.Build.0 = Release|x64
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Release|x86.ActiveCfg = Release|Win32
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/VisualStudio/filesync/filesync.vcxproj b/VisualStudio/filesync/filesync.vcxproj
deleted file mode 100644
index d70d0a0..0000000
--- a/VisualStudio/filesync/filesync.vcxproj
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- {D10AC12A-263E-479F-A478-FD8F4067F6F3}
- filesync
- 10.0.16299.0
-
-
-
- Application
- true
- v141
- MultiByte
-
-
- Application
- false
- v141
- true
- MultiByte
-
-
- Application
- true
- v141
- MultiByte
-
-
- Application
- false
- v141
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- Disabled
- true
- _MBCS;%(PreprocessorDefinitions);WIN32;_CRT_SECURE_NO_WARNINGS
- MultiThreadedDebug
-
-
- true
- Console
- mainCRTStartup
-
-
- copy $(TargetPath) $(ProjectDir)..\..\$(TargetFileName)
-
-
-
-
- Level3
- Disabled
- true
- _MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
-
-
- true
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- _MBCS;%(PreprocessorDefinitions);WIN32;_CRT_SECURE_NO_WARNINGS
- MultiThreaded
-
-
- true
- true
- true
-
-
- copy $(TargetPath) $(ProjectDir)..\..\$(TargetFileName)
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
-
-
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/VisualStudio/filesync/filesync.vcxproj.filters b/VisualStudio/filesync/filesync.vcxproj.filters
deleted file mode 100644
index a7de851..0000000
--- a/VisualStudio/filesync/filesync.vcxproj.filters
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
- Archivos de código fuente
-
-
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
- Archivos de encabezado
-
-
-
-
-
-
-
-
-
\ No newline at end of file