From 8ecb93082e7b9e0b5061f05f268f389dc07e9031 Mon Sep 17 00:00:00 2001 From: jgsogo Date: Tue, 11 Aug 2020 14:59:18 +0200 Subject: [PATCH] add info for VS 2015 --- docs/supported_platforms_and_configurations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/supported_platforms_and_configurations.md b/docs/supported_platforms_and_configurations.md index 0e1b01f8ad..879821f1a5 100644 --- a/docs/supported_platforms_and_configurations.md +++ b/docs/supported_platforms_and_configurations.md @@ -4,7 +4,10 @@ ## Windows -- Compilers: Visual Studio versions 2015, 2017 (15.9.19+28307.1000) and 2019 (16.4.4+29728.190) +- Compilers: Visual Studio: + - 2015 (14.0.25431.01 Update 3) + - 2017 (15.9.19+28307.1000) + - 2019 (16.4.4+29728.190) - Release (MT/MD) and Debug (MTd, MDd) - Architectures: x86_64 - Build types: Release, Debug