From a8583c95d082d36f6d0665d0b25c2fc6c4b5e943 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Apr 2017 18:33:36 -0400 Subject: Update Manager Use the "ShiftOS.Updater" as your startup project for this to work correctly. --- ShiftOS.Updater.exe/Program.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ShiftOS.Updater.exe/Program.cs (limited to 'ShiftOS.Updater.exe/Program.cs') diff --git a/ShiftOS.Updater.exe/Program.cs b/ShiftOS.Updater.exe/Program.cs new file mode 100644 index 0000000..aa87901 --- /dev/null +++ b/ShiftOS.Updater.exe/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShiftOS.Updater.exe +{ + class Program + { + static void Main(string[] args) + { + } + } +} -- cgit v1.2.3