diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx
new file mode 100644
index 0000000..0a6c169
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagLocazioni.ascx.cs" Inherits="GIM_site.WebUserControls.mod_anagLocazioni" %>
+...da fare elenco locazioni...
\ No newline at end of file
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.cs
new file mode 100644
index 0000000..0d33f04
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GIM_site.WebUserControls
+{
+ public partial class mod_anagLocazioni : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.designer.cs
new file mode 100644
index 0000000..d722868
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagLocazioni.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GIM_site.WebUserControls
+{
+
+
+ public partial class mod_anagLocazioni
+ {
+ }
+}
diff --git a/Projects/WebGIM/GIM_site/anagLocazioni.aspx b/Projects/WebGIM/GIM_site/anagLocazioni.aspx
new file mode 100644
index 0000000..47381b6
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/anagLocazioni.aspx
@@ -0,0 +1,5 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="anagLocazioni.aspx.cs" Inherits="GIM_site.anagLocazioni" %>
+<%@ Register src="WebUserControls/mod_anagLocazioni.ascx" tagname="mod_anagLocazioni" tagprefix="uc1" %>
+
+
+
diff --git a/Projects/WebGIM/GIM_site/anagLocazioni.aspx.cs b/Projects/WebGIM/GIM_site/anagLocazioni.aspx.cs
new file mode 100644
index 0000000..2937915
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/anagLocazioni.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GIM_site
+{
+ public partial class anagLocazioni : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/Projects/WebGIM/GIM_site/anagLocazioni.aspx.designer.cs b/Projects/WebGIM/GIM_site/anagLocazioni.aspx.designer.cs
new file mode 100644
index 0000000..1033aa9
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/anagLocazioni.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GIM_site {
+
+
+ public partial class anagLocazioni {
+
+ ///
+ /// mod_anagLocazioni1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GIM_site.WebUserControls.mod_anagLocazioni mod_anagLocazioni1;
+ }
+}
diff --git a/Projects/WebGIM/VersGen/WebGIM.cs b/Projects/WebGIM/VersGen/WebGIM.cs
index a76a126..2921046 100644
--- a/Projects/WebGIM/VersGen/WebGIM.cs
+++ b/Projects/WebGIM/VersGen/WebGIM.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("1.5.253.512")]
-[assembly: AssemblyFileVersion("1.5.253.512")]
+[assembly: AssemblyVersion("1.6.256.515")]
+[assembly: AssemblyFileVersion("1.6.256.515")]
[assembly: AssemblyCopyright("Steamware © 2006-2015")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/Projects/WebGIM/VersGen/WebGIM.tt b/Projects/WebGIM/VersGen/WebGIM.tt
index ffac1c6..8ab8979 100644
--- a/Projects/WebGIM/VersGen/WebGIM.tt
+++ b/Projects/WebGIM/VersGen/WebGIM.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("1.5.253.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("1.5.253.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("1.6.256.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("1.6.256.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+