Skip to content

Commit f2109f8

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
adjust wording for the vs selector
1 parent 7dd3933 commit f2109f8

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

docs/linux/cmake-linux-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Configure a Linux CMake project in Visual Studio"
33
description: "How to configure Linux CMake settings in Visual Studio"
4-
ms.date: "08/06/2020"
4+
ms.date: "08/08/2020"
55
---
66
# Configure a Linux CMake project in Visual Studio
77

88
::: moniker range="vs-2015"
9-
Linux support is available in Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio **Version** selector control for this article to Visual Studio 2017 or Visual Studio 2019. It's found at the top of the table of contents on the left-hand side of this page.
9+
Linux support is available in Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio **Version** drop-down located above the table of contents to **Visual Studio 2017** or **Visual Studio 2019**.
1010
::: moniker-end
1111

1212
::: moniker range=">=vs-2017"

docs/linux/cmake-linux-project.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ ms.assetid: f8707b32-f90d-494d-ae0b-1d44425fdc25
77
# Create a CMake Linux project in Visual Studio
88

99
::: moniker range="vs-2015"
10-
11-
Linux support is available in Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio **Version** selector control for this article to Visual Studio 2017 or Visual Studio 2019. It's found at the top of the table of contents on this page.
12-
13-
::: moniker-end
10+
Linux support is available in Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio **Version** drop-down located above the table of contents to **Visual Studio 2017** or **Visual Studio 2019**.::: moniker-end
1411

1512
::: moniker range=">=vs-2017"
1613

docs/linux/deploy-run-and-debug-your-linux-project.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: "Deploy, run, and debug your Linux MSBuild C++ project in Visual Studio"
33
description: "Describes how to compile, execute, and debug code on the remote target from inside a MSBuild-based Linux C++ project in Visual Studio."
4-
ms.date: "08/06/2020"
4+
ms.date: "08/08/2020"
55
ms.assetid: f7084cdb-17b1-4960-b522-f84981bea879
66
---
77
# Deploy, run, and debug your Linux MSBuild project
88

99
::: moniker range="vs-2015"
10-
11-
Linux support is available in Visual Studio 2017 and later.
12-
10+
Linux support is available in Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio **Version** drop-down located above the table of contents to **Visual Studio 2017** or **Visual Studio 2019**.
1311
::: moniker-end
1412

1513
Once you've created a MSBuild-based Linux C++ project in Visual Studio and you've connected to the project using the [Linux Connection Manager](connect-to-your-remote-linux-computer.md), you can run and debug the project. You compile, execute, and debug the code on the remote target.

0 commit comments

Comments
 (0)