diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-04 00:01:11 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-02-04 00:01:11 +0700 |
commit | 250e01ca0a59743e6cd78903849d3e18c541b304 (patch) | |
tree | 48f0192b9f3a32956079d45b3ceefce03080390f /crypto/BouncyCastle.Android.csproj | |
parent | Merge branch 'jstedfast-ios-android-fixes' (diff) | |
download | BouncyCastle.NET-ed25519-250e01ca0a59743e6cd78903849d3e18c541b304.tar.xz |
Add bcrypt classes to mobile projects
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index d028b8b31..0b6f376bf 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -638,6 +638,8 @@ <Compile Include="src\crypto\digests\NonMemoableDigest.cs" /> <Compile Include="src\crypto\engines\SerpentEngineBase.cs" /> <Compile Include="src\crypto\engines\TnepresEngine.cs" /> + <Compile Include="src\crypto\generators\BCrypt.cs" /> + <Compile Include="src\crypto\generators\OpenBsdBCrypt.cs" /> <Compile Include="src\crypto\IAsymmetricBlockCipher.cs" /> <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" /> <Compile Include="src\crypto\IBasicAgreement.cs" /> @@ -1510,4 +1512,4 @@ <None Include="checklist.txt" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -</Project> +</Project> \ No newline at end of file |