Skip to content

Commit 8e13db2

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents e2cd441 + 9f9a021 commit 8e13db2

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

docs/debugger/getting-started-with-the-debugger-cpp.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,11 @@ In this tutorial, you will:
3131
3232
## Prerequisites
3333

34-
::: moniker range=">=vs-2019"
35-
36-
You must have Visual Studio 2019 installed and the **Desktop development with C++** workload.
37-
38-
::: moniker-end
39-
::: moniker range="vs-2017"
40-
41-
You must have Visual Studio 2017 installed and the **Desktop development with C++** workload.
42-
43-
::: moniker-end
44-
45-
::: moniker range="vs-2017"
46-
47-
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/vs/older-downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=vs+2017+download) page to install it for free.
34+
You must have Visual Studio installed and the **Desktop development with C++** workload.
4835

49-
::: moniker-end
50-
51-
::: moniker range=">=vs-2019"
36+
::: moniker range="<=vs-2019"
5237

53-
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads) page to install it for free.
38+
If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/vs/older-downloads) page to install it for free.
5439

5540
::: moniker-end
5641

@@ -84,7 +69,7 @@ First, you'll create a C++ console application project. The project type comes w
8469

8570
::: moniker range=">=vs-2019"
8671

87-
1. Open Visual Studio 2019.
72+
1. Open Visual Studio.
8873

8974
If the start window is not open, choose **File** > **Start Window**.
9075

docs/ide/how-to-change-the-build-output-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'How to: Change the build output directory'
33
description: Learn how you can specify the location of output generated by your project on a per-configuration basis (for debug, release, or both).
4-
ms.custom: SEO-VS-2020
5-
ms.date: 09/10/2021
4+
ms.custom: contperf-fy22q3
5+
ms.date: 01/15/2022
66
ms.technology: vs-ide-compile
77
ms.topic: how-to
88
helpviewer_keywords:

docs/python/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
href: installing-python-interpreters.md
1818
- name: Quickstarts
1919
items:
20+
- name: "Python: Create a web app"
21+
href: ../ide/quickstart-python.md
2022
- name: Create a web app with Flask
2123
href: ../ide/quickstart-python.md
2224
maintainContext: true

0 commit comments

Comments
 (0)