diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-02-10 13:27:20 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-02-10 13:27:20 +0700 |
commit | cb28ec625a8f96e88a1668da3d0fa51a365f8b8a (patch) | |
tree | fbe84d80eded81d7afdfd867d8c5b4171be677b0 /crypto/crypto.csproj | |
parent | Various SHA512/224, SHA512/256, SHA3 support (diff) | |
download | BouncyCastle.NET-ed25519-cb28ec625a8f96e88a1668da3d0fa51a365f8b8a.tar.xz |
Add TestRandomData class
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index d3afdafe3..38be94ebf 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -13762,6 +13762,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\util\test\TestRandomData.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\util\test\UncloseableStream.cs" SubType = "Code" BuildAction = "Compile" |