AssemblyInfo.cs 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("MIX10 Graphics Demo")]
  8. [assembly: AssemblyProduct("MIX10 Graphics Demo")]
  9. [assembly: AssemblyDescription("Graphics Effects Demo, from the MIX10 conference.")]
  10. [assembly: AssemblyCompany("Microsoft")]
  11. [assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
  12. [assembly: AssemblyTrademark("")]
  13. [assembly: AssemblyCulture("")]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type. Only Windows
  17. // assemblies support COM.
  18. [assembly: ComVisible(false)]
  19. // On Windows, the following GUID is for the ID of the typelib if this
  20. // project is exposed to COM. On other platforms, it unique identifies the
  21. // title storage container when deploying this assembly to the device.
  22. [assembly: Guid("ba971892-de57-4fa4-b7e6-65d9d6da5af7")]
  23. // Version information for an assembly consists of the following four values:
  24. //
  25. // Major Version
  26. // Minor Version
  27. // Build Number
  28. // Revision
  29. //
  30. [assembly: AssemblyVersion("1.0.0.0")]