Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

installing-vs.md

File metadata and controls

28 lines (18 loc) · 1.03 KB

Installing Visual Studio

  1. Download Visual Studio
  2. Start the installation and when you are prompted to add your workloads, select .NET desktop development and .NET Core cross-platform development

alt text

  1. Click the Individual components tab to make sure that you have everything checked that is needed

alt text

Building a solution

  1. Open your solution file (*.sln) with Visual Studio
  2. Right click the solution in the Solution Explorer and click Build Solution

alt text

  1. Verify in the Output tab, that the solution was successfully build

alt text

alt text