Add first lot of AVRStudio project files for some of the library projects.
[pub/lufa.git] / Projects / TemperatureDataLogger / TempLogHostApp / Program.cs
diff --git a/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs b/Projects/TemperatureDataLogger/TempLogHostApp/Program.cs
deleted file mode 100644 (file)
index 2588e60..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Windows.Forms;
-
-namespace Project1HostApp
-{
-    static class Program
-    {
-        /// <summary>
-        /// The main entry point for the application.
-        /// </summary>
-        [STAThread]
-        static void Main()
-        {
-            Application.EnableVisualStyles();
-            Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new frmDataloggerSettings());
-        }
-    }
-}