using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; [assembly: AssemblyCompany("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCopyright("Kobalt © 2015")] [assembly: AssemblyDescription("Filters fiesta packets.")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyProduct("Fiesta filter")] [assembly: AssemblyTitle("Kobalt :: Fiesta filter :: 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: CompilationRelaxations(8)] [assembly: ComVisible(false)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: Guid("3b7560bd-1ce8-46c3-b4a6-d7c230eeb9cb")] [assembly: RuntimeCompatibility(WrapNonExceptionThrows=true)]