Farseer setup in Visual studio to work with C# and XNA
I have downloaded the folder containing the Farseer Physics engine. and I have a game that I am working on using C# and XNA. The issue Im having is that I dont know how to add the file开发者_如何学Gos for Farseer to my project so i can reference the functions in the code. How Do I do this?
You could also:
- Open the Farseer project
- Build it
- Go into your own project
- Right click on 'references' in solution explorer and choose 'add reference'
- Browse to the FarseerPhysics .dll file and select it
- You now have added it as a reference to your project and can use it in your code!
I spent about 3 hours trying to figure this one out. (sounds stupid, I know) After I posted this question I ran on to another question on here that I'm sure I looked at already. ANSWER: Just drag and drop the stupid folder into the Solution Explorer.
精彩评论