diff --git a/IOB-WIN/IOB-WIN.csproj b/IOB-WIN/IOB-WIN.csproj
index 97bb5dd9..01711835 100644
--- a/IOB-WIN/IOB-WIN.csproj
+++ b/IOB-WIN/IOB-WIN.csproj
@@ -13,6 +13,21 @@
true
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ false
+ true
AnyCPU
@@ -83,8 +98,15 @@
Always
+
+ TextTemplatingFileGenerator
+ manifest.xml
+
- Always
+ True
+ True
+ manifest.tt
+ Designer
Always
@@ -150,7 +172,40 @@
+
+
+ False
+ Microsoft .NET Framework 4.6.1 %28x86 e x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+
+
+
+
+
+
+
+ 10.0
+
+ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
+
+
+
+
+ true
+
+
+ true
+
+
+ false
+
"$(ProjectDir)setupTgt.bat" "$(ConfigurationName)" "$(ProjectDir)"
diff --git a/IOB-WIN/Resources/manifest.tt b/IOB-WIN/Resources/manifest.tt
new file mode 100644
index 00000000..1dd42a43
--- /dev/null
+++ b/IOB-WIN/Resources/manifest.tt
@@ -0,0 +1,19 @@
+<#@ template debug="false" hostspecific="true" language="C#" #>
+<#@ assembly name="System.Core" #>
+<#@ import namespace="System.Linq" #>
+<#@ import namespace="System.Text" #>
+<#@ import namespace="System.Collections.Generic" #>
+<#@ output extension=".xml" #>
+<#@ import namespace="System.IO" #>
+<#
+ string absolutePath = Host.ResolvePath("..\\..\\VersGen\\VersNum.txt");
+ string contents = File.ReadAllText(absolutePath);
+ string versNum=contents;
+#>
+
+-
+ <#= versNum #>.000.000
+ http://seriate.steamware.net:8083/SWS/MAPO-IOB-WIN/{{BRANCHNAME}}/MAPO-IOB-WIN.zip
+ http://seriate.steamware.net:8083/SWS/MAPO-IOB-WIN/{{BRANCHNAME}}/ChangeLog.html
+ false
+
diff --git a/IOB-WIN/Resources/manifest.xml b/IOB-WIN/Resources/manifest.xml
index 77bcdadf..525f3552 100644
--- a/IOB-WIN/Resources/manifest.xml
+++ b/IOB-WIN/Resources/manifest.xml
@@ -1,7 +1,7 @@
-
+
-
0.10.000.000
http://seriate.steamware.net:8083/SWS/MAPO-IOB-WIN/{{BRANCHNAME}}/MAPO-IOB-WIN.zip
http://seriate.steamware.net:8083/SWS/MAPO-IOB-WIN/{{BRANCHNAME}}/ChangeLog.html
false
-
\ No newline at end of file
+
diff --git a/VersGen/VersGen.cs b/VersGen/VersGen.cs
index 35648ace..9ece414f 100644
--- a/VersGen/VersGen.cs
+++ b/VersGen/VersGen.cs
@@ -1,11 +1,9 @@
//
// 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.11.000.000")]
-[assembly: AssemblyFileVersion("0.11.000.000")]
+//
+using System.Reflection;
+[assembly: AssemblyVersion("0.10.000.000")]
+[assembly: AssemblyFileVersion("0.10.000.000")]
[assembly: AssemblyCopyright("Steamware © 2006-2017")]
[assembly: AssemblyCompany("Steamware")]
\ No newline at end of file
diff --git a/VersGen/VersGen.csproj b/VersGen/VersGen.csproj
index 830d81fd..18a6a36d 100644
--- a/VersGen/VersGen.csproj
+++ b/VersGen/VersGen.csproj
@@ -62,11 +62,30 @@
TextTemplatingFileGenerator
VersGen.cs
+
+
+
+
+ 10.0
+
+ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
+
+
+
+
+ true
+
+
+ true
+
+
+ false
+