You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Imports System
|
|
|
|
|
Imports System.Reflection
|
|
|
|
|
Imports System.Runtime.InteropServices
|
|
|
|
|
|
|
|
|
|
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
|
|
|
|
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
|
|
|
|
' die mit einer Assembly verknüpft sind.
|
|
|
|
|
|
|
|
|
|
' Die Werte der Assemblyattribute überprüfen
|
|
|
|
|
|
|
|
|
|
<Assembly: AssemblyTitle("RCON Chat")>
|
|
|
|
|
<Assembly: AssemblyDescription("An enhanced viewer/modification util for rconnet.de chat logs")>
|
|
|
|
|
<Assembly: AssemblyCompany("")>
|
|
|
|
|
<Assembly: AssemblyProduct("")>
|
|
|
|
|
<Assembly: AssemblyCopyright("2013 Dominic Reich")>
|
|
|
|
|
<Assembly: AssemblyTrademark("")>
|
|
|
|
|
|
|
|
|
|
<Assembly: ComVisible(True)>
|
|
|
|
|
|
|
|
|
|
<Assembly: AssemblyVersion("1.2.*")>
|
|
|
|
|
|