Integration 2.2g2 :

- nelle proprietà globali aggiunto attributo per indicazione se progetto o produzione.
This commit is contained in:
Dario Sassi
2020-07-14 06:17:50 +00:00
parent 80a4566246
commit 62d86cba18
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ namespace ib.essetre.integration.egaltech
tw.WriteLine( Constants.USERATTRIBUTE + "\"BARLEN\":" + "\"" + barLength + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"PANELLEN\":" + "\"" + panelLength + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"PANELWIDTH\":" + "\"" + panelWidth + "\"") ;
tw.WriteLine( Constants.USERATTRIBUTE + "\"PROJECT\":" + "\"" + ( IsFromProject ? "1" : "0") + "\"") ;
foreach ( Part singlePart in parts) {
tw.WriteLine( Constants.PART) ;
@@ -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.2.7.1")]
[assembly: AssemblyFileVersion("2.2.7.1")]
[assembly: AssemblyVersion("2.2.7.2")]
[assembly: AssemblyFileVersion("2.2.7.2")]