PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/V4/Quickstarts/Modularity/Silverlight/ModularityWithMef/ModuleF/Properties/AssemblyInfo.cs

#
C# | 54 lines | 14 code | 8 blank | 32 comment | 0 complexity | c9e5286b860de8bf047690f432d96094 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.InteropServices;
  19. // General Information about an assembly is controlled through the following
  20. // set of attributes. Change these attribute values to modify the information
  21. // associated with an assembly.
  22. [assembly: AssemblyTitle("ModuleF")]
  23. [assembly: AssemblyDescription("")]
  24. [assembly: AssemblyConfiguration("")]
  25. [assembly: AssemblyCompany("Microsoft")]
  26. [assembly: AssemblyProduct("ModuleF")]
  27. [assembly: AssemblyCopyright("Copyright Š Microsoft 2010")]
  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("ce0833c1-e52e-4c1d-8ef9-185439330671")]
  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 Revision and Build Numbers
  44. // by using the '*' as shown below:
  45. [assembly: AssemblyVersion("1.0.0.0")]
  46. [assembly: AssemblyFileVersion("1.0.0.0")]