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