Added support for VirusTotal.

This commit is contained in:
2017-05-19 01:13:53 +01:00
parent f384995866
commit 6ff82e7b56
21 changed files with 1040 additions and 92 deletions

View File

@@ -47,6 +47,11 @@
<Reference Include="nClam">
<HintPath>..\packages\nClam.3.0.0\lib\net45\nClam.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="VirusTotal.NET">
<HintPath>..\packages\VirusTotal.NET.1.5.3\lib\net45\VirusTotal.NET.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -70,6 +75,7 @@
<Compile Include="Workers\Miscellaneous.cs" />
<Compile Include="Workers\DiscImageChef.cs" />
<Compile Include="Workers\Clamd.cs" />
<Compile Include="Workers\VirusTotal.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />