diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index fcc42f0..a4f747d 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index c126635..354c46c 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index fcc42f0..a4f747d 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS_SC/BootstrapNoUpdPnl.Master b/CMS_SC/BootstrapNoUpdPnl.Master new file mode 100644 index 0000000..71b15de --- /dev/null +++ b/CMS_SC/BootstrapNoUpdPnl.Master @@ -0,0 +1,112 @@ +<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="BootstrapNoUpdPnl.master.cs" Inherits="CMS_SC.BootstrapNoUpdPnl" %> + +<%@ Register Src="~/WebUserControls/mod_testata.ascx" TagPrefix="uc1" TagName="mod_testata" %> + + + + + + + + + + + + <%: Page.Title %> - CMS_SC + + + <%: Scripts.Render("~/bundles/modernizr") %> + <%: Scripts.Render("~/bundles/jquery") %> + <%: Scripts.Render("~/bundles/jqueryui") %> + + + + + + + + + +
+ + + <%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=272931&clcid=0x409 --%> + <%--Framework Scripts--%> + + + + + + + + + + + <%--Site Scripts--%> + + + + + + + + + + +
+ +
+

hello world!

+ Area main content da customizzare +
+
+
+ + + +
+ + + +
+
+
+
+ + + <%: Scripts.Render("~/bundles/jSteamware") %> + + + diff --git a/CMS_SC/BootstrapNoUpdPnl.Master.cs b/CMS_SC/BootstrapNoUpdPnl.Master.cs new file mode 100644 index 0000000..7ba13c2 --- /dev/null +++ b/CMS_SC/BootstrapNoUpdPnl.Master.cs @@ -0,0 +1,51 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace CMS_SC +{ + public partial class BootstrapNoUpdPnl : System.Web.UI.MasterPage + { + protected void Page_Load(object sender, EventArgs e) + { + if (!Page.IsPostBack) + { + lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version); + setTimer(); + updateLabels(); + } + } + /// + /// imposta il tempo di scadenza del timer x il refresh della pagina (della parte top) per evitare che la sessione sul server scada + /// + private void setTimer() + { + Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms"); + } + protected void Timer1_Tick(object sender, EventArgs e) + { + updateLabels(); + } + private void updateLabels() + { + lblDateTime.Text = DateTime.Now.ToString(); + } + /// + /// determina visibilità controllo ricerca + /// + public bool showSearch + { + get + { + return mod_testata.pageHasSearch; + } + set + { + mod_testata.pageHasSearch = value; + } + } + } +} \ No newline at end of file diff --git a/CMS_SC/BootstrapNoUpdPnl.Master.designer.cs b/CMS_SC/BootstrapNoUpdPnl.Master.designer.cs new file mode 100644 index 0000000..c94630d --- /dev/null +++ b/CMS_SC/BootstrapNoUpdPnl.Master.designer.cs @@ -0,0 +1,159 @@ +//------------------------------------------------------------------------------ +// +// 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 CMS_SC { + + + public partial class BootstrapNoUpdPnl { + + /// + /// PlaceHolder1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1; + + /// + /// BundleReference1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1; + + /// + /// BundleReference2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2; + + /// + /// HeadContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent; + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// uppNavbar control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdatePanel uppNavbar; + + /// + /// mod_testata control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::CMS_SC.WebUserControls.mod_testata mod_testata; + + /// + /// FeaturedContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent; + + /// + /// MainContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent; + + /// + /// uppFooter control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdatePanel uppFooter; + + /// + /// Timer1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.Timer Timer1; + + /// + /// lblVers control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblVers; + + /// + /// lblDateTime control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblDateTime; + + /// + /// updtRicerca control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdateProgress updtRicerca; + + /// + /// PlaceHolder2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder2; + } +} diff --git a/CMS_SC/CMS_SC.csproj b/CMS_SC/CMS_SC.csproj index 658b2e6..b17758b 100644 --- a/CMS_SC/CMS_SC.csproj +++ b/CMS_SC/CMS_SC.csproj @@ -255,6 +255,7 @@ + @@ -299,6 +300,7 @@ + @@ -313,6 +315,7 @@ + Designer @@ -478,6 +481,13 @@ Bootstrap.Master + + BootstrapNoUpdPnl.Master + ASPXCodeBehind + + + BootstrapNoUpdPnl.Master + Collaudi.aspx ASPXCodeBehind @@ -506,6 +516,20 @@ ElencoSchede.aspx + + Empty.Master + ASPXCodeBehind + + + Empty.Master + + + FileManager.aspx + ASPXCodeBehind + + + FileManager.aspx + Global.asax diff --git a/CMS_SC/Empty.Master b/CMS_SC/Empty.Master new file mode 100644 index 0000000..fcc9877 --- /dev/null +++ b/CMS_SC/Empty.Master @@ -0,0 +1,112 @@ +<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Empty.master.cs" Inherits="CMS_SC.Empty" %> + +<%@ Register Src="~/WebUserControls/mod_testata.ascx" TagPrefix="uc1" TagName="mod_testata" %> + + + + + + + + + + + + <%: Page.Title %> - CMS_SC + + + <%: Scripts.Render("~/bundles/modernizr") %> + <%: Scripts.Render("~/bundles/jquery") %> + <%: Scripts.Render("~/bundles/jqueryui") %> + + + + + + + + + +
+ + + <%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=272931&clcid=0x409 --%> + <%--Framework Scripts--%> + + + + + + + + + + + <%--Site Scripts--%> + + + <%-- + + + + + --%> + + +
+ +
+

hello world!

+ Area main content da customizzare +
+
+
+ + + +
+ + + +
+
+
+
+ + + <%: Scripts.Render("~/bundles/jSteamware") %> + + + diff --git a/CMS_SC/Empty.Master.cs b/CMS_SC/Empty.Master.cs new file mode 100644 index 0000000..94b5e25 --- /dev/null +++ b/CMS_SC/Empty.Master.cs @@ -0,0 +1,37 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace CMS_SC +{ + public partial class Empty : System.Web.UI.MasterPage + { + protected void Page_Load(object sender, EventArgs e) + { + if (!Page.IsPostBack) + { + lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version); + setTimer(); + updateLabels(); + } + } + /// + /// imposta il tempo di scadenza del timer x il refresh della pagina (della parte top) per evitare che la sessione sul server scada + /// + private void setTimer() + { + Timer1.Interval = SteamWare.memLayer.ML.confReadInt("intUpdatePagina_ms"); + } + protected void Timer1_Tick(object sender, EventArgs e) + { + updateLabels(); + } + private void updateLabels() + { + lblDateTime.Text = DateTime.Now.ToString(); + } + } +} \ No newline at end of file diff --git a/CMS_SC/Empty.Master.designer.cs b/CMS_SC/Empty.Master.designer.cs new file mode 100644 index 0000000..a9e255c --- /dev/null +++ b/CMS_SC/Empty.Master.designer.cs @@ -0,0 +1,141 @@ +//------------------------------------------------------------------------------ +// +// 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 CMS_SC { + + + public partial class Empty { + + /// + /// PlaceHolder1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1; + + /// + /// BundleReference1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1; + + /// + /// BundleReference2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2; + + /// + /// HeadContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent; + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// ScriptManager1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.ScriptManager ScriptManager1; + + /// + /// FeaturedContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent; + + /// + /// MainContent control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent; + + /// + /// uppFooter control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdatePanel uppFooter; + + /// + /// Timer1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.Timer Timer1; + + /// + /// lblVers control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblVers; + + /// + /// lblDateTime control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblDateTime; + + /// + /// updtRicerca control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.UpdateProgress updtRicerca; + + /// + /// PlaceHolder2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder2; + } +} diff --git a/CMS_SC/FileManager.aspx b/CMS_SC/FileManager.aspx new file mode 100644 index 0000000..2315af3 --- /dev/null +++ b/CMS_SC/FileManager.aspx @@ -0,0 +1,8 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Empty.Master" AutoEventWireup="true" CodeBehind="FileManager.aspx.cs" Inherits="CMS_SC.FileManager" %> + +<%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %> + + + + + diff --git a/CMS_SC/FileManager.aspx.cs b/CMS_SC/FileManager.aspx.cs new file mode 100644 index 0000000..058e9d6 --- /dev/null +++ b/CMS_SC/FileManager.aspx.cs @@ -0,0 +1,20 @@ +using SteamWare; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace CMS_SC +{ + public partial class FileManager : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + // imposto filtKey + mod_fileUpload.enableMod = memLayer.ML.QSB("enableMod"); + mod_fileUpload.filtKey = memLayer.ML.QSS("filtKey"); + } + } +} \ No newline at end of file diff --git a/CMS_SC/FileManager.aspx.designer.cs b/CMS_SC/FileManager.aspx.designer.cs new file mode 100644 index 0000000..316e2b0 --- /dev/null +++ b/CMS_SC/FileManager.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 CMS_SC { + + + public partial class FileManager { + + /// + /// mod_fileUpload control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::CMS_SC.WebUserControls.mod_fileUpload mod_fileUpload; + } +} diff --git a/CMS_SC/Test.aspx b/CMS_SC/Test.aspx index 5606a1e..2a919f6 100644 --- a/CMS_SC/Test.aspx +++ b/CMS_SC/Test.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="CMS_SC.Test" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/BootstrapNoUpdPnl.Master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="CMS_SC.Test" %> <%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %> @@ -8,5 +8,5 @@ area featured - + diff --git a/CMS_SC/ToDo.txt b/CMS_SC/ToDo.txt index 13b99a9..3ea8f6f 100644 --- a/CMS_SC/ToDo.txt +++ b/CMS_SC/ToDo.txt @@ -4,10 +4,7 @@ - TODO's ---------------------------------------------------------------------------------------------------------------- -- uso modulo file: passare KEY ricerca come IdxDossier.CodScheda.Vers.NumSCheda.CodMisura.Fase -- gestione allegati tipo FILE (blob? in scheda o "generale"?) -- allegati FILE (su DB come link?) - +- show/hide pannello storico schede - Potrebbero servire schede speciali in cui i valori di Minimo e Massimo sono variabili (tolleranze variabili a FDO) -> si è deciso con Carlo di costruire delle schede con 2 valori TESTUALI + un file allegato, x cui misura 1 = valori massimi da ORDINE, misura 2 valori massimi rilevati, misura 3 OK / KO (con deroga...), misura 4 = allegato file @@ -69,7 +66,9 @@ Gestione FILES - creazione oggetti dataset - moduli gestione files... - modificare file: mettere KEY ricerca come IdxDossier.CodScheda.Vers.NumSCheda.CodMisura.Fase - +- uso modulo file: passare KEY ricerca come IdxDossier.CodScheda.Vers.NumSCheda.CodMisura.Fase +- gestione allegati tipo FILE (blob? in scheda o "generale"?) +- allegati FILE (su DB come link?) ................................................................................................................ diff --git a/CMS_SC/Web.config b/CMS_SC/Web.config index 603daf5..f926000 100644 --- a/CMS_SC/Web.config +++ b/CMS_SC/Web.config @@ -61,6 +61,8 @@ + + diff --git a/CMS_SC/WebUserControls/mod_collaudi.ascx b/CMS_SC/WebUserControls/mod_collaudi.ascx index faa8169..9b261aa 100644 --- a/CMS_SC/WebUserControls/mod_collaudi.ascx +++ b/CMS_SC/WebUserControls/mod_collaudi.ascx @@ -25,7 +25,8 @@
- + <%# contaAllegati(Eval("ValoreMis")) %> + <%----%>
@@ -35,7 +36,9 @@
- + <%# contaAllegati(Eval("ValoreMis")) %> + <%--<%: traduci("FileAllegati") %>--%> + <%----%>
diff --git a/CMS_SC/WebUserControls/mod_collaudi.ascx.cs b/CMS_SC/WebUserControls/mod_collaudi.ascx.cs index 3eb0a09..df12e21 100644 --- a/CMS_SC/WebUserControls/mod_collaudi.ascx.cs +++ b/CMS_SC/WebUserControls/mod_collaudi.ascx.cs @@ -207,5 +207,54 @@ namespace CMS_SC.WebUserControls hfEditEnabled.Value = value.ToString(); } } + + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(string lemma) + { + return user_std.UtSn.Traduci(lemma); + } + /// + /// formatta URL x mostrare i file associati al record + /// + /// + /// + /// + public string fileTarget(object _filter, object _enableMod) + { + string answ = "FileManager"; + try + { + answ = string.Format(memLayer.ML.CRS("fileManUrl"), _filter, _enableMod); + } + catch + { } + return answ; + } + + public string contaAllegati(object filtro) + { + string answ = traduci("FileAllegati"); + try + { + int numFile = DtProxy.man.taFiles.getByFiltKey(filtro.ToString()).Rows.Count; + answ = string.Format("{0} {1}", numFile, answ); + } + catch + { } + return answ; + } + +#if false + protected void lbFileMan_DataBinding(object sender, EventArgs e) + { + LinkButton lnkBtn = (LinkButton)sender; + lnkBtn.Attributes.Add("target", "_blank"); + //lnkBtn.Attributes.Add("onClick", "window.open (this.href, 'Files', 'height=500,width=400,scrollbars'); return false"); + } +#endif } } \ No newline at end of file diff --git a/CMS_SC/WebUserControls/mod_fileUpload.ascx b/CMS_SC/WebUserControls/mod_fileUpload.ascx index ee541db..8dc712b 100644 --- a/CMS_SC/WebUserControls/mod_fileUpload.ascx +++ b/CMS_SC/WebUserControls/mod_fileUpload.ascx @@ -1,84 +1,81 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_fileUpload.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_fileUpload" %> - - - - - -
- -
-
-
- - +
+ <%-- + + + + --%> +
+
-
- +
+
+ + +
+
+ +
-
- - - - - - - - - - - - - - <%: traduci("NoFileFound") %> - - - - -
- -
-
- -
- - - - - -
- - - -
-
- - -
-
- -
- - -
- -
-
- -
-
-
- - - - - - - - - - + + + + + + + + + + + + + + <%: traduci("NoFileFound") %> + + + + +
+ +
+
+ +
+ + + + + +
+ + +
+ + +
+
+ +
+ + +
+
+
+
+
+ + + + + + + + + + -
-
+ <%-- + --%> +
diff --git a/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs b/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs index 17ae5d3..548b71a 100644 --- a/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs @@ -12,15 +12,6 @@ namespace CMS_SC.WebUserControls { public partial class mod_fileUpload { - /// - /// uppContainer control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.UpdatePanel uppContainer; - /// /// divFileUpl control. /// diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index fcc42f0..a4f747d 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 35c2715..226cb41 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll.config b/CMS_SC/bin/CMS_SC.dll.config index 603daf5..f926000 100644 --- a/CMS_SC/bin/CMS_SC.dll.config +++ b/CMS_SC/bin/CMS_SC.dll.config @@ -61,6 +61,8 @@ + + diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index c126635..354c46c 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ diff --git a/VersGen/CMS_SC.cs b/VersGen/CMS_SC.cs index 2c200da..4a65876 100644 --- a/VersGen/CMS_SC.cs +++ b/VersGen/CMS_SC.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.8.073.349")] -[assembly: AssemblyFileVersion("1.8.073.349")] +[assembly: AssemblyVersion("1.8.074.349")] +[assembly: AssemblyFileVersion("1.8.074.349")] [assembly: AssemblyCopyright("Steamware © 2009-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/CMS_SC.tt b/VersGen/CMS_SC.tt index 9648d0d..ed59aa7 100644 --- a/VersGen/CMS_SC.tt +++ b/VersGen/CMS_SC.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("1.8.073.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("1.8.073.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("1.8.074.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("1.8.074.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2009-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 1942300..6131baf 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ