Skip to content

Commit

Permalink
FDFTOOLKIT.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas authored and Nicholas committed Nov 1, 2011
0 parents commit caf2062
Show file tree
Hide file tree
Showing 18 changed files with 30,349 additions and 0 deletions.
35 changes: 35 additions & 0 deletions AssemblyInfo.vb
@@ -0,0 +1,35 @@
Imports System.Resources

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("FDFApp.Net 2.0")>
<Assembly: AssemblyDescription("FDFApp.Net 2.0")>
<Assembly: AssemblyCompany("NK-Inc.com")>
<Assembly: AssemblyProduct("FDFApp.Net 2.0")>
<Assembly: AssemblyCopyright("Copyright (c) NK-Inc.com 2006-2008. All Rights Reserved.")>
<Assembly: AssemblyTrademark("NK-Inc.com 2008")>
<Assembly: CLSCompliant(True)>
<Assembly: System.Security.AllowPartiallyTrustedCallers()>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("FAAF33ED-6A72-4667-8B9E-3A5B4B43EEF9")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
'D:\Data\PROGRAMMING\VS.Net\2008\iTextSharp\itextsharp_4.1.7.3-source\bin\Release
<Assembly: AssemblyVersion("2.2011.09.1001")>
<Assembly: AssemblyFileVersionAttribute("2.2011.09.1601")>
<Assembly: NeutralResourcesLanguageAttribute("en")>

0 comments on commit caf2062

Please sign in to comment.