PageRenderTime 36ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/PrismLibrary/Desktop/MefModulesForTesting/Properties/AssemblyInfo.cs

#
C# | 51 lines | 14 code | 4 blank | 33 comment | 0 complexity | 068da10c48bb67ad2cb79d539c8c731b 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.Reflection;
  18. using System.Runtime.CompilerServices;
  19. using System.Runtime.InteropServices;
  20. // General Information about an assembly is controlled through the following
  21. // set of attributes. Change these attribute values to modify the information
  22. // associated with an assembly.
  23. [assembly: AssemblyTitle("MefModulesForTesting")]
  24. [assembly: AssemblyDescription("")]
  25. [assembly: AssemblyConfiguration("")]
  26. [assembly: AssemblyCompany("Microsoft")]
  27. [assembly: AssemblyProduct("Prism")]
  28. [assembly: AssemblyTrademark("")]
  29. [assembly: AssemblyCulture("")]
  30. // Setting ComVisible to false makes the types in this assembly not visible
  31. // to COM components. If you need to access a type in this assembly from
  32. // COM, set the ComVisible attribute to true on that type.
  33. [assembly: ComVisible(false)]
  34. // The following GUID is for the ID of the typelib if this project is exposed to COM
  35. [assembly: Guid("b4c2f43d-80d4-48fd-8e35-22ec58dd1f69")]
  36. // Version information for an assembly consists of the following four values:
  37. //
  38. // Major Version
  39. // Minor Version
  40. // Build Number
  41. // Revision
  42. //
  43. // You can specify all the values or you can default the Build and Revision Numbers
  44. // by using the '*' as shown below:
  45. // [assembly: AssemblyVersion("1.0.*")]
  46. [assembly: AssemblyVersion("1.0.0.0")]
  47. [assembly: AssemblyFileVersion("4.1.0.0")]