diff --git a/VersGen/Properties/AssemblyInfo.cs b/VersGen/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..0bb23c9
--- /dev/null
+++ b/VersGen/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("VersGen")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+//[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("VersGen")]
+//[assembly: AssemblyCopyright("Copyright © 2016")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("3645071e-9114-4d3c-a419-990fc25d5cd7")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+//[assembly: AssemblyVersion("1.0.0.0")]
+//[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/VersGen/VersGen.cs b/VersGen/VersGen.cs
new file mode 100644
index 0000000..2ac9542
--- /dev/null
+++ b/VersGen/VersGen.cs
@@ -0,0 +1,11 @@
+//
+// This code was generated by a tool. Any changes made manually will be lost
+// the next time this code is regenerated.
+//
+
+using System.Reflection;
+
+[assembly: AssemblyVersion("0.1.1.559")]
+[assembly: AssemblyFileVersion("0.1.1.559")]
+[assembly: AssemblyCopyright("Steamware © 2006-2016")]
+[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/VersGen.csproj b/VersGen/VersGen.csproj
new file mode 100644
index 0000000..293eccd
--- /dev/null
+++ b/VersGen/VersGen.csproj
@@ -0,0 +1,67 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {3645071E-9114-4D3C-A419-990FC25D5CD7}
+ Library
+ Properties
+ VersGen
+ VersGen
+ v4.5.2
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+ True
+ VersGen.tt
+
+
+
+
+ TextTemplatingFileGenerator
+ VersGen.cs
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/VersGen/VersGen.csproj.user b/VersGen/VersGen.csproj.user
new file mode 100644
index 0000000..5283ef1
--- /dev/null
+++ b/VersGen/VersGen.csproj.user
@@ -0,0 +1,6 @@
+
+
+
+ ShowAllFiles
+
+
\ No newline at end of file
diff --git a/VersGen/VersGen.tt b/VersGen/VersGen.tt
new file mode 100644
index 0000000..20e7a80
--- /dev/null
+++ b/VersGen/VersGen.tt
@@ -0,0 +1,19 @@
+<#@ template language="C#" #>
+//
+// This code was generated by a tool. Any changes made manually will be lost
+// the next time this code is regenerated.
+//
+
+using System.Reflection;
+
+[assembly: AssemblyVersion("0.1.1.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.1.1.<#= this.RevisionNumber #>")]
+[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
+[assembly: AssemblyCompany("Steamware")]
+<#+
+// int Major = 2;
+// int Minor = 4;
+// int Build = 602;
+// int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalSeconds;
+ int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2006,1,1)).TotalDays/7;
+#>
\ No newline at end of file
diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll
new file mode 100644
index 0000000..45b03bf
Binary files /dev/null and b/VersGen/bin/Debug/VersGen.dll differ
diff --git a/VersGen/obj/Debug/TempPE/MaRi.cs.dll b/VersGen/obj/Debug/TempPE/MaRi.cs.dll
new file mode 100644
index 0000000..a23c768
Binary files /dev/null and b/VersGen/obj/Debug/TempPE/MaRi.cs.dll differ
diff --git a/VersGen/obj/Debug/TempPE/MaRi.txt.dll b/VersGen/obj/Debug/TempPE/MaRi.txt.dll
new file mode 100644
index 0000000..697bb8d
Binary files /dev/null and b/VersGen/obj/Debug/TempPE/MaRi.txt.dll differ
diff --git a/VersGen/obj/Debug/TempPE/VersGen.cs.dll b/VersGen/obj/Debug/TempPE/VersGen.cs.dll
new file mode 100644
index 0000000..49f6c03
Binary files /dev/null and b/VersGen/obj/Debug/TempPE/VersGen.cs.dll differ
diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
new file mode 100644
index 0000000..e69de29
diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
new file mode 100644
index 0000000..e69de29
diff --git a/VersGen/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/VersGen/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
new file mode 100644
index 0000000..e69de29
diff --git a/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..df92a22
--- /dev/null
+++ b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt
@@ -0,0 +1,10 @@
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\MaRi\VersGen\bin\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\MaRi\VersGen\bin\Debug\VersGen.pdb
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\MaRi\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\MaRi\VersGen\obj\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\MaRi\VersGen\obj\Debug\VersGen.pdb
+C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\VersGen\bin\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\VersGen\bin\Debug\VersGen.pdb
+C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache
+C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\VersGen\obj\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\VersGen\obj\Debug\VersGen.pdb
diff --git a/VersGen/obj/Debug/VersGen.dll b/VersGen/obj/Debug/VersGen.dll
new file mode 100644
index 0000000..45b03bf
Binary files /dev/null and b/VersGen/obj/Debug/VersGen.dll differ