Search code examples
c#visual-studioprojects-and-solutions

How do I open a project that I've downloaded earlier?


My friend sent me a project that he did before, and I don't know how can I open it. I know how I can do it by opening all the classes but I want to open the whole project including the content.


Solution

  • Look for the .sln file which represents the solution and open this one in Visual Studio. Or if it contains only a single project look for the .csproj file.