Files
GMW/VersGen/GMW.tt
T
Samuele Locatelli 4f2e75c507 update versione 2.4.600 x TK
- gestione fuoriciclo (/con attributo + nota in cartellino) x TK
- aggiunti termini in vocabolario
- update dacpac GMW
2014-02-21 14:33:55 +01:00

19 lines
764 B
Plaintext

<#@ 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("<#= this.Major #>.<#= this.Minor #>.<#= this.Build #>.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("<#= this.Major #>.<#= this.Minor #>.<#= this.Build #>.<#= this.RevisionNumber #>")]
//[assembly: AssemblyCopyright("© Steamware 2007-<#= DateTime.Now.Year #>")]
//[assembly: AssemblyCompany("Steamware")]
<#+
int Major = 2;
int Minor = 4;
int Build = 601;
// int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalSeconds;
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2010,1,1)).TotalDays;
#>