AssemblyInfo.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #region File Description
  2. //-----------------------------------------------------------------------------
  3. // AssemblyInfo.cs
  4. //
  5. // Microsoft XNA Community Game Platform
  6. // Copyright (C) Microsoft Corporation. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8. #endregion
  9. #region Using Statements
  10. using System.Reflection;
  11. using System.Runtime.CompilerServices;
  12. using System.Runtime.InteropServices;
  13. #endregion
  14. // General Information about an assembly is controlled through the following
  15. // set of attributes. Change these attribute values to modify the information
  16. // associated with an assembly.
  17. [assembly: AssemblyTitle("CardsFramework")]
  18. [assembly: AssemblyProduct("CardsFramework")]
  19. [assembly: AssemblyDescription("")]
  20. [assembly: AssemblyCompany("Microsoft")]
  21. [assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
  22. [assembly: AssemblyTrademark("")]
  23. [assembly: AssemblyCulture("")]
  24. // Setting ComVisible to false makes the types in this assembly not visible
  25. // to COM components. If you need to access a type in this assembly from
  26. // COM, set the ComVisible attribute to true on that type. Only Windows
  27. // assemblies support COM.
  28. [assembly: ComVisible(false)]
  29. // On Windows, the following GUID is for the ID of the typelib if this
  30. // project is exposed to COM. On other platforms, it unique identifies the
  31. // title storage container when deploying this assembly to the device.
  32. [assembly: Guid("55bca537-77a0-4a14-8dde-a7fcc4879965")]
  33. // Version information for an assembly consists of the following four values:
  34. //
  35. // Major Version
  36. // Minor Version
  37. // Build Number
  38. // Revision
  39. //
  40. [assembly: AssemblyVersion("1.0.0.0")]