1 files changed, 25 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index c6dd131e7..bada122a3 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -569,6 +569,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\asn1\bsi\BsiObjectIdentifiers.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\asn1\cmp\CAKeyUpdAnnContent.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3099,6 +3104,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\IDsaExt.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\IEntropySource.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4784,6 +4794,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\signers\IDsaEncoding.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\signers\IDsaKCalculator.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4804,6 +4819,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\signers\PlainDsaEncoding.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\signers\PSSSigner.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4824,6 +4844,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\signers\StandardDsaEncoding.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\signers\X931Signer.cs"
SubType = "Code"
BuildAction = "Compile"
|