AssemblyInfo.cs 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. using System;
  2. using System.Reflection;
  3. using System.Runtime.InteropServices;
  4. using System.Runtime.CompilerServices;
  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. [assembly: AssemblyTitle("protobuf-net")]
  9. [assembly: AssemblyDescription("Protocol Buffers for .NET")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("Marc Gravell")]
  12. [assembly: AssemblyProduct("protobuf-net")]
  13. [assembly: AssemblyCopyright("See http://code.google.com/p/protobuf-net/")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. #if !PORTABLE
  17. // Setting ComVisible to false makes the types in this assembly not visible
  18. // to COM components. If you need to access a type in this assembly from
  19. // COM, set the ComVisible attribute to true on that type.
  20. [assembly: ComVisible(false)]
  21. // The following GUID is for the ID of the typelib if this project is exposed to COM
  22. [assembly: Guid("224e5fc5-09f7-4fe3-a0a3-cf72b9f3593e")]
  23. #endif
  24. // Version information for an assembly consists of the following four values:
  25. //
  26. // Major Version
  27. // Minor Version
  28. // Build Number
  29. // Revision
  30. //
  31. // You can specify all the values or you can default the Build and Revision Numbers
  32. // by using the '*' as shown below:
  33. // [assembly: AssemblyVersion("1.0.*")]
  34. [assembly: AssemblyVersion("2.0.0.668")]
  35. #if !CF
  36. [assembly: AssemblyFileVersion("2.0.0.668")]
  37. #endif
  38. #if !FX11
  39. [assembly: InternalsVisibleTo("protobuf-net.unittest, PublicKey="
  40. + "002400000480000094000000060200000024000052534131000400000100010009ed9caa457bfc"
  41. + "205716c3d4e8b255a63ddf71c9e53b1b5f574ab6ffdba11e80ab4b50be9c46d43b75206280070d"
  42. + "dba67bd4c830f93f0317504a76ba6a48243c36d2590695991164592767a7bbc4453b34694e31e2"
  43. + "0815a096e4483605139a32a76ec2fef196507487329c12047bf6a68bca8ee9354155f4d01daf6e"
  44. + "ec5ff6bc")]
  45. #endif
  46. [assembly: CLSCompliant(false)]