PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/FreeTranslator/Properties/AssemblyInfo.cs

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