21 lines
629 B
C#
21 lines
629 B
C#
|
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
[assembly: AssemblyTitle("Mediatek.Tests")]
|
||
|
|
[assembly: AssemblyDescription("")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("")]
|
||
|
|
[assembly: AssemblyProduct("Mediatek.Tests")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © 2026")]
|
||
|
|
[assembly: AssemblyTrademark("")]
|
||
|
|
[assembly: AssemblyCulture("")]
|
||
|
|
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
|
||
|
|
[assembly: Guid("c5f4a786-c844-424c-bb13-f45c6c4cbb93")]
|
||
|
|
|
||
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|