PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/V1/spikes/AGCompositeApplicationLibrary/AGComposite.Wpf/Properties/AssemblyInfo.cs

#
C# | 55 lines | 18 code | 5 blank | 32 comment | 0 complexity | b4ba167058e981845ccdfea7a237fabb 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. using System.Windows.Markup;
  20. using System.Resources;
  21. // General Information about an assembly is controlled through the following
  22. // set of attributes. Change these attribute values to modify the information
  23. // associated with an assembly.
  24. [assembly: AssemblyTitle("AGComposite.Wpf")]
  25. [assembly: AssemblyDescription("")]
  26. [assembly: AssemblyConfiguration("")]
  27. [assembly: AssemblyCompany("Microsoft")]
  28. [assembly: AssemblyProduct("AGComposite.Wpf")]
  29. [assembly: AssemblyCopyright("Copyright Š Microsoft 2008")]
  30. [assembly: AssemblyTrademark("")]
  31. [assembly: AssemblyCulture("")]
  32. // Setting ComVisible to false makes the types in this assembly not visible
  33. // to COM components. If you need to access a type in this assembly from
  34. // COM, set the ComVisible attribute to true on that type.
  35. [assembly: ComVisible(false)]
  36. // The following GUID is for the ID of the typelib if this project is exposed to COM
  37. [assembly: Guid("a3bee51f-2e06-4fcc-b256-47ec5cfeb94f")]
  38. // Version information for an assembly consists of the following four values:
  39. //
  40. // Major Version
  41. // Minor Version
  42. // Build Number
  43. // Revision
  44. //
  45. // You can specify all the values or you can default the Revision and Build Numbers
  46. // by using the '*' as shown below:
  47. [assembly: AssemblyVersion("1.0.0.0")]
  48. [assembly: AssemblyFileVersion("1.0.0.0")]
  49. [assembly: XmlnsDefinition("http://www.codeplex.com/CompositeWPF", "Microsoft.Practices.Composite.Wpf.Regions")]
  50. [assembly: NeutralResourcesLanguageAttribute("en-US")]