static class Program { static void Main() { //Microsoft.Xna.Framework.FNADllMap.Init(); // See https://aka.ms/new-console-template for more information //Console.WriteLine("Hello, World!"); var game = new WindowsPhoneSpeedyBlupi.Game1(); game.Run(); } }