Click here to Skip to main content
15,886,078 members
Articles / Programming Languages / Visual Basic

Mathemathics Framework

Rate me:
Please Sign up or sign in to vote.
4.76/5 (56 votes)
16 Sep 2008CPOL6 min read 75.3K   6.2K   171  
.NET Mathematical Framework
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' La informaci�n general de un ensamblado se controla mediante el siguiente
' conjunto de atributos. Cambie estos atributos para modificar la informaci�n
' asociada con un ensamblado.

' Revisar los valores de los atributos del ensamblado

<Assembly: AssemblyTitle("BodeViewer MidRange Library")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyCompany("GG")> 
<Assembly: AssemblyProduct("BodeViewer")> 
<Assembly: AssemblyCopyright("2007")> 
<Assembly: AssemblyTrademark("")> 
<Assembly: CLSCompliant(True)> 

'El siguiente GUID sirve como identificador de la biblioteca de tipos si este proyecto se expone a COM
<Assembly: Guid("AB7FC273-87F5-408C-99F1-4302AF7E76B2")> 

' La informaci�n de versi�n de un ensamblado consta de los siguientes cuatro valores:
'
'      Versi�n principal
'      Versi�n secundaria 
'      Versi�n de compilaci�n
'      Revisi�n
'
' Puede especificar todos los valores o usar los valores predeterminados (n�mero de versi�n de compilaci�n y de revisi�n) 
' usando el s�mbolo '*' como se muestra a continuaci�n:

<Assembly: AssemblyVersion("1.0.*")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer Universidad Tecnológica Nacional
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions