AssemblyInfo.WP8.cs 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using System.Resources;
  5. [assembly: AssemblyTitle("Aether.Animation")]
  6. [assembly: AssemblyProduct("Aether.Animation")]
  7. [assembly: AssemblyDescription("")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("")]
  10. [assembly: AssemblyCopyright("Copyright © Kastellanos Nikolaos 2011-2016")]
  11. [assembly: AssemblyTrademark("")]
  12. [assembly: AssemblyCulture("")]
  13. // Setting ComVisible to false makes the types in this assembly not visible
  14. // to COM components. If you need to access a type in this assembly from
  15. // COM, set the ComVisible attribute to true on that type. Only Windows
  16. // assemblies support COM.
  17. [assembly: ComVisible(false)]
  18. // On Windows, the following GUID is for the ID of the typelib if this
  19. // project is exposed to COM. On other platforms, it unique identifies the
  20. // title storage container when deploying this assembly to the device.
  21. [assembly: Guid("089a2665-02e6-4cf3-8571-30c768fe35f9")]
  22. // Version information for an assembly consists of the following four values:
  23. //
  24. // Major Version
  25. // Minor Version
  26. // Build Number
  27. // Revision
  28. //
  29. // You can specify all the values or you can default the Build and Revision Numbers
  30. // by using the '*' as shown below:
  31. // [assembly: AssemblyVersion("1.0.*")]
  32. [assembly: AssemblyVersion("1.0.0.0")]
  33. [assembly: AssemblyFileVersion("1.0.0.0")]
  34. [assembly: NeutralResourcesLanguageAttribute("en-US")]