summaryrefslogtreecommitdiff
path: root/Modules/CMakeCSharpCompilerId.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeCSharpCompilerId.cs.in')
-rw-r--r--Modules/CMakeCSharpCompilerId.cs.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeCSharpCompilerId.cs.in b/Modules/CMakeCSharpCompilerId.cs.in
index 987f63aa80..5afe08fd96 100644
--- a/Modules/CMakeCSharpCompilerId.cs.in
+++ b/Modules/CMakeCSharpCompilerId.cs.in
@@ -15,6 +15,8 @@ namespace CSharp
+ "Visual Studio"
#elif PlatformToolsetv141
+ "Visual Studio"
+#elif PlatformToolsetv142
+ + "Visual Studio"
#else
+ "unknown"
#endif
@@ -45,6 +47,8 @@ namespace CSharp
+ "2015"
#elif PlatformToolsetv141
+ "2017"
+#elif PlatformToolsetv142
+ + "2019"
#else
+ "9999"
#endif