|
|
@@ -96,7 +96,14 @@ |
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Net" />
|
|
|
|
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>3rd\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
|
|
|
|
<Private>True</Private>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>3rd\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
|
|
|
<Private>True</Private>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Runtime, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>3rd\Microsoft.Bcl.1.1.8\lib\net40\System.Runtime.dll</HintPath>
|
|
|
|
<Private>True</Private>
|
|
|
@@ -184,7 +191,7 @@ |
|
|
|
<Compile Include="Encryption\EncryptorBase.cs" />
|
|
|
|
<Compile Include="Encryption\EncryptorFactory.cs" />
|
|
|
|
<Compile Include="Encryption\IVEncryptor.cs" />
|
|
|
|
<Compile Include="Encryption\MbedTLS.cs" />
|
|
|
|
<Compile Include="Encryption\MbedTLS.cs" />
|
|
|
|
<Compile Include="Encryption\PolarSSL.cs" />
|
|
|
|
<Compile Include="Encryption\PolarSSLEncryptor.cs" />
|
|
|
|
<Compile Include="Encryption\Sodium.cs" />
|
|
|
|