AssemblyInfo.cs 1.0 KB

123456789101112131415161718192021222324
  1. // -
  2. // <copyright file="AssemblyInfo.cs" company="Microsoft Corporation">
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. // </copyright>
  5. // -
  6. using System.Reflection;
  7. using System.Runtime.CompilerServices;
  8. using System.Runtime.InteropServices;
  9. // General Information about an assembly is controlled through the following
  10. // set of attributes. Change these attribute values to modify the information
  11. // associated with an assembly.
  12. [assembly: AssemblyTitle("TranslatorClientLibrary")]
  13. [assembly: AssemblyDescription("This client library is for Windows Phone developer using Translator Service.")]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type.
  17. [assembly: ComVisible(false)]
  18. // The following GUID is for the ID of the typelib if this project is exposed to COM
  19. [assembly: Guid("04E56457-F5BE-4F58-8822-504A0D3A23EE")]