- using System.Diagnostics;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
- [assembly: CompilationRelaxations(8)]
- [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
- [assembly: AssemblyVersion("0.0.0.0")]
|