diff --git a/.vs/PoE-MxFilterGen/v15/.suo b/.vs/PoE-MxFilterGen/v15/.suo
index e260ba4..6642611 100644
Binary files a/.vs/PoE-MxFilterGen/v15/.suo and b/.vs/PoE-MxFilterGen/v15/.suo differ
diff --git a/PoE-MxFilterGen/PoE-MxFilterGen.csproj b/PoE-MxFilterGen/PoE-MxFilterGen.csproj
index 1187119..87d5a74 100644
--- a/PoE-MxFilterGen/PoE-MxFilterGen.csproj
+++ b/PoE-MxFilterGen/PoE-MxFilterGen.csproj
@@ -35,8 +35,8 @@
     Chaos_Orb.ico
   
   
-    
-      ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll
+    
+      ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
     
     
     
@@ -48,19 +48,7 @@
     
   
   
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
     
-    
-    
     
     
     
diff --git a/PoE-MxFilterGen/json/accessories.cs b/PoE-MxFilterGen/json/accessories.cs
deleted file mode 100644
index 125e9da..0000000
--- a/PoE-MxFilterGen/json/accessories.cs
+++ /dev/null
@@ -1,95 +0,0 @@
-using Newtonsoft.Json;
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace PoE_MxFilterGen.json
-{
-    public class SparklineAccessory
-    {
-        public List data { get; set; }
-        public double? totalChange { get; set; }
-    }
-
-    public class ExplicitModifierAccessory
-    {
-        public string text { get; set; }
-        public bool optional { get; set; }
-    }
-
-    public class LineAccessory
-    {
-        public int id { get; set; }
-        public string name { get; set; }
-        public string icon { get; set; }
-        public int mapTier { get; set; }
-        public int levelRequired { get; set; }
-        public string baseType { get; set; }
-        public int stackSize { get; set; }
-        public object variant { get; set; }
-        public object prophecyText { get; set; }
-        public object artFilename { get; set; }
-        public int links { get; set; }
-        public int itemClass { get; set; }
-        public SparklineAccessory sparkline { get; set; }
-        public List