Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Tris - AssemblyInfo.vb

AssemblyInfo.vb

Caricato da:
Scarica il programma completo

  1. Imports System.Reflection
  2. Imports System.Runtime.CompilerServices
  3.  
  4.  
  5. '
  6. ' General Information about an assembly is controlled through the following
  7. ' set of attributes. Change these attribute values to modify the information
  8. ' associated with an assembly.
  9. '
  10.  
  11. <assembly: AssemblyTitle("")>
  12.  
  13. <assembly: AssemblyDescription("")>
  14.  
  15. <assembly: AssemblyConfiguration("")>
  16.  
  17. <assembly: AssemblyCompany("")>
  18.  
  19. <assembly: AssemblyProduct("")>
  20.  
  21. <assembly: AssemblyCopyright("")>
  22.  
  23. <assembly: AssemblyTrademark("")>
  24.  
  25. <assembly: AssemblyCulture("")>
  26. '
  27. ' Version information for an assembly consists of the following four values:
  28. '
  29. '      Major Version
  30. '      Minor Version
  31. '      Build Number
  32. '      Revision
  33. '
  34. ' You can specify all the values or you can default the Revision and Build Numbers
  35. ' by using the '*' as shown below:
  36.  
  37. <assembly: AssemblyVersion("1.0.*")>
  38. '
  39. ' In order to sign your assembly you must specify a key to use. Refer to the
  40. ' Microsoft .NET Framework documentation for more information on assembly signing.
  41. '
  42. ' Use the attributes below to control which key is used for signing.
  43. '
  44. ' Notes:
  45. '   (*) If no key is specified, the assembly is not signed.
  46. '   (*) KeyName refers to a key that has been installed in the Crypto Service
  47. '       Provider (CSP) on your machine. KeyFile refers to a file which contains
  48. '       a key.
  49. '   (*) If the KeyFile and the KeyName values are both specified, the
  50. '       following processing occurs:
  51. '       (1) If the KeyName can be found in the CSP, that key is used.
  52. '       (2) If the KeyName does not exist and the KeyFile does exist, the key
  53. '           in the KeyFile is installed into the CSP and used.
  54. '   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
  55. '       When specifying the KeyFile, the location of the KeyFile should be
  56. '       relative to the project output directory which is
  57. '       %Project Directory%\obj\<configuration>. For example, if your KeyFile is
  58. '       located in the project directory, you would specify the AssemblyKeyFile
  59. '       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
  60. '   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
  61. '       documentation for more information on this.
  62. '
  63.  
  64. <assembly: AssemblyDelaySign(False)>
  65.  
  66. <assembly: AssemblyKeyFile("")>
  67.  
  68. <assembly: AssemblyKeyName("")>