summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-17 18:59:43 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-17 18:59:43 +0700
commitce020967b052d0d1764002003e173aec746208b8 (patch)
tree0ee9654b2f71f05e84773300c63340b9d7a3b446 /crypto/crypto.csproj
parentMerge branch 'master' of git.bouncycastle.org:bc-csharp into pcl (diff)
parentImprove usage/behaviour of SecureRandom.GenerateSeed (diff)
downloadBouncyCastle.NET-ed25519-ce020967b052d0d1764002003e173aec746208b8.tar.xz
Merge branch 'master' of git.bouncycastle.org:bc-csharp into pcl
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index 395ea08df..ecfdc7311 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -4319,6 +4319,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\CryptoApiEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\prng\CryptoApiRandomGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -4329,6 +4334,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\EntropyUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\prng\IDrbgProvider.cs" SubType = "Code" BuildAction = "Compile"