diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-05-10 00:11:02 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-05-10 00:11:02 +0700 |
commit | 0bc02dcc565eb365826cb9f27b5dbb4c73c8f1b8 (patch) | |
tree | 793d555d87962a5ab11e95306139f9dd58070619 /crypto/crypto.csproj | |
parent | KDF Related tests. (diff) | |
download | BouncyCastle.NET-ed25519-0bc02dcc565eb365826cb9f27b5dbb4c73c8f1b8.tar.xz |
Update KDF test project files and .NET 1.1 compat.
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 74a372a54..9a51f5bd3 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -12713,6 +12713,26 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\cavp\CavpReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\test\cavp\KDFCounterTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\test\cavp\KDFDoublePipelineTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\test\cavp\KDFFeedbackCounterTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\tls\test\ByteQueueStreamTest.cs" SubType = "Code" BuildAction = "Compile" @@ -13353,6 +13373,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\KdfCounterTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\MacTest.cs" SubType = "Code" BuildAction = "Compile" |