Skip to content

Commit 702114f

Browse files
Tyler WhitneyTyler Whitney
Tyler Whitney
authored and
Tyler Whitney
committed
shorten titles where I can
1 parent 62a3561 commit 702114f

4 files changed

+14
-13
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: "Configure a MSBuild-based C++ Linux project in Visual Studio"
2+
title: "Configure a MSBuild C++ Linux project in Visual Studio"
33
ms.date: "08/04/2020"
4+
description: "Configure a MSBuild-based Linux project in Visual Studio so you can build it."
45
ms.assetid: 4d7c6adf-54b9-4b23-bd23-5de0c825b768
56
---
6-
# Configure a MSBuild-based C++ Linux project in Visual Studio
7+
# Configure a MSBuild C++ Linux project in Visual Studio
78

89
::: moniker range="vs-2015"
910

1011
Linux support is available in Visual Studio 2017 and later.
1112

1213
::: moniker-end
1314

14-
This topic describes how to configure a C++ Linux project as described in [Create a MSBuild-based C++ Linux project in Visual Studio](create-a-new-linux-project.md). For CMake Linux projects, see [Configure a Linux CMake Project](cmake-linux-project.md).
15+
This topic describes how to configure a C++ Linux project as described in [Create a MSBuild C++ Linux project in Visual Studio](create-a-new-linux-project.md). For CMake Linux projects, see [Configure a Linux CMake Project](cmake-linux-project.md).
1516

1617
You can configure a Linux project to target a physical Linux machine, a virtual machine, or the [Windows Subsystem for Linux](/windows/wsl/about) (WSL).
1718

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Create a MSBuild-based C++ Linux project in Visual Studio"
2+
title: "Create a MSBuild C++ Linux project in Visual Studio"
33
ms.date: "08/04/2020"
44
description: "Create a new MSBuild-based Linux project in Visual Studio."
55
ms.assetid: 5d7c1d67-bc31-4f96-8622-2b4cf91372fd
66
---
7-
# Create a MSBuild-based C++ Linux project in Visual Studio
7+
# Create a MSBuild C++ Linux project in Visual Studio
88

99
::: moniker range="vs-2015"
1010

@@ -36,7 +36,7 @@ To create a new Linux project in Visual Studio 2017, follow these steps:
3636

3737
## Next steps
3838

39-
[Configure a MSBuild-based Linux project](configure-a-linux-project.md)
39+
[Configure a MSBuild Linux project](configure-a-linux-project.md)
4040

4141
::: moniker-end
4242

@@ -66,6 +66,6 @@ To create a new Linux project in Visual Studio 2019, follow these steps:
6666

6767
## Next steps
6868

69-
[Configure a MSBuild-based Linux project](configure-a-linux-project.md)
69+
[Configure a MSBuild Linux project](configure-a-linux-project.md)
7070

7171
::: moniker-end

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Deploy, run, and debug your MSBuild-based C++ Linux project in Visual Studio"
2+
title: "Deploy, run, and debug your MSBuild C++ Linux 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."
44
ms.date: "08/04/2020"
55
ms.assetid: f7084cdb-17b1-4960-b522-f84981bea879
@@ -85,7 +85,7 @@ There are several ways to interact with and debug your Linux project.
8585

8686
![Linux Console window](media/consolewindow.png)
8787

88-
## Configure other debugging options (MSBuild-based projects)
88+
## Configure other debugging options (MSBuild projects)
8989

9090
- Command-line arguments can be passed to the executable using the **Program Arguments** item in the project's **Debugging** property page.
9191

@@ -126,7 +126,7 @@ The **AttachOptionsForConnection** has most of the attributes you might need. Th
126126

127127
In Visual Studio 2019 version 16.1, you can separate your remote build machine from your remote debug machine for both MSBuild-based Linux projects and CMake projects that target a remote Linux machine. For example, you can now cross-compile on x64 and deploy to an ARM device when targeting IoT scenarios.
128128

129-
### MSBuild-based projects
129+
### MSBuild projects
130130

131131
By default, the remote debug machine is the same as the remote build machine (**Configuration Properties** > **General** > **Remote Build Machine**). To specify a new remote debug machine, right-click on the project in **Solution Explorer** and go to **Configuration Properties** > **Debugging** > **Remote Debug Machine**.
132132

docs/linux/toc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
href: ../linux/connectionmanager-reference.md
1313
- name: Build Linux projects with MSBuild in Visual Studio
1414
items:
15-
- name: Create a MSBuild-based Linux project
15+
- name: Create a MSBuild Linux project
1616
href: ../linux/create-a-new-linux-project.md
17-
- name: Configure a MSBuild-based Linux project
17+
- name: Configure a MSBuild Linux project
1818
href: ../linux/configure-a-linux-project.md
19-
- name: Deploy, run, and debug your MSBuild-based Linux project
19+
- name: Deploy, run, and debug your MSBuild Linux project
2020
href: ../linux/deploy-run-and-debug-your-linux-project.md
2121
- name: Linux Project Property Page reference
2222
items:

0 commit comments

Comments
 (0)