summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-04-06 12:22:52 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-04-06 12:22:52 +0700
commite9a17a4811d21de72e8f36f7b423fe44c2cb1cf6 (patch)
treeb53100dc6e69482b09139e62c1fc20b6e0129fb3 /crypto/crypto.csproj
parentRemove redundant Mac.Init calls (diff)
downloadBouncyCastle.NET-ed25519-e9a17a4811d21de72e8f36f7b423fe44c2cb1cf6.tar.xz
Move NullOutputStream to util/io
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index fc38358c3..267b8e010 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -2839,11 +2839,6 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\cms\NullOutputStream.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
                     RelPath = "src\cms\OriginatorId.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -5929,6 +5924,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\util\io\NullOutputStream.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\util\io\PushbackStream.cs"
                     SubType = "Code"
                     BuildAction = "Compile"