]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/Program.cs
Adding blank VS2008 solution to start from.
[chaz/carfire] / CarFire / CarFire / CarFire / Program.cs
diff --git a/CarFire/CarFire/CarFire/Program.cs b/CarFire/CarFire/CarFire/Program.cs
new file mode 100644 (file)
index 0000000..7dad1ae
--- /dev/null
@@ -0,0 +1,19 @@
+using System;\r
+\r
+namespace CarFire\r
+{\r
+    static class Program\r
+    {\r
+        /// <summary>\r
+        /// The main entry point for the application.\r
+        /// </summary>\r
+        static void Main(string[] args)\r
+        {\r
+            using (Game1 game = new Game1())\r
+            {\r
+                game.Run();\r
+            }\r
+        }\r
+    }\r
+}\r
+\r
This page took 0.021988 seconds and 4 git commands to generate.