From 9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c Mon Sep 17 00:00:00 2001 From: AShifter Date: Sat, 14 Oct 2017 21:45:59 -0600 Subject: Finish Skinning and Serialize Current Skin Almost fixed the contect button glitch and i'm using Newtonsoft.JSON to save skins! --- ShiftOS.Main/ShiftOS.Main.csproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS.Main/ShiftOS.Main.csproj') diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index c814c14..9cbae5f 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -31,6 +31,9 @@ 4 + + ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + @@ -110,6 +113,7 @@ Desktop.cs + SettingsSingleFileGenerator Settings.Designer.cs -- cgit v1.2.3