Skip to content
23 changes: 4 additions & 19 deletions docs/debugger/getting-started-with-the-debugger-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,11 @@ In this tutorial, you will:

## Prerequisites

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

You must have Visual Studio 2019 installed and the **Desktop development with C++** workload.

::: moniker-end
::: moniker range="vs-2017"

You must have Visual Studio 2017 installed and the **Desktop development with C++** workload.

::: moniker-end

::: moniker range="vs-2017"

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.
You must have Visual Studio installed and the **Desktop development with C++** workload.

::: moniker-end

::: moniker range=">=vs-2019"
::: moniker range="<=vs-2019"

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.
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.

::: moniker-end

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

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

1. Open Visual Studio 2019.
1. Open Visual Studio.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/ide/how-to-change-the-build-output-directory.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'How to: Change the build output directory'
description: Learn how you can specify the location of output generated by your project on a per-configuration basis (for debug, release, or both).
ms.custom: SEO-VS-2020
ms.date: 09/10/2021
ms.custom: contperf-fy22q3
ms.date: 01/15/2022
ms.technology: vs-ide-compile
ms.topic: how-to
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/python/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
href: installing-python-interpreters.md
- name: Quickstarts
items:
- name: "Python: Create a web app"
href: ../ide/quickstart-python.md
- name: Create a web app with Flask
href: ../ide/quickstart-python.md
maintainContext: true
Expand Down