10 lines
247 B
C#
10 lines
247 B
C#
|
using System.Diagnostics;
|
||
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
using System.Security;
|
||
|
using System.Security.Permissions;
|
||
|
using HG.Reflection;
|
||
|
|
||
|
[assembly: SearchableAttribute.OptIn]
|
||
|
[assembly: AssemblyVersion("0.0.0.0")]
|