Rebuild binaries using Visual Studio 2017 instead of 2019

Added information about Microsoft Redistributable installer to README.md.
diff --git a/README.md b/README.md
index 030b517..8963ba1 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,10 @@
 
 `VmaAllocation` is an object that represents memory assigned to this buffer. It can be queried for parameters like Vulkan memory handle and offset.
 
+# Binariers
+
+The release comes with precompiled binary executables for "VulkanSample" application which contains test suite and "VmaReplay" tool. They are compiled using Visual Studio 2017, so they require appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If their launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version.
+
 # Read more
 
 See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/)**.
diff --git a/bin/VmaReplay_Release_vs2017.exe b/bin/VmaReplay_Release_vs2017.exe
new file mode 100644
index 0000000..fa06b3c
--- /dev/null
+++ b/bin/VmaReplay_Release_vs2017.exe
Binary files differ
diff --git a/bin/VmaReplay_Release_vs2019.exe b/bin/VmaReplay_Release_vs2019.exe
deleted file mode 100644
index 59552c5..0000000
--- a/bin/VmaReplay_Release_vs2019.exe
+++ /dev/null
Binary files differ
diff --git a/bin/VulkanSample_Release_vs2017.exe b/bin/VulkanSample_Release_vs2017.exe
new file mode 100644
index 0000000..94b2861
--- /dev/null
+++ b/bin/VulkanSample_Release_vs2017.exe
Binary files differ
diff --git a/bin/VulkanSample_Release_vs2019.exe b/bin/VulkanSample_Release_vs2019.exe
deleted file mode 100644
index 4940505..0000000
--- a/bin/VulkanSample_Release_vs2019.exe
+++ /dev/null
Binary files differ