Import CLF Client GUI

This commit is contained in:
Fish 2004-10-05 10:57:44 +00:00
parent 752ae7b10d
commit d57c414a8d

View file

@ -7,10 +7,10 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyTitle("CLF Client")>
<Assembly: AssemblyDescription("Windows GUI for Centralized Logging Server")>
<Assembly: AssemblyCompany("Dynamx Internet Services")>
<Assembly: AssemblyProduct("CLF")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>
<Assembly: CLSCompliant(True)>
@ -28,4 +28,4 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("0.1.*")>