summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-12 15:08:47 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-12 15:08:47 +0700
commit8005dba67d13929c6f12f4c16d9495d3463ac483 (patch)
tree5f078814ed1c4c79db22ce50fc63958c83a2987e
parentMerge remote-tracking branch 'origin/master' (diff)
downloadBouncyCastle.NET-ed25519-8005dba67d13929c6f12f4c16d9495d3463ac483.tar.xz
Add new file entries
-rw-r--r--crypto/crypto.csproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index b094843f2..7d3f17edf 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3074,6 +3074,21 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\ISignatureCalculator.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\crypto\ISignatureVerifier.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\crypto\ISignatureVerifierProvider.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\ISigner.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -3909,6 +3924,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\operators\Asn1Signature.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\paddings\BlockCipherPadding.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -6809,6 +6829,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\util\io\FilterStream.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\util\io\NullOutputStream.cs"
                     SubType = "Code"
                     BuildAction = "Compile"