forked from MicrosoftDocs/cpp-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.yml
More file actions
61 lines (56 loc) · 2.28 KB
/
index.yml
File metadata and controls
61 lines (56 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### YamlMime:Landing
title: Linux development with C++ | Create and debug applications for Linux # < 60 chars
summary: Use C++ in Visual Studio 2017 and later to create and debug applications for Linux. # < 160 chars
metadata:
title: Linux development with C++
description: Learn how to use C++ in Visual Studio 2017 and later to create and debug applications for Linux.
ms.topic: landing-page
author: tylermsft
ms.author: twhitney
ms.date: 04/26/2020
ms.custom: intro-landing-hub
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Create Linux C++ apps in Visual Studio
linkLists:
- linkListType: get-started
links:
- text: Download, install, and set up the Linux workload
url: download-install-and-setup-the-linux-development-workload.md
- linkListType: how-to-guide
links:
- text: Connect to your target Linux system
url: connect-to-your-remote-linux-computer.md
- linkListType: reference
links:
- text: ConnectionManager reference
url: connectionmanager-reference.md
# Card (optional)
- title: Build Linux projects in Visual Studio
linkLists:
- linkListType: quickstart
links:
- text: Create a new Linux project
url: create-a-new-linux-project.md
- text: Configure a Linux project
url: configure-a-linux-project.md
- text: Deploy, run, and debug your Linux project
url: deploy-run-and-debug-your-linux-project.md
- linkListType: reference
links:
- text: Linux Project Property Page Reference
url: prop-pages-linux.md
# Card
- title: Build Linux CMake projects in Visual Studio
linkLists:
- linkListType: quickstart
links:
- text: Create and configure a Linux CMake project
url: cmake-linux-project.md
- linkListType: tutorial
links:
- text: Create C++ cross-platform projects in Visual Studio
url: ../build/get-started-linux-cmake.md