diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-25 17:16:34 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-25 17:16:34 +0700 |
commit | a6039dfa9392ca64a3b0efe591aaf7b8441d13fc (patch) | |
tree | 8fcf9779569fe77fd0e65757ccce44345fc6fa92 /crypto/crypto.csproj | |
parent | Check a few more points in the encoding test (diff) | |
download | BouncyCastle.NET-ed25519-a6039dfa9392ca64a3b0efe591aaf7b8441d13fc.tar.xz |
Port some openpgp updates from Java build for secret keys
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 1a2f8c132..8fae3a786 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -10577,6 +10577,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\openpgp\test\PGPNoPrivateKeyTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\openpgp\test\PGPPacketTest.cs" SubType = "Code" BuildAction = "Compile" |