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

/V1/trunk/Source/StockTraderRI/StockTraderRI/Properties/AssemblyInfo.cs

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