- Notifications
You must be signed in to change notification settings - Fork 961
/
Copy pathtoc.yml
57 lines (57 loc) · 2.7 KB
/
toc.yml
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
items:
- name: Linux with Visual Studio C++ documentation
href: ../linux/index.yml
- name: Download, install, and set up the Linux Development workload
href: ../linux/download-install-and-setup-the-linux-development-workload.md
- name: Connect to your remote Linux computer
items:
- name: Connect to your remote Linux computer
href: ../linux/connect-to-your-remote-linux-computer.md
- name: Set up FIPS-compliant secure remote Linux development
href: ../linux/set-up-fips-compliant-secure-remote-linux-development.md
- name: ConnectionManager reference
href: ../linux/connectionmanager-reference.md
- name: Build Linux projects with MSBuild in Visual Studio
items:
- name: Create a Linux MSBuild project
href: ../linux/create-a-new-linux-project.md
- name: Configure a Linux MSBuild project
href: ../linux/configure-a-linux-project.md
- name: Deploy, run, and debug your Linux MSBuild project
href: ../linux/deploy-run-and-debug-your-linux-project.md
- name: Linux Project Property Page reference
items:
- name: Linux Project Property Page reference
href: ../linux/prop-pages-linux.md
- name: General Properties (Linux)
href: ../linux/prop-pages/general-linux.md
- name: Debugging Properties (Linux)
href: ../linux/prop-pages/debugging-linux.md
- name: VC++ Directories Properties (Linux)
href: ../linux/prop-pages/directories-linux.md
- name: Copy Sources Properties (Linux)
href: ../linux/prop-pages/copy-sources-project.md
- name: C/C++ Properties (Linux)
href: ../linux/prop-pages/c-cpp-linux.md
- name: Linker Properties (Linux)
href: ../linux/prop-pages/linker-linux.md
- name: Build Event Properties (Linux)
href: ../linux/prop-pages/build-events-linux.md
- name: Custom Build Step Properties (Linux)
href: ../linux/prop-pages/custom-build-step-linux.md
- name: Makefile Project Properties (Linux)
href: ../linux/prop-pages/makefile-linux.md
- name: Remote Archive Properties (Linux)
href: ../linux/prop-pages/remote-ar-linux.md
- name: Build Linux projects with CMake in Visual Studio
items:
- name: Create a Linux CMake project
href: ../linux/cmake-linux-project.md
- name: Configure a Linux CMake project
href: ../linux/cmake-linux-configure.md
- name: Configure CMake debugging sessions
href: ../build/configure-cmake-debugging-sessions.md?toc=/cpp/linux/toc.json&bc=/cpp/_breadcrumb/toc.json
- name: "Tutorial: Create C++ cross-platform projects in Visual Studio"
href: ../build/get-started-linux-cmake.md
- name: Configure Linux projects to use Address Sanitizer
href: ../linux/linux-asan-configuration.md