From 3b8385d7a975f898733d4e44d272d0b0493a3473 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 5 Sep 2014 07:48:29 +0000 Subject: [PATCH] TestEIn : - piccola modifica per differenziare la descrizione tra 32 e 64 bit e tra release e debug. --- My Project/AssemblyInfo.vb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 4e820af..fffc2e2 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -8,7 +8,19 @@ Imports System.Runtime.InteropServices ' Controllare i valori degli attributi dell'assembly - +#If PLATFORM = "x64" Then +#If DEBUG Then + +#Else + +#End If +#Else +#If DEBUG Then + +#Else + +#End If +#End If