PageRenderTime 35ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/UI Composition/ViewInjection/Desktop/UIComposition.Modules.Project/Properties/AssemblyInfo.cs

#
C# | 71 lines | 22 code | 6 blank | 43 comment | 0 complexity | 5b76e5dbd7d4c49210b07d65d8944b39 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("UIComposition.Modules.Project")]
  26. [assembly: AssemblyDescription("")]
  27. [assembly: AssemblyConfiguration("")]
  28. [assembly: AssemblyCompany("Microsoft Corporation")]
  29. [assembly: AssemblyProduct("UIComposition")]
  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")]