4f2e75c507
- gestione fuoriciclo (/con attributo + nota in cartellino) x TK - aggiunti termini in vocabolario - update dacpac GMW
19 lines
764 B
Plaintext
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;
|
|
#> |