Files
OmagCUT/My Project/AssemblyInfo.vb
T
Dario Sassi 0b79ced485 OmagCUT 2.1k2 :
- si salvano in memoria i dati dell'ultimo taglio diretto Singolo per riproporli al successivo
- anche sui tagli diretti si lancia lo script di macchina SentProg.lua (se presente)
- in Split corretta gestione tagli inclinati con Waterjet
- gli angoli di fianco vengono ora indicati sui disegni con due decimali (se necessario).
2019-11-18 08:01:24 +00:00

67 lines
2.6 KiB
VB.net

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports System.Globalization
Imports System.Resources
Imports System.Windows
' 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 TRIAL Then
<Assembly: AssemblyTitle("OmagCUTT32.exe")>
<Assembly: AssemblyDescription("OmagCUT Trial 32 bit")>
#ElseIf DEBUG Then
<Assembly: AssemblyTitle("OmagCUTD32.exe")>
<Assembly: AssemblyDescription("OmagCUT Debug 32 bit")>
#Else
<Assembly: AssemblyTitle("OmagCUTR32.exe")>
<Assembly: AssemblyDescription("OmagCUT 32 bit")>
#End If
<Assembly: AssemblyCompany("EgalTech s.r.l.")>
<Assembly: AssemblyProduct("OmagCUT")>
<Assembly: AssemblyCopyright("Copyright © 2015-2019 by EgalTech s.r.l.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'In order to begin building localizable applications, set
'<UICulture>CultureYouAreCodingWith</UICulture> in your .vbproj file
'inside a <PropertyGroup>. For example, if you are using US english
'in your source files, set the <UICulture> to "en-US". Then uncomment the
'NeutralResourceLanguage attribute below. Update the "en-US" in the line
'below to match the UICulture setting in the project file.
'<Assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)>
'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
'1st parameter: where theme specific resource dictionaries are located
'(used if a resource is not found in the page,
' or application resource dictionaries)
'2nd parameter: where the generic resource dictionary is located
'(used if a resource is not found in the page,
'app, and any theme specific resource dictionaries)
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("5f7e2879-e4a4-430d-bcf2-f9a3724762be")>
' 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("2.1.11.2")>
<Assembly: AssemblyFileVersion("2.1.11.2")>