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"
|