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

/V4/Quickstarts/Modularity/Silverlight/ModularityWithUnity/ModularityWithUnity.Silverlight/Properties/AssemblyInfo.cs

#
C# | 51 lines | 15 code | 4 blank | 32 comment | 0 complexity | c79eefe82914dbbd42463d29c204578f 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("ModularityWithUnity.Silverlight")]
  24. [assembly: AssemblyDescription("")]
  25. [assembly: AssemblyConfiguration("")]
  26. [assembly: AssemblyCompany("Microsoft")]
  27. [assembly: AssemblyProduct("ModularityWithUnity.Silverlight")]
  28. [assembly: AssemblyCopyright("Copyright Š Microsoft 2010")]
  29. [assembly: AssemblyTrademark("")]
  30. [assembly: AssemblyCulture("")]
  31. // Setting ComVisible to false makes the types in this assembly not visible
  32. // to COM components. If you need to access a type in this assembly from
  33. // COM, set the ComVisible attribute to true on that type.
  34. [assembly: ComVisible(false)]
  35. // The following GUID is for the ID of the typelib if this project is exposed to COM
  36. [assembly: Guid("c4638bd0-1cb0-4683-9ab3-4d551337342e")]
  37. // Version information for an assembly consists of the following four values:
  38. //
  39. // Major Version
  40. // Minor Version
  41. // Build Number
  42. // Revision
  43. //
  44. // You can specify all the values or you can default the Revision and Build Numbers
  45. // by using the '*' as shown below:
  46. [assembly: AssemblyVersion("1.0.0.0")]
  47. [assembly: AssemblyFileVersion("1.0.0.0")]