I am creating a game for windows phone in C# and I want to test out some output and other data through the console. How do I include the classes (or the namespace) from the phone application into a console project?
At the top of your source code:
using YourNameSpace;
Ensure that you have the code library referenced in your project, like so: