How do I recycle code in Visual Studio with XNA?
- by Marty Wallace
I'm relatively new to both C# and Visual Studio, using XNA Game Studio. All I want to do is take some folders from a current project which contain .cs files and utilise those files in a new project, but it's proving to be a little trickier than I am used to with Flash/ActionScript.
At the moment it seems like I need to use this process over and over until all the files I want are part of the current project: