PageRenderTime 48ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/CAL/Silverlight/Composite.UnityExtensions/Properties/AssemblyInfo.cs

#
C# | 52 lines | 18 code | 4 blank | 30 comment | 0 complexity | 6c9d48ee3e81ca6bb4bcb54cff855ce2 MD5 | raw file
  1. //===================================================================================
  2. // Microsoft patterns & practices
  3. // Composite Application Guidance for Windows Presentation Foundation and Silverlight
  4. //===================================================================================
  5. // Copyright (c) Microsoft Corporation. All rights reserved.
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  7. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  8. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  9. // FITNESS FOR A PARTICULAR PURPOSE.
  10. //===================================================================================
  11. // The example companies, organizations, products, domain names,
  12. // e-mail addresses, logos, people, places, and events depicted
  13. // herein are fictitious. No association with any real company,
  14. // organization, product, domain name, email address, logo, person,
  15. // places, or events is intended or should be inferred.
  16. //===================================================================================
  17. using System;
  18. using System.Reflection;
  19. using System.Resources;
  20. using System.Runtime.InteropServices;
  21. // General Information about an assembly is controlled through the following
  22. // set of attributes. Change these attribute values to modify the information
  23. // associated with an assembly.
  24. [assembly: AssemblyTitle("Composite.UnityExtensions")]
  25. [assembly: AssemblyDescription("")]
  26. [assembly: AssemblyConfiguration("")]
  27. [assembly: AssemblyCompany("Microsoft Corporation")]
  28. [assembly: AssemblyProduct("Composite Application Library")]
  29. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  30. [assembly: AssemblyTrademark("")]
  31. [assembly: AssemblyCulture("")]
  32. // Setting ComVisible to false makes the types in this assembly not visible
  33. // to COM components. If you need to access a type in this assembly from
  34. // COM, set the ComVisible attribute to true on that type.
  35. [assembly: ComVisible(false)]
  36. // The following GUID is for the ID of the typelib if this project is exposed to COM
  37. [assembly: Guid("11bab2ac-c311-49c0-8db5-520430805efa")]
  38. // Version information for an assembly consists of the following four values:
  39. //
  40. // Major Version
  41. // Minor Version
  42. // Build Number
  43. // Revision
  44. //
  45. [assembly: AssemblyVersion("2.0.1.0")]
  46. [assembly: AssemblyFileVersion("2.0.1.0")]
  47. [assembly: CLSCompliant(true)]
  48. [assembly: NeutralResourcesLanguage("en")]