VenomVendor
VenomVendor

Reputation: 15392

How to Import Sample Projects into Microsoft Visual Studio 2010

How to import downloaded Samples into Microsoft Visual Studio Express 2010 for Windows Phone, as we do in Eclipse

Upvotes: 4

Views: 21857

Answers (1)

Johan Falk
Johan Falk

Reputation: 4359

You don't import them, in Visual Studio just go to File->Open->Project/Solution and open the *.sln from the downloaded sample files.

If you want to import it into an existing solution, right click on your solution in the Solution Explorer in Visual Studio, go to "Add" and choose "Existing Project" and navigate to the *.csproj file from the downloaded sample files.

Upvotes: 7

Related Questions