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

/V1/trunk/Source/StockTraderRI/StockTraderRI.Modules.WatchList.Tests/Properties/AssemblyInfo.cs

#
C# | 54 lines | 17 code | 5 blank | 32 comment | 0 complexity | 07a1a38eb7456e678fce555700c4edc8 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.Runtime.CompilerServices;
  19. using System.Runtime.InteropServices;
  20. using System;
  21. // General Information about an assembly is controlled through the following
  22. // set of attributes. Change these attribute values to modify the information
  23. // associated with an assembly.
  24. [assembly: AssemblyTitle("StockTraderRI.Modules.WatchList.Tests")]
  25. [assembly: AssemblyDescription("")]
  26. [assembly: AssemblyConfiguration("")]
  27. [assembly: AssemblyCompany("Microsoft Corporation")]
  28. [assembly: AssemblyProduct("StockTraderRI")]
  29. [assembly: AssemblyCopyright("Copyright Š Microsoft 2008")]
  30. [assembly: AssemblyTrademark("")]
  31. [assembly: AssemblyCulture("")]
  32. // Setting ComVisible to false makes the types in this assembly not visible
  33. // to COM componenets. If you need to access a type in this assembly from
  34. // COM, set the ComVisible attribute to true on that type.
  35. [assembly: ComVisible(false)]
  36. // The following GUID is for the ID of the typelib if this project is exposed to COM
  37. [assembly: Guid("460ec402-e15c-4bcf-803d-e218255acaf9")]
  38. // Version information for an assembly consists of the following four values:
  39. //
  40. // Major Version
  41. // Minor Version
  42. // Build Number
  43. // Revision
  44. //
  45. // You can specify all the values or you can default the Revision and Build Numbers
  46. // by using the '*' as shown below:
  47. [assembly: AssemblyVersion("1.0.0.0")]
  48. [assembly: AssemblyFileVersion("1.0.0.0")]
  49. [assembly: CLSCompliant(true)]