I am trying to create a new silverlight project, but I cannot tell if it is creating the project under SL2 or SL3. Anyone know if there is a way to tell the difference in the project?
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.
Open up the .csproj in your text editor, and you’ll see an “Import” element near the very end of the file. If you’re using Visual Studio, just right-click on the Project, unload it, then you can right-click and edit the actual .csproj file in the editor.
Silverlight 2 projects will have:
And a Silverlight 3 project will point to the v3.0 SDK: