diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-06-04 13:53:00 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-06-04 13:53:00 +0700 |
commit | 6c7a86e0b73074b2a42ea129acc831ace01d41a5 (patch) | |
tree | c0bb41783442ef197d0f10bcb56f6e015fc687ec /crypto/crypto.csproj | |
parent | Name constraint validation updates from bc-java (diff) | |
download | BouncyCastle.NET-ed25519-6c7a86e0b73074b2a42ea129acc831ace01d41a5.tar.xz |
Port LinkedCertificate from bc-java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 38f4544d8..55fcf1704 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -569,6 +569,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\bc\LinkedCertificate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\bsi\BsiObjectIdentifiers.cs" SubType = "Code" BuildAction = "Compile" @@ -11668,6 +11673,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\asn1\test\LinkedCertificateTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\asn1\test\MiscTest.cs" SubType = "Code" BuildAction = "Compile" |