PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V2/trunk/RI/Silverlight/StockTraderRI.Modules.News.Silverlight.Tests/Properties/AssemblyInfo.cs

#
C# | 48 lines | 14 code | 3 blank | 31 comment | 0 complexity | 8422de8464706ffb7f827cfb785f39b2 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.Reflection;
  18. using System.Runtime.CompilerServices;
  19. using System.Runtime.InteropServices;
  20. // General Information about an assembly is controlled through the following
  21. // set of attributes. Change these attribute values to modify the information
  22. // associated with an assembly.
  23. [assembly: AssemblyTitle("StockTraderRI.Modules.News.Silverlight.Tests")]
  24. [assembly: AssemblyDescription("")]
  25. [assembly: AssemblyConfiguration("")]
  26. [assembly: AssemblyCompany("Microsoft Corporation")]
  27. [assembly: AssemblyProduct("StockTraderRI.Modules.News.Silverlight.Tests")]
  28. [assembly: AssemblyCopyright("Copyright (c) 2008,2009 Microsoft Corporation. All rights reserved.")]
  29. [assembly: AssemblyTrademark("")]
  30. [assembly: AssemblyCulture("")]
  31. // Setting ComVisible to false makes the types in this assembly not visible
  32. // to COM components. If you need to access a type in this assembly from
  33. // COM, set the ComVisible attribute to true on that type.
  34. [assembly: ComVisible(false)]
  35. // Version information for an assembly consists of the following four values:
  36. //
  37. // Major Version
  38. // Minor Version
  39. // Build Number
  40. // Revision
  41. //
  42. // You can specify all the values or you can default the Revision and Build Numbers
  43. // by using the '*' as shown below:
  44. [assembly: AssemblyVersion("1.0.0.0")]
  45. [assembly: AssemblyFileVersion("1.0.0.0")]