summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-11-16 22:37:52 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-11-16 22:37:52 +0700
commitbe15049124860ccb7335b92215e8b8dfa1821bf9 (patch)
tree7a86ed2110021307465a617076d601ca812c69ed /crypto/crypto.csproj
parentMake cast more specific (diff)
downloadBouncyCastle.NET-ed25519-be15049124860ccb7335b92215e8b8dfa1821bf9.tar.xz
ASN.1: Staged encoding
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj30
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"