You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
617 B
C#
21 lines
617 B
C#
|
2 months ago
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
[assembly: AssemblyTitle("UnitTest")]
|
||
|
|
[assembly: AssemblyDescription("")]
|
||
|
|
[assembly: AssemblyConfiguration("")]
|
||
|
|
[assembly: AssemblyCompany("")]
|
||
|
|
[assembly: AssemblyProduct("UnitTest")]
|
||
|
|
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||
|
|
[assembly: AssemblyTrademark("")]
|
||
|
|
[assembly: AssemblyCulture("")]
|
||
|
|
|
||
|
|
[assembly: ComVisible(false)]
|
||
|
|
|
||
|
|
[assembly: Guid("26673e87-2292-4993-890a-c1694b55d0e9")]
|
||
|
|
|
||
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
||
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|