How to import downloaded Samples into Microsoft Visual Studio Express 2010 for Windows Phone, as we do in Eclipse
How to import downloaded Samples into Microsoft Visual Studio Express 2010 for Windows Phone
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t import them, in Visual Studio just go to File->Open->Project/Solution and open the
*.slnfrom 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
*.csprojfile from the downloaded sample files.