AssemblyInfo.UAP.cs 867 B

1234567891011121314151617181920212223242526
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("Aether.Shaders.Deferred")]
  5. [assembly: AssemblyProduct("Aether.Shaders.Deferred")]
  6. [assembly: AssemblyDescription("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyCopyright("Copyright © Kastellanos Nikolaos 2014-2022")]
  9. [assembly: AssemblyTrademark("")]
  10. [assembly: AssemblyCulture("")]
  11. // Version information for an assembly consists of the following four values:
  12. //
  13. // Major Version
  14. // Minor Version
  15. // Build Number
  16. // Revision
  17. //
  18. // You can specify all the values or you can default the Build and Revision Numbers
  19. // by using the '*' as shown below:
  20. // [assembly: AssemblyVersion("1.0.*")]
  21. [assembly: AssemblyVersion("1.0.0.0")]
  22. [assembly: AssemblyFileVersion("1.0.0.0")]
  23. [assembly: ComVisible(false)]