diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-02 11:43:25 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-02 11:43:25 +0700 |
commit | 39aff2f1764dd0c79eb39091410d419d79776ac9 (patch) | |
tree | f36c3be4a832a3766bdf06eb8490b3bc894e0160 /crypto/crypto.csproj | |
parent | Add NIST OIDs and DigestUtilities entries for SHA3 (diff) | |
download | BouncyCastle.NET-ed25519-39aff2f1764dd0c79eb39091410d419d79776ac9.tar.xz |
Port of recent ISO trailer updates from Java
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 488886e6c..b094843f2 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4324,6 +4324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\signers\IsoTrailers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\signers\PSSSigner.cs" SubType = "Code" BuildAction = "Compile" |