diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-18 13:48:53 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-18 13:48:53 +0700 |
commit | 855811a35c33701da79ded77ddcad35976ce12d7 (patch) | |
tree | 27aa8377160048c59d3188fc88aad1581b71959b /crypto/crypto.csproj | |
parent | Access entropy source via property (diff) | |
download | BouncyCastle.NET-ed25519-855811a35c33701da79ded77ddcad35976ce12d7.tar.xz |
Move classes up into Org.BC.Crypto
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index ecfdc7311..1685c54d9 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3079,6 +3079,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IEntropySource.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\IEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IMac.cs" SubType = "Code" BuildAction = "Compile" @@ -4344,16 +4354,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\prng\IEntropySource.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "src\crypto\prng\IEntropySourceProvider.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\prng\IRandomGenerator.cs" SubType = "Code" BuildAction = "Compile" |