I just want to use the assemblies inside my app. Is this possible?
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.
I’ll make this another answer since I want to share a code snippet.
If for some reason VS is hiding the XNA assemblies, you might try adding them to your project manually.
Unload the project in solution explorer, and then right click it and click Edit Project. Then under
Project/ItemGroup, where all the<Reference>tags are, add the XNA references (just the ones that you need, of course):