From 5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 6 Nov 2013 13:35:06 -0500 Subject: Delete some obsolete Windows false starts. --- vsprojects/InstallerUpdater/Program.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 vsprojects/InstallerUpdater/Program.cs (limited to 'vsprojects/InstallerUpdater/Program.cs') diff --git a/vsprojects/InstallerUpdater/Program.cs b/vsprojects/InstallerUpdater/Program.cs deleted file mode 100644 index d7f1996e..00000000 --- a/vsprojects/InstallerUpdater/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace InstallerUpdater -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new MainForm()); - } - } -} -- cgit v1.2.3