Files
Dario Sassi 30e61b5a0e EgtCam 1.6h3 :
- ricompilazione.
2015-08-18 07:57:24 +00:00

52 lines
1.6 KiB
VB.net

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
#If PLATFORM = "x64" Then
#If DEBUG Then
<Assembly: AssemblyTitle("EgtCam Debug 64 bit")>
<Assembly: AssemblyDescription("EgtCamD64.exe")>
#Else
<Assembly: AssemblyTitle("EgtCam Release 64 bit")>
<Assembly: AssemblyDescription("EgtCamR64.exe")>
#End If
#Else
#If DEBUG Then
<Assembly: AssemblyTitle("EgtCam Debug 32 bit")>
<Assembly: AssemblyDescription("EgtCamD32.exe")>
#Else
<Assembly: AssemblyTitle("EgtCam Release 32 bit")>
<Assembly: AssemblyDescription("EgtCamR32.exe")>
#End If
#End If
<Assembly: AssemblyCompany("EgalTech s.r.l.")>
<Assembly: AssemblyProduct("EgtCam")>
<Assembly: AssemblyCopyright("Copyright © 2014-2015 by EgalTech s.r.l.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("80f8a3e7-aece-470e-80a0-7edf19da72d8")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.6.8.3")>
<Assembly: AssemblyFileVersion("1.6.8.3")>