diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-16 22:37:52 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-16 22:37:52 +0700 |
commit | be15049124860ccb7335b92215e8b8dfa1821bf9 (patch) | |
tree | 7a86ed2110021307465a617076d601ca812c69ed /crypto/crypto.csproj | |
parent | Make cast more specific (diff) | |
download | BouncyCastle.NET-ed25519-be15049124860ccb7335b92215e8b8dfa1821bf9.tar.xz |
ASN.1: Staged encoding
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 870cafbe9..55686e355 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -339,6 +339,21 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\ConstructedDLEncoding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\ConstructedILEncoding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\ConstructedLazyDLEncoding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\ConstructedOctetStream.cs" SubType = "Code" BuildAction = "Compile" @@ -554,6 +569,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\IAsn1Encoding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\IAsn1String.cs" SubType = "Code" BuildAction = "Compile" @@ -594,6 +614,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\PrimitiveEncoding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\PrimitiveEncodingSuffixed.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\anssi\ANSSINamedCurves.cs" SubType = "Code" BuildAction = "Compile" |