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/linux/configure-a-linux-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To change settings related to the remote Linux computer, configure the remote se
50
50
51
51
::: moniker range="vs-2019"
52
52
53
-
**Visual Studio 2019 version 16.1**: To target Windows Subsystem for Linux, click the down arrow for **Platform Toolset**and choose**WSL_1_0**. The other remote options will disappear and the path to the default WSL shell will appear in their place:
53
+
**Visual Studio 2019 version 16.7**: To target Windows Subsystem for Linux (WSL), set the **Platform Toolset**drop-down to**GCC for Windows Subsystem for Linux**. The other remote options will disappear and the path to the default WSL shell will appear in their place:
Copy file name to clipboardExpand all lines: docs/linux/create-a-new-linux-project.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Create a Linux MSBuild C++ project in Visual Studio"
3
-
ms.date: "08/04/2020"
3
+
ms.date: "10/1/52020"
4
4
description: "Create a new MSBuild-based Linux project in Visual Studio."
5
5
ms.assetid: 5d7c1d67-bc31-4f96-8622-2b4cf91372fd
6
6
---
@@ -29,10 +29,10 @@ To create a new Linux project in Visual Studio 2017, follow these steps:
29
29
30
30
| Project Type | Description |
31
31
| ------------ | --- |
32
-
|**Blink (Raspberry)**| Project targeted for a Raspberry Pi device, with sample code that blinks an LED |
32
+
|**Blink (Raspberry)**| Project targeted for a Raspberry Pi device, with sample code that blinks an LED |
33
33
|**Console Application (Linux)**| Project targeted for any Linux computer, with sample code that outputs text to the console |
34
-
|**Empty Project (Linux)**| Project targeted for any Linux computer, with no sample code |
35
-
|**Makefile Project (Linux)**| Project targeted for any Linux computer, built using a standard Makefile build system |
34
+
|**Empty Project (Linux)**| Project targeted for any Linux computer, with no sample code |
35
+
|**Makefile Project (Linux)**| Project targeted for any Linux computer, built using a standard Makefile build system |
36
36
37
37
## Next steps
38
38
@@ -53,8 +53,7 @@ If you have an existing Windows Visual Studio solution that you would like to ex
53
53
To create a new Linux project in Visual Studio 2019, follow these steps:
54
54
55
55
1. Select **File > New Project** in Visual Studio, or press **Ctrl + Shift + N**. The Create a new project dialog appears.
56
-
1. Set the language drop-down to **C++**.
57
-
1. Set the platform drop-down to **Linux**.
56
+
1. In the **Search for templates** textbox, enter **Linux** to list the available templates for Linux projects.
58
57
1. Select the project type to create, for example **Console Application**, and then choose **Next**. Enter a **Name** and **Location**, and choose **Create**.
59
58
60
59

Copy file name to clipboardExpand all lines: docs/linux/prop-pages/general-linux.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Linux support is available in Visual Studio 2017 and later.
23
23
| Extensions to Delete on Clean | Semi-colon-delimited wildcard specification for which files in the intermediate directory to delete on clean or rebuild. |
24
24
| Build Log File | Specifies the build log file to write to when build logging is enabled. |
25
25
| Platform Toolset | Specifies the toolset used for building the current configuration. If not set, the default toolset is used. |
26
+
| WSL *.exe full path |**Visual Studio 2019 version 16.1** Full path to the Windows Subsystem for Linux (WSL) executable used to build and debug. |
26
27
| Remote Build Machine | Displays the target machine or device to use for remote build, deploy, and debug. You can add or edit a target machine connection by using **Tools** > **Options** > **Cross Platform** > **Connection Manager**.<br /> **Visual Studio 2019 version 16.1** You can specify a different machine for debugging on the [Debugging](debugging-linux.md) page. |
27
28
| Remote Build Root Directory | Specifies a path to a directory on the remote machine or device. |
28
29
| Remote Build Project Directory | Specifies a path to a directory on the remote machine or device for the project. |
0 commit comments