From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Open solution from Team Explorer

Open solution from Team Explorer - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Open solution from Team Explorer

- [Instructor] To refresh our memory, when you click the clone button in the Visual Studio Team Explorer, it copies all the files over and puts them in this folder. But also it will show you the repository was cloned successfully, and Visual Studio will switch you over to the Solution Explorer and show you what's called the Folder View. Now the Folder View is basically like what's in File Explorer, but within Visual Studio, so you can see that there's matching files. There's a read me file here and one on my hard drive. There's a Assets folder, there's the same thing over on my hard drive. This Asset contains some of the files we'll use during the course. And then of course, there's this demos folder that contains the solution. So, we want to open the solution in Visual Studio. Now of course, you can do this a couple of ways. I can double-click on it here in the File Explorer, I can go to file, open, project, and find it on my hard drive and open the solution file. What I want to show…

Contents