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

/V4/PrismLibrary/Phone/Prism.Interactivity/Properties/AssemblyInfo.cs

#
C# | 44 lines | 16 code | 5 blank | 23 comment | 0 complexity | 53b4d6cc63ffe3190ad4db23e3de05b5 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.Runtime.CompilerServices;
  20. using System.Runtime.InteropServices;
  21. using System.Resources;
  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("Microsoft.Practices.Prism.Interactivity")]
  26. [assembly: AssemblyDescription("")]
  27. [assembly: AssemblyConfiguration("")]
  28. [assembly: AssemblyProduct("Prism for Phone")]
  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. [assembly: CLSCompliant(true)]
  35. // The following GUID is for the ID of the typelib if this project is exposed to COM
  36. [assembly: Guid("bba637c2-88b5-4596-aebd-c2cfd63fcd1f")]
  37. [assembly: NeutralResourcesLanguageAttribute("en-US")]
  38. [assembly: System.Windows.Markup.XmlnsDefinition("http://www.codeplex.com/prism", "Microsoft.Practices.Prism.Interactivity")]
  39. [assembly: System.Windows.Markup.XmlnsDefinition("http://www.codeplex.com/prism", "Microsoft.Practices.Prism.Interactivity.InteractionRequest")]