PageRenderTime 45ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/Commanding/Desktop/Commanding.OrderModule/Properties/AssemblyInfo.cs

#
C# | 73 lines | 22 code | 8 blank | 43 comment | 0 complexity | 769829ed375db07fb383060a16dd5882 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.Resources;
  20. using System.Runtime.InteropServices;
  21. using System.Windows;
  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("Commanding.Modules.Order")]
  26. [assembly: AssemblyDescription("")]
  27. [assembly: AssemblyConfiguration("")]
  28. [assembly: AssemblyCompany("Microsoft Corporation")]
  29. [assembly: AssemblyProduct("Commanding")]
  30. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  31. [assembly: AssemblyTrademark("")]
  32. [assembly: AssemblyCulture("")]
  33. // Setting ComVisible to false makes the types in this assembly not visible
  34. // to COM components. If you need to access a type in this assembly from
  35. // COM, set the ComVisible attribute to true on that type.
  36. [assembly: ComVisible(false)]
  37. //In order to begin building localizable applications, set
  38. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  39. //inside a <PropertyGroup>. For example, if you are using US english
  40. //in your source files, set the <UICulture> to en-US. Then uncomment
  41. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  42. //the line below to match the UICulture setting in the project file.
  43. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  44. [assembly: ThemeInfo(
  45. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  46. //(used if a resource is not found in the page,
  47. // or application resource dictionaries)
  48. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  49. //(used if a resource is not found in the page,
  50. // app, or any theme specific resource dictionaries)
  51. )]
  52. // Version information for an assembly consists of the following four values:
  53. //
  54. // Major Version
  55. // Minor Version
  56. // Build Number
  57. // Revision
  58. //
  59. // You can specify all the values or you can default the Build and Revision Numbers
  60. // by using the '*' as shown below:
  61. // [assembly: AssemblyVersion("1.0.*")]
  62. [assembly: AssemblyVersion("1.0.0.0")]
  63. [assembly: AssemblyFileVersion("1.0.0.0")]
  64. [assembly: CLSCompliant(true)]
  65. [assembly: NeutralResourcesLanguage("en")]