diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-06-01 19:11:34 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-06-01 19:11:34 +0700 |
commit | 5cc0a46f4dbaafd9e3104643ec1fa5bf69ac5a6c (patch) | |
tree | 0ac8a1bd4557e3682c2fb2cbf889bd992402b1db /crypto/crypto.csproj | |
parent | Remove extraneous output (diff) | |
download | BouncyCastle.NET-ed25519-5cc0a46f4dbaafd9e3104643ec1fa5bf69ac5a6c.tar.xz |
Name constraint validation updates from bc-java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 9a51f5bd3..38f4544d8 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -1829,11 +1829,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\x500\AttributeTypeAndValue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\x500\DirectoryString.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\asn1\x500\Rdn.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\x500\style\IetfUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\x509\AccessDescription.cs" SubType = "Code" BuildAction = "Compile" @@ -13488,6 +13503,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\nist\NistCertPathTest2.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\rsa3\RSA3CertTest.cs" SubType = "Code" BuildAction = "Compile" |