Skip to content

Fix git push error for protected CLA branch #2877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Mar 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a6b9d60
CC113464: Adding missing reserved property to the listing
v-makoud Feb 26, 2019
5140432
Update docs/msbuild/msbuild-reserved-and-well-known-properties.md
rainersigwald Mar 8, 2019
91e0bd7
cpp build task update
Mar 13, 2019
39548c5
revision
Mar 13, 2019
1953321
dev16 updates
Mikejo5000 Mar 14, 2019
bbd78bc
minor edit
Mikejo5000 Mar 14, 2019
48437fa
test
Mikejo5000 Mar 14, 2019
c307da9
find-replace for open vs or launch vs
gewarren Mar 14, 2019
220a721
validation fix, minor change
Mar 14, 2019
173819b
remove incorrect "Preview"
conceptdev Mar 14, 2019
98cf275
fix link to correct moniker
conceptdev Mar 14, 2019
d3b41b5
Merge pull request #4184 from MicrosoftDocs/crdun-correct-vs2017-tour
PRMerger10 Mar 14, 2019
d8e8fa9
test
Mikejo5000 Mar 14, 2019
4f9d962
update 'start visual studio' refs
gewarren Mar 14, 2019
5ba617e
new project updates
Mikejo5000 Mar 14, 2019
a049afb
consistency revision
Mar 14, 2019
2a19559
undo changes to gordon's files
gewarren Mar 14, 2019
855f9b4
review on staging
gewarren Mar 14, 2019
4dc0c63
tweak
Mikejo5000 Mar 14, 2019
3fa0144
fixed anchor
Mikejo5000 Mar 14, 2019
c092c06
correct spelling errors
gewarren Mar 15, 2019
accd2dc
fix Whats New link
TerryGLee Mar 15, 2019
fa0798f
change mention of Git to GitHub
TerryGLee Mar 15, 2019
854179c
Merge pull request #4188 from TerryGLee/tglee-getstartfix
PRMerger10 Mar 15, 2019
671eab7
Merge pull request #4186 from gewarren/launch-vs
ktoliver Mar 15, 2019
9f2c76f
Update msbuild-reserved-and-well-known-properties.md
v-makoud Mar 15, 2019
32d1310
Merge pull request #4041 from v-makoud/patch-21
PRMerger15 Mar 15, 2019
6ddfe84
touch-up
Mar 15, 2019
0610743
touch-up
Mar 15, 2019
fcdf659
PRMerger edits
Mikejo5000 Mar 15, 2019
70df20d
Merge pull request #4181 from Mikejo5000/mikejo-br15
GitHubber17 Mar 15, 2019
c083ce6
Merge pull request #4168 from msebolt/cpp-build-task-update
GitHubber17 Mar 15, 2019
4ffb7be
Merge pull request #4190 from MicrosoftDocs/master
Taojunshen Mar 15, 2019
7313516
Merging changes synced from https://github.com/MicrosoftDocs/visualst…
gewarren Mar 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ Before you can create an OpenGL ES app for iOS and Android, you must make sure y

In this tutorial, you first create a new OpenGL ES Application project and then build and run the default app in the Visual Studio Emulator for Android. Next you build the app for iOS and run the app in the iOS Simulator.

### To create a new project
1. In Visual Studio, choose **File** > **New** > **Project**.

1. Open Visual Studio. On the menu bar, choose **File**, **New**, **Project**.

2. In the **New Project** dialog box, under **Templates**, choose **Visual C++**, **Cross Platform**, and then choose the **OpenGLES Application (Android, iOS)** template.
2. In the **New Project** dialog box, under **Templates**, choose **Visual C++** > **Cross Platform**, and then choose the **OpenGLES Application (Android, iOS)** template.

3. Give the app a name like `MyOpenGLESApp`, and then choose **OK**.

Expand Down
4 changes: 1 addition & 3 deletions docs/cross-platform/create-an-android-native-activity-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ Before you can create an Android Native Activity app, you must make sure you've

In this tutorial, you'll first create a new Android Native Activity project and then build and run the default app in the Visual Studio Emulator for Android.

### To create a new project

1. Open Visual Studio. On the menu bar, choose **File** > **New** > **Project**.
1. In Visual Studio, choose **File** > **New** > **Project**.

2. In the **New Project** dialog box, under **Templates**, choose **Visual C++** > **Cross Platform**, and then choose the **Native-Activity Application (Android)** template.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ With Visual Studio Tools for Xamarin, you can target Android, iOS, and Windows i

![Multi-device hybrid apps with Javascript](../cross-platform/media/multidevicehybridapps.png "Multi-device hybrid apps with Javascript")

To get started, install Visual Studio 2017 and choose the **Mobile Development with Javascript** feature during setup. The Cordova tools automatically install all third-party software that's required to build your multi-platform app.
To get started, install Visual Studio and choose the **Mobile Development with Javascript** feature during setup. The Cordova tools automatically install all third-party software that's required to build your multi-platform app.

After you've installed the extension, open Visual Studio and create a **Blank App (Apache Cordova)** project. Then, you can develop your app by using JavaScript or Typescript. You can also add plug-ins to extend the functionality of your app, and APIs from plug-ins appear in IntelliSense as you write code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The Visual Studio Installer for Visual Studio 2017 includes a **Mobile developme
> [!IMPORTANT]
> You must restart to make sure everything is installed correctly.

1. Open Visual Studio. If this is the first time that you have run Visual Studio, it may take some time to configure and sign in. When Visual Studio is ready, check for any updates and install them.
1. Open Visual Studio.

> [!NOTE]
> If you're using Visual Studio 2015, see [Install Visual C++ for Cross-Platform Mobile Development (Visual Studio 2015)](/cross-platform/install-visual-cpp-for-cross-platform-mobile-development?view=vs-2015)
Expand Down
18 changes: 16 additions & 2 deletions docs/data-tools/bind-wpf-controls-to-a-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,30 @@ Prior knowledge of the following concepts is also helpful, but not required to c

Create a new WPF project to display product records.

1. Start Visual Studio.
::: moniker range="vs-2017"

1. Open Visual Studio.

2. On the **File** menu, select **New** > **Project**.

3. Expand **Visual Basic** or **Visual C#**, and then select **Windows**.

4. Select the **WPF Application** project template.
4. Select the **WPF App** project template.

5. In the **Name** box, enter **AdventureWorksProductsEditor** and then select **OK**.

::: moniker-end

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

1. Open Visual Studio.

2. On the Start window, choose **Create a new project**.

3. Search for the C# **WPF App** project template and follow the steps to create the project, naming the project **AdventureWorksProductsEditor**.

::: moniker-end

Visual Studio creates the AdventureWorksProductsEditor project.

## Create a dataset for the application
Expand Down
18 changes: 3 additions & 15 deletions docs/data-tools/bind-wpf-controls-to-a-wcf-data-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You need the following components to complete this walkthrough:

Prior knowledge of the following concepts is also helpful, but not required to complete the walkthrough:

- WCF Data Services. For more information, see [Overview](/dotnet/framework/data/wcf/wcf-data-services-overview).
- [WCF Data Services](/dotnet/framework/data/wcf/wcf-data-services-overview).

- Data models in [!INCLUDE[ssAstoria](../data-tools/includes/ssastoria_md.md)].

Expand All @@ -54,21 +54,9 @@ Prior knowledge of the following concepts is also helpful, but not required to c

## Create the service project

Start this walkthrough by creating a project for a WCF Data Service:
1. Start this walkthrough by creating a C# or Visual Basic **ASP.NET Web Application** project. Name the project **AdventureWorksService**.

1. Start Visual Studio.

2. On the **File** menu, point to **New**, and then click **Project**.

3. Expand **Visual C#** or **Visual Basic**, and then select **Web**.

4. Select the **ASP.NET Web Application** project template.

5. In the **Name** box, type **AdventureWorksService** and click **OK**.

Visual Studio creates the **AdventureWorksService** project.

6. In **Solution Explorer**, right-click **Default.aspx** and select **Delete**. This file is not necessary in this walkthrough.
2. In **Solution Explorer**, right-click **Default.aspx** and select **Delete**. This file is not necessary for the walkthrough.

## Create an Entity Data Model for the service

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ This topic shows how to create and build the LinqToXmlDataBinding Visual Studio

For more information about Visual Studio, see [Visual Studio IDE overview](../get-started/visual-studio-ide.md).

## Create and populate the project
## Create the project

### To create the starting project

1. Start Visual Studio and create a C# WPF application named LinqToXmlDataBinding. The project must use the .NET Framework 3.5 (or later).
1. Open Visual Studio and create a C# **WPF App** named **LinqToXmlDataBinding**. The project should target the .NET Framework 3.5 (or later).

1. If not already present, add project references for the following .NET assemblies:

Expand All @@ -32,9 +30,9 @@ For more information about Visual Studio, see [Visual Studio IDE overview](../ge

1. Build the solution by pressing **Ctrl**+**Shift**+**B**, then run it by pressing **F5**. The project should compile without errors and run as a generic WPF application.

### To add custom code to the project
## Add code to the project

1. In Solution Explorer, rename the source file **Window1.xaml** to **L2XDBForm.xaml**. The dependent source file **Window1.xaml.cs** should automatically be renamed to **L2XDBForm.xaml.cs**.
1. In **Solution Explorer**, rename the source file **Window1.xaml** to **L2XDBForm.xaml**. The dependent source file **Window1.xaml.cs** should automatically be renamed to **L2XDBForm.xaml.cs**.

1. Replace the source code found in the file **L2XDBForm.xaml** with the code section from the topic [L2DBForm.xaml source code](../designers/l2dbform-xaml-source-code.md). Use the XAML source view to work with this file.

Expand All @@ -50,9 +48,7 @@ The LinqToXmlDataBinding program enables the user to view and manipulate a list

### To run the program and view the book list

- Run LinqToXmlDataBinding by pressing **F5** (**Start Debugging**) or **Ctrl**+**F5** (**Start Without Debugging**).

A program window with the title **WPF Data Binding using LINQ to XML** appears.
Run LinqToXmlDataBinding by pressing **F5** (**Start Debugging**) or **Ctrl**+**F5** (**Start Without Debugging**). A program window with the title **WPF Data Binding using LINQ to XML** appears.

- Notice the top section of the UI, which displays the raw **XML** that represents the book list. It is displayed using a WPF <xref:System.Windows.Controls.TextBlock> control, which does not enable interaction through the mouse or keyboard.

Expand Down
16 changes: 14 additions & 2 deletions docs/get-started/csharp/tutorial-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,21 @@ This article assumes you're already familiar with C#. If you aren't, we suggest

Start by creating a new file and adding some code to it.

1. Open Visual Studio, and from the **File** menu on the menu bar, choose **New** > **File**.
::: moniker range="vs-2017"

1. In the **New File** dialog box, under the **General** category, choose **Visual C# Class**, and then choose **Open**.
1. Open Visual Studio.

::: moniker-end

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

1. Open Visual Studio. Press **Esc** or click **Continue without code** on the Start window to open the development environment.

::: moniker-end

2. From the **File** menu on the menu bar, choose **New** > **File**.

3. In the **New File** dialog box, under the **General** category, choose **Visual C# Class**, and then choose **Open**.

A new file opens in the editor with the skeleton of a C# class. (Notice that we don't have to create a full Visual Studio project to gain some of the benefits that the code editor offers; all you need is a code file!)

Expand Down
20 changes: 19 additions & 1 deletion docs/get-started/csharp/tutorial-projects-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ Despite its name, a solution is not an "answer". A solution is simply a containe

We'll start our exploration by creating an empty solution. After you get to know Visual Studio, you probably won't find yourself creating empty solutions very often. When you create a new project, Visual Studio automatically creates a solution to house the project if there's not a solution already open.

::: moniker range="vs-2017"

1. Open Visual Studio.

1. On the menu bar, which is the row of menus such as **File** and **Edit**, choose **File** > **New** > **Project**.
1. On the top menu bar, choose **File** > **New** > **Project**.

The **New Project** dialog box opens.

Expand All @@ -44,6 +46,22 @@ We'll start our exploration by creating an empty solution. After you get to know

The **Start Page** closes, and a solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

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

1. Open Visual Studio.

2. On the Start window, choose **Create a new project**.

3. On the **Create a new project** page, enter **blank solution** into the search box, select the **Blank Solution** template, and then choose **Next**.

4. Name the solution **QuickSolution**, and then choose **Create**.

A solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

### Add a project

Now let's add our first project to the solution. We'll start with an empty project and add the items we need to the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/includes/ide-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ To get started, [download Visual Studio](https://visualstudio.microsoft.com/down

![.NET Core cross-platform development workload in Visual Studio Installer](../media/dotnet-core-cross-platform-workload.png)

When you start Visual Studio for the first time, you can optionally [sign in](../../ide/signing-in-to-visual-studio.md) using your Microsoft account or your work or school account.
When you open Visual Studio for the first time, you can optionally [sign in](../../ide/signing-in-to-visual-studio.md) using your Microsoft account or your work or school account.

## Create a program

Expand Down
16 changes: 14 additions & 2 deletions docs/get-started/tutorial-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,21 @@ This article assumes you're already familiar with a programming language. If you

Start by creating a new file and adding some code to it.

1. Open Visual Studio, and from the **File** menu on the menu bar, choose **New** > **File**.
::: moniker range="vs-2017"

1. In the **New File** dialog box, under the **General** category, choose **Visual C# Class**, and then choose **Open**.
1. Open Visual Studio.

::: moniker-end

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

1. Open Visual Studio. Press **Esc** or click **Continue without code** on the start window to open the development environment.

::: moniker-end

2. From the **File** menu on the menu bar, choose **New** > **File**.

3. In the **New File** dialog box, under the **General** category, choose **Visual C# Class**, and then choose **Open**.

A new file opens in the editor with the skeleton of a C# class. (Notice that we don't have to create a full Visual Studio project to gain some of the benefits that the code editor offers; all you need is a code file!)

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/tutorial-open-project-from-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you haven't already installed Visual Studio, go to the [Visual Studio downloa

![Choose Clone from the Local Git Repositories section](./media/open-proj-repo-local-git-repo-clone.png)

1. In the box that says ***Enter the URL of a Git repo to clone***, type or paste the URL for your repo, and then press **Enter**. (You might receive a prompt to sign in to your Git repo; if so, do so.)
1. In the box that says ***Enter the URL of a Git repo to clone***, type or paste the URL for your repo, and then press **Enter**. (You might receive a prompt to sign in to GitHub; if so, do so.)

After Visual Studio clones your repo, Team Explorer closes and Solution Explorer opens. A message appears that says *Click on Solutions and Folders above to view a list of Solutions*. Choose **Solutions and Folders**.

Expand Down
20 changes: 19 additions & 1 deletion docs/get-started/tutorial-projects-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ Despite its name, a solution is not an "answer". A solution is simply a containe

We'll start our exploration by creating an empty solution. After you get to know Visual Studio, you probably won't find yourself creating empty solutions very often. When you create a new project, Visual Studio automatically creates a solution to house the project if there's not a solution already open.

::: moniker range="vs-2017"

1. Open Visual Studio.

1. On the menu bar, which is the row of menus such as **File** and **Edit**, choose **File** > **New** > **Project**.
1. On the menu bar, choose **File** > **New** > **Project**.

The **New Project** dialog box opens.

Expand All @@ -41,6 +43,22 @@ We'll start our exploration by creating an empty solution. After you get to know

The **Start Page** closes, and a solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

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

1. Open Visual Studio.

2. On the Start window, choose **Create a new project**.

3. On the **Create a new project** page, enter **blank solution** into the search box, select the **Blank Solution** template, and then choose **Next**.

4. Name the solution **QuickSolution**, and then choose **Create**.

A solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

### Add a project

Now let's add our first project to the solution. We'll start with an empty project and add the items we need to the project.
Expand Down
16 changes: 14 additions & 2 deletions docs/get-started/visual-basic/tutorial-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,21 @@ This article assumes you're already familiar with Visual Basic. If you aren't, w

Start by creating a new file and adding some code to it.

1. Open Visual Studio, and from the **File** menu on the menu bar, choose **New File**.
::: moniker range="vs-2017"

1. In the **New File** dialog box, under the **General** category, choose **Visual Basic Class**, and then choose **Open**.
1. Open Visual Studio.

::: moniker-end

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

1. Open Visual Studio. Press **Esc** or click **Continue without code** on the start window to open the development environment.

::: moniker-end

2. From the **File** menu on the menu bar, choose **New File**.

3. In the **New File** dialog box, under the **General** category, choose **Visual Basic Class**, and then choose **Open**.

A new file opens in the editor with the skeleton of a Visual Basic class. (You can already notice that you don't have to create a full Visual Studio project to gain some of the benefits that the code editor offers, such as syntax highlighting. All you need is a code file!)

Expand Down
22 changes: 20 additions & 2 deletions docs/get-started/visual-basic/tutorial-projects-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,36 @@ Despite its name, a solution is not an "answer". A solution is simply a containe

We'll start our exploration by creating an empty solution. After you get to know Visual Studio, you probably won't find yourself creating empty solutions very often. When you create a new project, Visual Studio automatically creates a solution to house the project if there's not a solution already open.

::: moniker range="vs-2017"

1. Open Visual Studio.

1. On the menu bar, which is the row of menus such as **File** and **Edit**, choose **File** > **New** > **Project**.
1. On the menu bar, choose **File** > **New** > **Project**.

The **New Project** dialog box opens.

1. In the left pane, expand **Other Project Types**, then choose **Visual Studio Solutions**. In the center pane, choose the **Blank Solution** template. Name your solution **QuickSolution**, then choose the **OK** button.
1. In the left pane, expand **Other Project Types**, then choose **Visual Studio Solutions**. In the center pane, choose the **Blank Solution** template. Name your solution **QuickSolution**, and then choose **OK**.

![Blank solution template in Visual Studio](../media/tutorial-projects-new-solution.png)

The **Start Page** closes, and a solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

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

1. Open Visual Studio.

2. On the Start window, choose **Create a new project**.

3. On the **Create a new project** page, enter **blank solution** into the search box, select the **Blank Solution** template, and then choose **Next**.

4. Name the solution **QuickSolution**, and then choose **Create**.

A solution appears in **Solution Explorer** on the right-hand side of the Visual Studio window. You'll probably use **Solution Explorer** often, to browse the contents of your projects.

::: moniker-end

### Add a project

Now let's add our first project to the solution. We'll start with an empty project and add the items we need to the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/visual-basic/visual-studio-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To get started, [download Visual Studio](https://visualstudio.microsoft.com/down

![.NET Core cross-platform development workload in Visual Studio Installer](../media/dotnet-core-cross-platform-workload.png)

When you start Visual Studio for the first time, you can optionally [sign in](../../ide/signing-in-to-visual-studio.md) using your Microsoft account or your work or school account.
When you open Visual Studio for the first time, you can optionally [sign in](../../ide/signing-in-to-visual-studio.md) using your Microsoft account or your work or school account.

## Customize Visual Studio

Expand Down
2 changes: 1 addition & 1 deletion docs/ide/customizing-the-start-page-for-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To install a custom start page, open the *.vsix* file, or copy and paste the sta
1. In the **Customize Start Page** list, choose the page that you want.

> [!TIP]
> If an error in a custom start page causes Visual Studio to crash, you can start Visual Studio in safe mode and then set it to use the default start page. See [/SafeMode (devenv.exe)](../ide/reference/safemode-devenv-exe.md).
> If an error in a custom start page causes Visual Studio to crash, you can open Visual Studio in safe mode and then set it to use the default start page. See [/SafeMode (devenv.exe)](../ide/reference/safemode-devenv-exe.md).

## See also

Expand Down
Loading