diff --git a/IntegrationEgaltech/BTL.cs b/IntegrationEgaltech/BTL.cs index b0a7083..38c2438 100644 --- a/IntegrationEgaltech/BTL.cs +++ b/IntegrationEgaltech/BTL.cs @@ -76,9 +76,9 @@ namespace ib.essetre.integration.egaltech tw.WriteLine( Constants.VERSION) ; tw.WriteLine( Constants.BUILD) ; tw.WriteLine( Constants.GENERAL) ; - tw.WriteLine( Constants.PROJECT_NUMBER + this.projectNumber) ; + tw.WriteLine( Constants.PROJECT_NUMBER + "0") ; tw.WriteLine( Constants.SCALE_UNIT + Constants.scaleUnit.ToString()) ; - tw.WriteLine( Constants.USERATTRIBUTE + "\"PRODID\":" + "\"" + ( IsFromProject ? 0 : productionId) + "\"") ; + tw.WriteLine( Constants.USERATTRIBUTE + "\"PRODID\":" + "\"" + "0" + "\"") ; tw.WriteLine( Constants.USERATTRIBUTE + "\"PATTID\":" + "\"" + ( IsFromProject ? 0 : patternId) + "\"") ; tw.WriteLine( Constants.USERATTRIBUTE + "\"BARLEN\":" + "\"" + barLength + "\"") ; tw.WriteLine( Constants.USERATTRIBUTE + "\"PANELLEN\":" + "\"" + panelLength + "\"") ; @@ -215,7 +215,9 @@ namespace ib.essetre.integration.egaltech using ( var tw = new StreamWriter( Path.ChangeExtension( BtlPath, ".btm"), false)) { tw.WriteLine( "[AuxData]") ; tw.WriteLine( "LOAD90=" + barLoad90) ; - tw.WriteLine( "PROGID=" + nStart.ToString()); + tw.WriteLine( "PROGID=" + nStart.ToString()) ; + tw.WriteLine( "PROJID=" + projectNumber) ; + tw.WriteLine( "PRODID=" + (IsFromProject ? "0" : productionId.ToString())) ; } } catch { diff --git a/IntegrationEgaltech/Properties/AssemblyInfo.cs b/IntegrationEgaltech/Properties/AssemblyInfo.cs index 69072fc..9958085 100644 --- a/IntegrationEgaltech/Properties/AssemblyInfo.cs +++ b/IntegrationEgaltech/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Egalware s.r.l.")] [assembly: AssemblyProduct("Beam & Wall")] -[assembly: AssemblyCopyright("Copyright © 2018-2024 by Egalware s.r.l.")] +[assembly: AssemblyCopyright("Copyright © 2018-2025 by Egalware s.r.l.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.6.7.5")] -[assembly: AssemblyFileVersion("2.6.7.5")] +[assembly: AssemblyVersion("2.7.1.1")] +[assembly: AssemblyFileVersion("2.7.1.1")] diff --git a/IntegrationEgaltech2/IntegrationEgaltech2.aps b/IntegrationEgaltech2/IntegrationEgaltech2.aps index fbdb2e6..17c38e3 100644 Binary files a/IntegrationEgaltech2/IntegrationEgaltech2.aps and b/IntegrationEgaltech2/IntegrationEgaltech2.aps differ diff --git a/IntegrationEgaltech2/IntegrationEgaltech2.rc b/IntegrationEgaltech2/IntegrationEgaltech2.rc index bfe7d37..d71da9b 100644 Binary files a/IntegrationEgaltech2/IntegrationEgaltech2.rc and b/IntegrationEgaltech2/IntegrationEgaltech2.rc differ diff --git a/IntegrationEgaltech2/IntegrationEgaltech2.vcxproj b/IntegrationEgaltech2/IntegrationEgaltech2.vcxproj index 8f1bd1d..d6b4953 100644 --- a/IntegrationEgaltech2/IntegrationEgaltech2.vcxproj +++ b/IntegrationEgaltech2/IntegrationEgaltech2.vcxproj @@ -15,19 +15,19 @@ Win32Proj {69c15767-8e9e-42be-b8f8-aea49dc572ce} IntegrationEgaltech2 - 7.0 + 10.0 DynamicLibrary true - v141_xp + v143 Unicode DynamicLibrary false - v141_xp + v143 true Unicode