ContactParser - buggy but somewhat working

This commit is contained in:
2016-08-05 00:28:56 -04:00
parent 49599cd9ce
commit 699a99f8d8
74 changed files with 525 additions and 393 deletions

View File

@@ -5,11 +5,11 @@ using 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.
[assembly: AssemblyTitle("quickftp")]
[assembly: AssemblyTitle("ContactParser")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("quickftp")]
[assembly: AssemblyProduct("ContactParser")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]