+
-
-
© 2013-<%: DateTime.Now.Year %> - SteamWare, ETS
+
© 2013-<%: DateTime.Now.Year %> - SteamWare
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
index d82d400..a9d1c8e 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
@@ -24,7 +24,9 @@ namespace PROJ_ETS.WebUserControls
protected void Page_Load(object sender, EventArgs e)
{
// sistemo le stringhe...
- lblApp.Text = string.Format("
{0} v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
+ //lblApp.Text = string.Format("
{0} v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
+
+ lblApp.Text = string.Format("
{0} v.{1}", ConfigurationManager.AppSettings.Get("appName"), System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
setTimer();
setClock();
}
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx
index 5716d3a..22c4f1e 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_progetti.ascx
@@ -31,7 +31,7 @@
-
+
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx
index 82e57c4..08dbd1f 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_weekPlan.ascx
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll
index 5d6b74b..89a930b 100644
Binary files a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll and b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll differ
diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config
index 5945d35..fb0d770 100644
--- a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config
+++ b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll.config
@@ -25,8 +25,8 @@
-
-
+
+
diff --git a/PROJ-ETS/PROJ-ETS/compilerconfig.json b/PROJ-ETS/PROJ-ETS/compilerconfig.json
new file mode 100644
index 0000000..b9b907f
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/compilerconfig.json
@@ -0,0 +1,6 @@
+[
+ {
+ "outputFile": "Content/Style.css",
+ "inputFile": "Content/Style.less"
+ }
+]
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults b/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults
new file mode 100644
index 0000000..c75eb7d
--- /dev/null
+++ b/PROJ-ETS/PROJ-ETS/compilerconfig.json.defaults
@@ -0,0 +1,49 @@
+{
+ "compilers": {
+ "less": {
+ "autoPrefix": "",
+ "cssComb": "none",
+ "ieCompat": true,
+ "strictMath": false,
+ "strictUnits": false,
+ "relativeUrls": true,
+ "rootPath": "",
+ "sourceMapRoot": "",
+ "sourceMapBasePath": "",
+ "sourceMap": false
+ },
+ "sass": {
+ "includePath": "",
+ "indentType": "space",
+ "indentWidth": 2,
+ "outputStyle": "nested",
+ "Precision": 5,
+ "relativeUrls": true,
+ "sourceMapRoot": "",
+ "sourceMap": false
+ },
+ "stylus": {
+ "sourceMap": false
+ },
+ "babel": {
+ "sourceMap": false
+ },
+ "coffeescript": {
+ "bare": false,
+ "runtimeMode": "node",
+ "sourceMap": false
+ }
+ },
+ "minifiers": {
+ "css": {
+ "enabled": true,
+ "termSemicolons": true,
+ "gzip": false
+ },
+ "javascript": {
+ "enabled": true,
+ "termSemicolons": true,
+ "gzip": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/VersGen/CodeVersion.cs b/VersGen/CodeVersion.cs
new file mode 100644
index 0000000..de92df0
--- /dev/null
+++ b/VersGen/CodeVersion.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("2.2.1.163")]
+[assembly: AssemblyFileVersion("2.2.1.163")]
+[assembly: AssemblyCopyright("Steamware © 2013-2016")]
+[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/CodeVersion.tt b/VersGen/CodeVersion.tt
new file mode 100644
index 0000000..e8dfcde
--- /dev/null
+++ b/VersGen/CodeVersion.tt
@@ -0,0 +1,15 @@
+<#@ 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("2.2.1.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("2.2.1.<#= this.RevisionNumber #>")]
+[assembly: AssemblyCopyright("Steamware © 2013-<#= DateTime.Now.Year #>")]
+[assembly: AssemblyCompany("Steamware")]
+<#+
+ int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2013,1,1)).TotalDays/7;
+#>
\ No newline at end of file
diff --git a/VersGen/Properties/AssemblyInfo.cs b/VersGen/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..56fd6dc
--- /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("13d76807-d464-4ad3-b79a-1a39b549983d")]
+
+// 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.csproj b/VersGen/VersGen.csproj
new file mode 100644
index 0000000..d0b4666
--- /dev/null
+++ b/VersGen/VersGen.csproj
@@ -0,0 +1,67 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {13D76807-D464-4AD3-B79A-1A39B549983D}
+ 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
+ CodeVersion.tt
+
+
+
+
+
+ TextTemplatingFileGenerator
+ CodeVersion.cs
+
+
+
+
+
+
+
+
\ 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..cb14e36
Binary files /dev/null and b/VersGen/bin/Debug/VersGen.dll differ
diff --git a/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..bbce799
Binary files /dev/null and b/VersGen/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll b/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll
new file mode 100644
index 0000000..0d0e3b1
Binary files /dev/null and b/VersGen/obj/Debug/TempPE/CodeVersion.cs.dll differ
diff --git a/VersGen/obj/Debug/TempPE/CodeVersion.txt.dll b/VersGen/obj/Debug/TempPE/CodeVersion.txt.dll
new file mode 100644
index 0000000..05414db
Binary files /dev/null and b/VersGen/obj/Debug/TempPE/CodeVersion.txt.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..53ea214
--- /dev/null
+++ b/VersGen/obj/Debug/VersGen.csproj.FileListAbsolute.txt
@@ -0,0 +1,5 @@
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\bin\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\bin\Debug\VersGen.pdb
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.csprojResolveAssemblyReference.cache
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.dll
+C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2015\Projects\ETS\VersGen\obj\Debug\VersGen.pdb
diff --git a/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache
new file mode 100644
index 0000000..d6a7346
Binary files /dev/null and b/VersGen/obj/Debug/VersGen.csprojResolveAssemblyReference.cache differ
diff --git a/VersGen/obj/Debug/VersGen.dll b/VersGen/obj/Debug/VersGen.dll
new file mode 100644
index 0000000..cb14e36
Binary files /dev/null and b/VersGen/obj/Debug/VersGen.dll differ