- Download Visual Studio
- Start the installation and when you are prompted to add your workloads, select
.NET desktop development
and.NET Core cross-platform development
- Click the
Individual components
tab to make sure that you have everything checked that is needed
- Open your solution file (
*.sln
) with Visual Studio - Right click the solution in the
Solution Explorer
and clickBuild Solution
- Verify in the
Output
tab, that the solution was successfully build