Skip to content

Commit 23b91dd

Browse files
author
mikeblome
committed
modified metadata, titles and opening paragraphs for better SEO
1 parent b4b0f41 commit 23b91dd

7 files changed

+20
-14
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Configure a Linux CMake project in Visual Studio | Microsoft Docs"
3+
description: "How to configure a Linux CMake project in Visual Studio"
34
ms.custom: ""
4-
ms.date: "04/28/2018"
5+
ms.date: "07/20/2018"
56
ms.reviewer: ""
67
ms.suite: ""
78
ms.technology: ["cpp-linux"]

docs/linux/configure-a-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus", "linux"]
1414
---
1515

1616
# Configure a Linux Project
17-
This topic describes how to configure a Visual Studio Linux project. For information about CMake Linux Projects, see [Configure a Linux CMake Project ](cmake-linux-project.md).
17+
This topic describes how to configure a C++ Linux project in Visual Studio. For information about CMake Linux Projects, see [Configure a Linux CMake Project ](cmake-linux-project.md).
1818

1919
## General settings
2020
A variety of options can be configured for a Linux project with Visual Studio. To view these options, select the **Project > Properties** menu, or right click on the project in **Solution Explorer** and select **Properties** from the context menu. The **General** settings appear.

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: "Connect to your remote Linux computer | Microsoft Docs"
2+
title: "Connect to your remote Linux computer in Visual Studio | Microsoft Docs"
3+
description: "How to connect to a remote Linux machine from inside a Visual Studio C++ project."
34
ms.custom: ""
4-
ms.date: "11/06/2017"
5+
ms.date: "07/20/2018"
56
ms.technology: ["cpp-linux"]
67
ms.tgt_pltfrm: "Linux"
78
ms.topic: "conceptual"
@@ -13,7 +14,7 @@ ms.workload: ["cplusplus", "linux"]
1314

1415
# Connect to Your remote Linux computer
1516

16-
When building, Linux code is copied to your remote Linux computer and then compiled on that system according to the settings chosen in Visual Studio. To setup this remote connection:
17+
When building a C++ Linux project in Visuaql Studio, Linux code is copied to your remote Linux computer and then compiled based on settings in Visual Studio. To setup this remote connection:
1718

1819
1. Build the project for the first time or manually create a new entry by selecting **Tools > Options** and then open the **Cross Platform > Connection Manager** node and click the **Add** button.
1920

docs/linux/create-a-new-linux-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a new C++ Linux project in Visual Studio | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/15/2017"
4+
ms.date: "07/20/2018"
55
ms.technology: ["cpp-linux"]
66
ms.tgt_pltfrm: "Linux"
77
ms.topic: "conceptual"
@@ -12,7 +12,7 @@ ms.workload: ["cplusplus", "linux"]
1212
---
1313

1414
# Create a New Linux Project
15-
When coding for Linux, you have the choice of creating a Visual Studio project, or a CMake project. This topic describes how to create a Visual Studio project. For information about CMake Projects, see [Configure a Linux CMake Project ](cmake-linux-project.md).
15+
When coding C++ in Visual Studio for Linux, you have the choice of creating a Visual Studio project, or a CMake project. This topic describes how to create a Visual Studio project. For information about CMake Projects, see [Configure a Linux CMake Project ](cmake-linux-project.md).
1616

1717
To create a new Linux project in Visual Studio, do the following:
1818

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: "Deploy, run, and debug Your Linux project | Microsoft Docs"
2+
title: "Deploy, run, and debug your C++ Linux project in Visual Studio | Microsoft Docs"
3+
description: "Describes how to compile, execute, and debug code on the remote target from inside a Linux C++ project in Visual Studio."
34
ms.custom: ""
4-
ms.date: "11/06/2017"
5+
ms.date: "07/20/2018"
56
ms.technology: ["cpp-linux"]
67
ms.tgt_pltfrm: "Linux"
78
ms.topic: "conceptual"
@@ -13,7 +14,7 @@ ms.workload: ["cplusplus", "linux"]
1314

1415
# Deploy, run, and debug your Linux project
1516

16-
Once you have created a Linux project and you have connected to the project using the [Linux Connection Manager](../linux/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.
17+
Once you have created a Linux C++ project in Visual Studio and you have connected to the project using the [Linux Connection Manager](../linux/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.
1718

1819
There are several ways to interact with and debug your Linux project.
1920

docs/linux/download-install-and-setup-the-linux-development-workload.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: "Download, install, and setup the Linux workload | Microsoft Docs"
2+
title: "Install the C++ Linux workload in Visual Studio | Microsoft Docs"
3+
description: "Describes how to download, install, and setup the Linux workload for C++ in Visual Studio."
34
ms.custom: ""
4-
ms.date: "11/16/2016"
5+
ms.date: "07/20/2018"
56
ms.technology: ["cpp-linux"]
67
ms.tgt_pltfrm: "Linux"
78
ms.topic: "conceptual"
@@ -13,6 +14,8 @@ ms.workload: ["cplusplus", "linux"]
1314

1415
# Download, install, and setup the Linux workload
1516

17+
To use the Visual Studio IDE to create and debug C++ projects on Linux, you must install the **Linux development with C++** workload.
18+
1619
## Visual Studio setup
1720
1. Start the Visual Studio installer and select the **Linux development with C++** workload.
1821

docs/linux/prop-pages-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Linux Project Property Pages| Microsoft Docs"
2+
title: "Linux C++ Project Property Pages in Visual Studio | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "10/26/2017"
4+
ms.date: "07/20/2018"
55
ms.technology: ["cpp-linux"]
66
ms.tgt_pltfrm: "Linux"
77
ms.topic: "conceptual"

0 commit comments

Comments
 (0)