summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-09-21 23:03:59 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-09-21 23:03:59 +0700
commit3e6afabe096e1557c75da39953f72e2eda62ee82 (patch)
tree4a6ff5f0a7c2d599aa3010987f0fb552f41c66f1 /crypto/crypto.csproj
parentECC: Binary field perf. opt. (diff)
downloadBouncyCastle.NET-ed25519-3e6afabe096e1557c75da39953f72e2eda62ee82.tar.xz
Fix .NET 1.1 build
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 29e9cb718..a940fbd0b 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3269,6 +3269,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\IDigestFactory.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\IDSA.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -4424,6 +4429,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\operators\Asn1DigestFactory.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\operators\Asn1KeyWrapper.cs"
                     SubType = "Code"
                     BuildAction = "Compile"