summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-16 09:29:42 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-16 09:29:42 +0700
commitd53e6f81047f661d3f0baa4ffea41298b0fba287 (patch)
treef2abda11a553b4651a4896b49d6bee7acee0708c /crypto/crypto.csproj
parentFurther work of signature/verification calculators. (diff)
downloadBouncyCastle.NET-ed25519-d53e6f81047f661d3f0baa4ffea41298b0fba287.tar.xz
Add new files to project
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 0df3859b4..7f4131f4e 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3039,6 +3039,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\IBlockResult.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\IBufferedCipher.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -3104,11 +3109,21 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\IStreamCalculator.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\IStreamCipher.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\IVerifier.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\IWrapper.cs"
                     SubType = "Code"
                     BuildAction = "Compile"