diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-08 20:14:47 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-08 20:14:47 +0700 |
commit | 2f23f0acb5dba40ed9fb7e9d340c0dfaf3db035b (patch) | |
tree | 99ea424d4c8718f8db82a945d082c5f0f9e49bc8 /crypto/crypto.csproj | |
parent | ASN.1 refactoring (diff) | |
download | BouncyCastle.NET-ed25519-2f23f0acb5dba40ed9fb7e9d340c0dfaf3db035b.tar.xz |
Lazy ASN.1 enumeration and refactoring
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 2030c97a4..bb35c6f99 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -544,12 +544,17 @@ BuildAction = "Compile" /> <File - RelPath = "src\asn1\LazyDERSequence.cs" + RelPath = "src\asn1\LazyDLEnumerator.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\asn1\LazyDERSet.cs" + RelPath = "src\asn1\LazyDLSequence.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\LazyDLSet.cs" SubType = "Code" BuildAction = "Compile" /> |