diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 19:46:29 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 19:46:29 +0700 |
commit | ec8e1fff9810b7c58e79a560b344c3abe9d82f6e (patch) | |
tree | 17c48e74d2b6cec855a11a4ce0b896c41538d224 /crypto/crypto.csproj | |
parent | Stop using DerUnknownTag (throw exceptions during parsing instead) (diff) | |
download | BouncyCastle.NET-ed25519-ec8e1fff9810b7c58e79a560b344c3abe9d82f6e.tar.xz |
Remove DerUnknownTag class
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 73a06afeb..1c2f6a7df 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -474,11 +474,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\asn1\DERUnknownTag.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\asn1\DERUTCTime.cs" SubType = "Code" BuildAction = "Compile" |