diff --git a/FOSSIL (GEN)/FOSSIL (GEN).csproj b/FOSSIL (GEN)/FOSSIL (GEN).csproj
new file mode 100644
index 0000000..aea8783
--- /dev/null
+++ b/FOSSIL (GEN)/FOSSIL (GEN).csproj
@@ -0,0 +1,55 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {CE0E31E0-BE67-4CDB-8873-B959EDAD733C}
+ Library
+ Properties
+ FOSSIL__GEN_
+ FOSSIL %28GEN%29
+ v4.6.1
+ 512
+ true
+
+
+
+ true
+ full
+ false
+ ..\Builds\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FOSSIL (GEN)/Generator.cs b/FOSSIL (GEN)/Generator.cs
new file mode 100644
index 0000000..05a53be
--- /dev/null
+++ b/FOSSIL (GEN)/Generator.cs
@@ -0,0 +1,71 @@
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Text;
+
+namespace FOSSIL__GEN_
+{
+ public class RootFossil
+ {
+ public int id { get; set; }
+ public string name { get; set; }
+ public string category { get; set; }
+ public string group { get; set; }
+ public int frame { get; set; }
+ public List