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

@@ -4,11 +4,11 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E0B1E1C9-AF77-424A-9F00-CDD27C499350}</ProjectGuid>
<ProjectGuid>{1338D591-1E3F-4DD0-A270-4E4E12DC76C2}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>quickftp</RootNamespace>
<AssemblyName>quickftp</AssemblyName>
<RootNamespace>ContactParser</RootNamespace>
<AssemblyName>ContactParser</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
@@ -40,9 +40,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>3rdparty\Sdaleo.dll</HintPath>
</Reference>
<Reference Include="SMFTP">
<HintPath>3rdparty\SMFTP.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />