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

/V4/Quickstarts/EventAggregation/Silverlight/ModuleA/Properties/AssemblyInfo.cs

#
C# | 55 lines | 19 code | 4 blank | 32 comment | 0 complexity | 23b71b05456ad1fc68ac93974c64faaa 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.CompilerServices;
  21. using System.Runtime.InteropServices;
  22. // General Information about an assembly is controlled through the following
  23. // set of attributes. Change these attribute values to modify the information
  24. // associated with an assembly.
  25. [assembly: AssemblyTitle("ModuleA")]
  26. [assembly: AssemblyDescription("")]
  27. [assembly: AssemblyConfiguration("")]
  28. [assembly: AssemblyCompany("Microsoft Corporation")]
  29. [assembly: AssemblyProduct("ModuleA")]
  30. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  31. [assembly: AssemblyTrademark("")]
  32. [assembly: AssemblyCulture("")]
  33. // Setting ComVisible to false makes the types in this assembly not visible
  34. // to COM components. If you need to access a type in this assembly from
  35. // COM, set the ComVisible attribute to true on that type.
  36. [assembly: ComVisible(false)]
  37. // The following GUID is for the ID of the typelib if this project is exposed to COM
  38. [assembly: Guid("a26a9285-fc3d-4187-9b27-5066315688fc")]
  39. // Version information for an assembly consists of the following four values:
  40. //
  41. // Major Version
  42. // Minor Version
  43. // Build Number
  44. // Revision
  45. //
  46. // You can specify all the values or you can default the Revision and Build Numbers
  47. // by using the '*' as shown below:
  48. [assembly: AssemblyVersion("1.0.0.0")]
  49. [assembly: AssemblyFileVersion("1.0.0.0")]
  50. [assembly: CLSCompliant(true)]
  51. [assembly: NeutralResourcesLanguage("en")]