Skip to content

Commit 45d0f60

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 3bf7ef5 + d577818 commit 45d0f60

23 files changed

+44
-32
lines changed

docs/containers/container-launch-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Visual Studio Container Tools launch settings
33
author: ghogen
4-
description: Overview of the Container Tools build process
4+
description: Learn about the launch settings for Container Tools that are related to how Visual Studio handles containerized apps.
55
ms.author: ghogen
66
ms.date: 08/15/2019
77
ms.technology: vs-azure

docs/containers/container-msbuild-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Visual Studio Container Tools build properties
33
author: ghogen
4-
description: Overview of the Container Tools build process
4+
description: Learn how to edit the Container Tools build properties to customize how Visual Studio builds and runs a container project.
55
ms.author: ghogen
66
ms.date: 06/06/2019
77
ms.technology: vs-azure

docs/containers/docker-compose-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Docker Compose build settings
33
author: ghogen
4-
description: Overview of the Container Tools build process
4+
description: Learn how to edit the Docker Compose build properties to customize how Visual Studio builds and runs a Docker Compose application.
55
ms.custom: SEO-VS-2020
66
ms.author: ghogen
77
ms.date: 08/12/2019

docs/debugger/debug-live-azure-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug live ASP.NET Azure apps
33
titleSuffix: Visual Studio Enterprise
4-
description: Learn how to set snappoints and view snapshots with the Snapshot Debugger.
4+
description: Learn how to use the Snapshot Debugger in Visual Studio to set snappoints and take snapshots while debugging live ASP.NET Azure applications.
55
ms.custom:
66
ms.date: 03/16/2018
77
ms.topic: how-to

docs/debugger/debug-live-azure-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Debug live ASP.NET Azure Kubernetes Services
3-
description: Learn how to set snappoints and view snapshots with the Snapshot Debugger.
3+
description: Learn how to use the Snapshot Debugger in Visual Studio to set snappoints and take snapshots while debugging live ASP.NET Azure Kubernetes Services.
44
ms.custom:
55
ms.date: 02/11/2019
66
ms.topic: how-to

docs/debugger/debug-live-azure-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Debug live ASP.NET Azure VM and scale sets
3-
description: Learn how to set snappoints and view snapshots with the Snapshot Debugger.
3+
description: Learn how to use the Snapshot Debugger in Visual Studio to set snappoints and take snapshots while debugging live ASP.NET apps on Azure VMs and scale sets.
44
ms.custom: SEO-VS-2020
55
ms.date: 02/06/2019
66
ms.topic: how-to

docs/debugger/expressions-in-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Expressions in the debugger | Microsoft Docs"
3-
description: Edit and Continue is available for Visual C# projects. Learn what edits are supported, and how to can control whether, and when, your edits are applied.
3+
description: Learn which language expressions are not supported by the expression evaluators in the Visual Studio debugger.
44
ms.custom: SEO-VS-2020
55
ms.date: "03/02/2020"
66
ms.topic: "conceptual"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Debug C++ code"
3-
description: "Learn how to start the Visual Studio debugger, step through code, and inspect data."
3+
description: Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C++ application.
44
ms.custom: "debug-experiment, seodec18, get-started"
55
ms.date: 02/04/2020
66
ms.technology: "vs-ide-debug"

docs/get-started/csharp/tutorial-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Debug C# code"
3-
description: Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data.
3+
description: Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.
44
ms.custom: "debug-experiment, seodec18, get-started"
55
ms.date: 04/23/2020
66
ms.technology: "vs-ide-debug"

docs/get-started/visual-basic/tutorial-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Debug Visual Basic code"
3-
description: "Learn how to start the Visual Studio debugger, step through code, and inspect data."
3+
description: Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a Visual Basic application.
44
ms.custom: "debug-experiment, seodec18, get-started"
55
ms.date: 02/03/2020
66
ms.technology: "vs-ide-debug"

docs/ide/create-new-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ If you want to add an additional project to a solution, right-click the solution
104104

105105
- [Introduction to projects and solutions](../get-started/tutorial-projects-solutions.md)
106106
- [Work with solutions and projects](creating-solutions-and-projects.md)
107-
- [Manage project and solution properties](managing-project-and-solution-properties.md)
107+
- [Manage project and solution properties](managing-project-and-solution-properties.md)
108+
- [Create projects (Visual Studio for Mac)](/visualstudio/mac/create-new-projects)

docs/ide/creating-solutions-and-projects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ You can access File Explorer in Windows by using Solution Explorer in Visual Stu
152152
- [Microsoft's open source repositories on GitHub](https://github.com/Microsoft)
153153
- [Developer code samples](https://code.msdn.microsoft.com/)
154154
- [Resources for troubleshooting Visual Studio IDE errors](./reference/resources-for-troubleshooting-integrated-development-environment-errors.md)
155-
- [Create projects (Visual Studio for Mac)](/visualstudio/mac/create-new-projects)

docs/ide/media/solution-explorer.png

92.3 KB
Loading

docs/ide/solutions-and-projects-in-visual-studio.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn about solutions and projects
33
description: Learn about Visual Studio projects and solutions, how to create new projects from a template, and how to view & manage projects in Solution Explorer.
44
ms.custom: "SEO-VS-2020, contperf-fy21q2"
5-
ms.date: 12/17/2020
5+
ms.date: 12/31/2020
66
ms.topic: conceptual
77
f1_keywords:
88
- vs.addnewitem
@@ -43,6 +43,14 @@ Project files are based on the [MSBuild XML schema](../msbuild/msbuild-project-f
4343
> [!NOTE]
4444
> You don't have to use solutions or projects in Visual Studio to edit, build, and debug code. You can simply open the folder that contains your source files in Visual Studio and start editing. For more information, see [Develop code in Visual Studio without projects or solutions](../ide/develop-code-in-visual-studio-without-projects-or-solutions.md).
4545
46+
### Create new projects
47+
48+
The easiest way to create a new project is to use a project template for the project type you want. A project template includes a basic set of pre-generated code files, config files, assets, and settings. Use **File** > **New** > **Project** to select a project template. For more information, see [Create a new project](create-new-project.md).
49+
50+
You can also create a custom project template that you can use to create new projects from. For more information, see [Create project and item templates](../ide/creating-project-and-item-templates.md).
51+
52+
When you create a new project, Visual Studio saves it to its default location, *%USERPROFILE%\source\repos*. To change this location, go to **Tools** > **Options** > **Projects and Solutions** > **Locations**. For more information, see [Options dialog box: Projects and Solutions > Locations](./reference/projects-solutions-locations-options.md).
53+
4654
## Solutions
4755

4856
A project is contained within a *solution*. Despite its name, a solution is not an "answer". It's simply a container for one or more related projects, along with build information, Visual Studio window settings, and any miscellaneous files that aren't associated with a particular project.
@@ -63,26 +71,30 @@ Visual Studio uses two file types (*.sln* and *.suo*) to store settings for solu
6371

6472
A "solution folder" is a virtual folder that's only in **Solution Explorer**, where you can use it to group projects in a solution. If you want to locate a solution file on a computer, go to **Tools** > **Options** > **Projects and Solutions** > **Locations**. For more information, see [Options dialog box: Projects and Solutions > Locations](./reference/projects-solutions-locations-options.md).
6573

66-
## Create new projects
67-
68-
The easiest way to create a new project is to use a project template for the project type you want. A project template includes a basic set of pre-generated code files, config files, assets, and settings. Use **File** > **New** > **Project** to select a project template. For more information, see [Create a new project](create-new-project.md).
69-
70-
You can also create a custom project template that you can use to create new projects from. For more information, see [Create project and item templates](../ide/creating-project-and-item-templates.md).
71-
72-
When you create a new project, Visual Studio saves it to its default location, *%USERPROFILE%\source\repos*. To change this location, go to **Tools** > **Options** > **Projects and Solutions** > **Locations**. For more information, see [Options dialog box: Projects and Solutions > Locations](./reference/projects-solutions-locations-options.md).
73-
7474
> [!TIP]
7575
> For an example of a project and solution created from scratch, complete with step-by-step instructions and sample code, see [Introduction to projects and solutions](../get-started/tutorial-projects-solutions.md).
7676
7777
## Solution Explorer
7878

7979
After you create a new project, you can use **Solution Explorer** to view and manage the project and solution and their associated items. The following illustration shows **Solution Explorer** with a C# solution that contains two projects:
8080

81+
::: moniker range="vs-2017"
82+
8183
![Screenshot of Solution Explorer with two projects.](../ide/media/vs2015_solution_explorer.png)
8284

83-
Many menu commands are available from the right-click menu on various items in **Solution Explorer**. These commands include building a project, managing NuGet packages, adding a reference, renaming a file, and running tests, just to name a few. The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, show hidden files, collapse all nodes, and more.
85+
The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, show hidden files, collapse all nodes, and more.
86+
87+
::: moniker-end
88+
89+
::: moniker range="vs-2019"
90+
91+
![Screenshot of Solution Explorer with two projects in Visual Studio 2019.](../ide/media/solution-explorer.png)
92+
93+
The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, filter pending changes, show all files, collapse all nodes, view [properties](managing-project-and-solution-properties.md) pages, preview code in the [code editor](writing-code-in-the-code-and-text-editor.md), and more.
94+
95+
::: moniker-end
8496

85-
To view a list of some of the icons that appear in Solution Explorer, see [Class View and Object Browser icons](class-view-and-object-browser-icons.md).
97+
Many menu commands are available from the right-click context menu on various items in **Solution Explorer**. These commands include building a project, managing NuGet packages, adding a reference, renaming a file, and running tests, just to name a few.
8698

8799
> [!TIP]
88100
> If you've closed Solution Explorer and you want to open it again, choose **Window** > **Reset Window Layout** from the menu bar.

docs/install/workload-component-id-vs-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Visual Studio Community workload and component IDs
33
titleSuffix: ''
4-
description: Use workload and component IDs to install Visual Studio by using the command line or to specify as a dependency in a VSIX manifest
4+
description: Use Visual Studio Community workload and component IDs to install Visual Studio from the command line or specify a dependency in a VSIX manifest.
55
keywords:
66
author: ornellaalt
77
ms.author: ornella

docs/install/workload-component-id-vs-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Visual Studio Enterprise workload and component IDs
33
titleSuffix: ''
4-
description: Use workload and component IDs to install Visual Studio by using the command line or to specify as a dependency in a VSIX manifest
4+
description: Use Visual Studio Enterprise workload and component IDs to install Visual Studio from the command line or specify a dependency in a VSIX manifest.
55
keywords:
66
author: ornellaalt
77
ms.author: ornella

docs/install/workload-component-id-vs-professional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Visual Studio Professional workload and component IDs
33
titleSuffix: ''
4-
description: Use workload and component IDs to install Visual Studio by using the command line or to specify as a dependency in a VSIX manifest
4+
description: Use Visual Studio Professional workload and component IDs to install Visual Studio from the command line or specify a dependency in a VSIX manifest.
55
keywords:
66
author: ornellaalt
77
ms.author: ornella

docs/javascript/compile-typescript-code-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compile and build TypeScript code using npm
3-
description: Learn how to compile and build TypeScript in Visual Studio.
3+
description: Learn how to add Typescript support to your Visual Studio projects by using the Node Package Manager (npm).
44
ms.date: 7/23/2020
55
ms.topic: conceptual
66
author: "mikejo5000"

docs/javascript/compile-typescript-code-nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compile and build TypeScript code using NuGet
3-
description: Learn how to compile and build TypeScript in Visual Studio.
3+
description: Learn how to add Typescript support to your Visual Studio projects by using the NuGet package.
44
ms.date: 7/23/2020
55
ms.topic: conceptual
66
author: "mikejo5000"

docs/javascript/tutorial-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create a Node.js and Express app"
3-
description: In this tutorial, you create an app in using Node.js tools for Visual Studio
3+
description: In this tutorial, learn how to create a simple Node.js application using the Express web application framework in Visual Studio.
44
ms.date: 04/20/2020
55
ms.topic: tutorial
66
ms.devlang: javascript

mac/connected-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Connected Services"
3-
description: "Add Azure data storage, authentication, and push notifications to mobile apps from within Visual Studio for Mac"
3+
description: Learn how to add Azure data storage, authentication, and push notifications from within Visual Studio for Mac to a cross-platform application.
44
ms.assetid: 41CB62FF-0F39-4CE8-8917-6A77F058719F
55
author: sayedihashimi
66
ms.author: sayedha

mac/set-up-subversion-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Setting Up a Subversion Repository
3-
description: Using Subversion in Visual Studio for Mac.
3+
description: Learn how to install and set up Subversion as a centralized version control system in Visual Studio for Mac.
44
author: jmatthiesen
55
ms.author: jomatthi
66
ms.date: 05/06/2018

mac/working-with-subversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Working with Subversion
3-
description: Using Subversion in Visual Studio for Mac.
3+
description: Learn how to work with Subversion as the centralized version control system in Visual Studio for Mac.
44
author: jmatthiesen
55
ms.author: jomatthi
66
ms.date: 05/06/2018

0 commit comments

Comments
 (0)