Reputation: 15392
How to import downloaded Samples into Microsoft Visual Studio Express 2010 for Windows Phone
, as we do in Eclipse
Upvotes: 4
Views: 21857
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