PageRenderTime 34ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/MultiTargeting/Desktop/PieChartLibrary/Properties/AssemblyInfo.cs

#
C# | 90 lines | 23 code | 8 blank | 59 comment | 0 complexity | 2d55a936bf9232c8290f1e43832c8c46 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.Resources;
  36. using System.Runtime.CompilerServices;
  37. using System.Runtime.InteropServices;
  38. using System.Windows;
  39. // General Information about an assembly is controlled through the following
  40. // set of attributes. Change these attribute values to modify the information
  41. // associated with an assembly.
  42. [assembly: AssemblyTitle("PieChartLibrary")]
  43. [assembly: AssemblyDescription("")]
  44. [assembly: AssemblyConfiguration("")]
  45. [assembly: AssemblyCompany("Microsoft Corporation")]
  46. [assembly: AssemblyProduct("PieChartLibrary")]
  47. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  48. [assembly: AssemblyTrademark("")]
  49. [assembly: AssemblyCulture("")]
  50. // Setting ComVisible to false makes the types in this assembly not visible
  51. // to COM components. If you need to access a type in this assembly from
  52. // COM, set the ComVisible attribute to true on that type.
  53. [assembly: ComVisible(false)]
  54. //In order to begin building localizable applications, set
  55. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  56. //inside a <PropertyGroup>. For example, if you are using US english
  57. //in your source files, set the <UICulture> to en-US. Then uncomment
  58. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  59. //the line below to match the UICulture setting in the project file.
  60. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  61. [assembly: ThemeInfo(
  62. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  63. //(used if a resource is not found in the page,
  64. // or application resource dictionaries)
  65. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  66. //(used if a resource is not found in the page,
  67. // app, or any theme specific resource dictionaries)
  68. )]
  69. // Version information for an assembly consists of the following four values:
  70. //
  71. // Major Version
  72. // Minor Version
  73. // Build Number
  74. // Revision
  75. //
  76. // You can specify all the values or you can default the Build and Revision Numbers
  77. // by using the '*' as shown below:
  78. // [assembly: AssemblyVersion("1.0.*")]
  79. [assembly: AssemblyVersion("1.0.0.0")]
  80. [assembly: AssemblyFileVersion("1.0.0.0")]
  81. [assembly: CLSCompliant(true)]
  82. [assembly: NeutralResourcesLanguage("en")]