You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/supported-platforms-visual-cpp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Apps built by using Visual Studio can be targeted to various platforms.
17
17
| Windows XP <sup>b</sup> | X | X |||
18
18
| Windows Vista | X | X |||
19
19
| Windows 7 | X<sup>e</sup> | X<sup>e</sup> |||
20
-
| Windows 8 | X | X | X ||
21
-
| Windows 8.1 | X | X | X ||
20
+
| Windows 8 | X<sup>e</sup>| X<sup>e</sup>| X<sup>e</sup>||
21
+
| Windows 8.1 | X<sup>e</sup>| X<sup>e</sup>| X<sup>e</sup>||
22
22
| Windows 10 | X | X | X | X |
23
23
| Windows 11 | X | X | X | X |
24
24
| Windows Server 2003 <sup>b</sup> | X | X |||
25
-
| Windows Server 2008 R2 | X | X |||
26
-
| Windows Server 2012 R2 | X | X |||
25
+
| Windows Server 2008 R2 | X<sup>e</sup>| X<sup>e</sup>|||
26
+
| Windows Server 2012 R2 | X<sup>e</sup>| X<sup>e</sup>|||
27
27
| Windows Server 2016 | X | X |||
28
28
| Windows Server 2019 | X | X |||
29
29
| Windows Server 2022 | X | X |||
@@ -39,7 +39,7 @@ Apps built by using Visual Studio can be targeted to various platforms.
39
39
40
40
<sup>d</sup> You can install the **Linux development with C++** workload in the installer for Visual Studio 2017 and later to target Linux platforms. For instructions, see [Download, install, and setup the Linux Workload](../linux/download-install-and-setup-the-linux-development-workload.md). This toolset compiles your executable on the target machine, so you can build for any supported architecture.
41
41
42
-
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7 and Windows Server 2008 R2, which have stopped receiving security updates.
42
+
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7/8/8.1 or Windows Server 2008 R2/2012/2012 R2. The minimum OS version that Visual Studio 2026 and later can target is Windows 10 or later and Windows Server 2016 or later.
43
43
44
44
For information about how to set the target platform configuration, see [How to: Configure Visual C++ projects to target 64-bit, x64 platforms](../build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
0 commit comments