AssemblyInfo.cs
上传用户:tjjgrl
上传日期:2019-04-04
资源大小:1010k
文件大小:2k
源码类别:

电子政务应用

开发平台:

C#

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