summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-02-10 13:27:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-02-10 13:27:20 +0700
commitcb28ec625a8f96e88a1668da3d0fa51a365f8b8a (patch)
treefbe84d80eded81d7afdfd867d8c5b4171be677b0 /crypto/crypto.csproj
parentVarious SHA512/224, SHA512/256, SHA3 support (diff)
downloadBouncyCastle.NET-ed25519-cb28ec625a8f96e88a1668da3d0fa51a365f8b8a.tar.xz
Add TestRandomData class
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj5
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"