This commit is contained in:
Tommy Parnell
2014-05-07 10:34:39 -07:00
7 changed files with 143 additions and 4 deletions

View File

@@ -48,6 +48,9 @@
<Reference Include="System.Composition.TypedParts">
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
</Reference>
<Reference Include="AE.Net.Mail">
<HintPath>..\..\packages\AE.Net.Mail.1.7.9.1\lib\net45\AE.Net.Mail.dll</HintPath>
</Reference>
<Reference Include="csredis">
<HintPath>..\..\packages\csredis.1.4.7.1\lib\net40\csredis.dll</HintPath>
</Reference>
@@ -55,9 +58,13 @@
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Extensability\Catalog.cs" />
<Compile Include="Imports\IDataImport.cs" />
<Compile Include="Plugins\Email\ImapInput.cs" />
<Compile Include="Plugins\Email\EmailSettings.cs" />
<Compile Include="Imports\IDataImportHook.cs" />
<Compile Include="Imports\DataImports.cs" />
<Compile Include="DB\RedisDataase.cs" />
<Compile Include="Plugins\Email\ParseRule.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -67,5 +74,7 @@
<Folder Include="Extensability\" />
<Folder Include="Imports\" />
<Folder Include="DB\" />
<Folder Include="Plugins\" />
<Folder Include="Plugins\Email\" />
</ItemGroup>
</Project>
</Project>