diff --git a/docs/debugger/getting-started-with-the-debugger-cpp.md b/docs/debugger/getting-started-with-the-debugger-cpp.md index dae2d38eec5..05bd6f9b684 100644 --- a/docs/debugger/getting-started-with-the-debugger-cpp.md +++ b/docs/debugger/getting-started-with-the-debugger-cpp.md @@ -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 @@ -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**. diff --git a/docs/ide/how-to-change-the-build-output-directory.md b/docs/ide/how-to-change-the-build-output-directory.md index da60bf58795..2f384b1c8ff 100644 --- a/docs/ide/how-to-change-the-build-output-directory.md +++ b/docs/ide/how-to-change-the-build-output-directory.md @@ -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: diff --git a/docs/python/toc.yml b/docs/python/toc.yml index 30251c61cab..60356cd2bb7 100644 --- a/docs/python/toc.yml +++ b/docs/python/toc.yml @@ -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