/V4/Quickstarts/MultiTargeting/Silverlight/PieChart/Properties/AssemblyInfo.cs

# · C# · 68 lines · 16 code · 4 blank · 48 comment · 0 complexity · f2931c25432e8a1f2f3b8014157fd43d 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. //===================================================================================
  18. // Microsoft patterns & practices
  19. // Prism Guidance for Windows Presentation Foundation and Silverlight
  20. //===================================================================================
  21. // Copyright (c) Microsoft Corporation. All rights reserved.
  22. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  23. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  24. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  25. // FITNESS FOR A PARTICULAR PURPOSE.
  26. //===================================================================================
  27. // The example companies, organizations, products, domain names,
  28. // e-mail addresses, logos, people, places, and events depicted
  29. // herein are fictitious. No association with any real company,
  30. // organization, product, domain name, email address, logo, person,
  31. // places, or events is intended or should be inferred.
  32. //===================================================================================
  33. using System;
  34. using System.Reflection;
  35. using System.Runtime.InteropServices;
  36. // General Information about an assembly is controlled through the following
  37. // set of attributes. Change these attribute values to modify the information
  38. // associated with an assembly.
  39. [assembly: AssemblyTitle("PieChart")]
  40. [assembly: AssemblyDescription("")]
  41. [assembly: AssemblyConfiguration("")]
  42. [assembly: AssemblyCompany("Microsoft Corporation")]
  43. [assembly: AssemblyProduct("PieChart")]
  44. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  45. [assembly: AssemblyTrademark("")]
  46. [assembly: AssemblyCulture("")]
  47. // Setting ComVisible to false makes the types in this assembly not visible
  48. // to COM components. If you need to access a type in this assembly from
  49. // COM, set the ComVisible attribute to true on that type.
  50. [assembly: ComVisible(false)]
  51. // The following GUID is for the ID of the typelib if this project is exposed to COM
  52. [assembly: Guid("e2adac15-3bab-445d-88eb-d477a3fbc02d")]
  53. // Version information for an assembly consists of the following four values:
  54. //
  55. // Major Version
  56. // Minor Version
  57. // Build Number
  58. // Revision
  59. //
  60. // You can specify all the values or you can default the Revision and Build Numbers
  61. // by using the '*' as shown below:
  62. [assembly: AssemblyVersion("1.0.0.0")]
  63. [assembly: AssemblyFileVersion("1.0.0.0")]
  64. [assembly: CLSCompliant(true)]